Corrected the model projects's output

This commit is contained in:
ScottIsAFool
2013-07-28 09:45:44 +01:00
parent f550bfd4a4
commit a763c91b6d
6 changed files with 13 additions and 13 deletions

View File

@@ -162,7 +162,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Release (
xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\net45\" /y /d /r /i
)</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />