VisualStudio solution fixes
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -14,3 +14,8 @@ MonoDevelop/FileSync/bin
|
|||||||
*.user
|
*.user
|
||||||
/filesync.exe
|
/filesync.exe
|
||||||
/filesync
|
/filesync
|
||||||
|
VisualStudio/filesync/x64/*
|
||||||
|
*.pdb
|
||||||
|
*.ilk
|
||||||
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
|
|||||||
@@ -91,6 +91,7 @@
|
|||||||
<WarningLevel>Level3</WarningLevel>
|
<WarningLevel>Level3</WarningLevel>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
<SDLCheck>true</SDLCheck>
|
<SDLCheck>true</SDLCheck>
|
||||||
|
<PreprocessorDefinitions>_MBCS;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
|
|||||||
Reference in New Issue
Block a user