|
@@ -905,7 +905,7 @@
|
|
|
</Target>
|
|
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
|
|
<PropertyGroup>
|
|
|
- <PostBuildEvent>xcopy $(SolutionDir)\Bin\x64\Debug\Config\*.* $(TargetDir)Config\ /y/e
|
|
|
-xcopy $(SolutionDir)\Bin\x64\Debug\Resources\*.* $(TargetDir)Resources\ /y/e</PostBuildEvent>
|
|
|
+ <PostBuildEvent>If $(ConfigurationName) NEQ Debug (xcopy $(SolutionDir)\Bin\x64\Debug\Config\*.* $(TargetDir)Config\ /y/e)
|
|
|
+If $(ConfigurationName) NEQ Debug (xcopy $(SolutionDir)\Bin\x64\Debug\Resources\*.* $(TargetDir)Resources\ /y/e)</PostBuildEvent>
|
|
|
</PropertyGroup>
|
|
|
</Project>
|