|
@@ -263,6 +263,9 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="BouncyCastle.Crypto">
|
|
|
<HintPath>..\OpenDll\WordApiDll\BouncyCastle.Crypto.dll</HintPath>
|
|
@@ -1697,7 +1700,11 @@
|
|
|
</Target>
|
|
|
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
|
|
<PropertyGroup>
|
|
|
- <PostBuildEvent>
|
|
|
- </PostBuildEvent>
|
|
|
+ <PostBuildEvent>If $(Configuration) == Debug (
|
|
|
+echo debug donot copy files
|
|
|
+) else (
|
|
|
+ xcopy /E /I /Y "$(SolutionDir)Bin\x64\Debug\Config" "$(TargetDir)Config"
|
|
|
+xcopy /E /I /Y "$(SolutionDir)Bin\x64\Debug\Resources" "$(TargetDir)Resources"
|
|
|
+)</PostBuildEvent>
|
|
|
</PropertyGroup>
|
|
|
</Project>
|