project files updated
This commit is contained in:
@@ -81,8 +81,8 @@
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
||||
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
||||
<OutDir>bin\x86\</OutDir>
|
||||
<IntDir>obj\x86\</IntDir>
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
@@ -94,8 +94,8 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<RunCodeAnalysis>true</RunCodeAnalysis>
|
||||
<OutDir>bin\$(Configuration)-$(Platform)\</OutDir>
|
||||
<IntDir>obj\$(Configuration)-$(Platform)\</IntDir>
|
||||
<OutDir>bin\x64\</OutDir>
|
||||
<IntDir>obj\x64\</IntDir>
|
||||
<ManagedAssembly>false</ManagedAssembly>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
@@ -114,6 +114,7 @@
|
||||
<CompileAs>Default</CompileAs>
|
||||
<LanguageStandard>Default</LanguageStandard>
|
||||
<DebugInformationFormat>None</DebugInformationFormat>
|
||||
<Optimization>Disabled</Optimization>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
|
||||
Reference in New Issue
Block a user