Fix Release target
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -6,8 +6,9 @@ build
|
||||
*/.vs/*
|
||||
*.opensdf
|
||||
*.sdf
|
||||
VisualStudio/Debug
|
||||
VisualStudio/filesync/Debug
|
||||
VisualStudio/Release
|
||||
VisualStudio/filesync/Release
|
||||
MonoDevelop/FileSync/bin
|
||||
*.user
|
||||
VisualStudio/Debug/*
|
||||
*/bin/*
|
||||
MonoDevelop/FileSync/bin/*
|
||||
|
||||
@@ -102,12 +102,16 @@
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions);WIN32;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>copy $(TargetPath) $(ProjectDir)..\..\$(TargetFileName)</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user