Line 81... |
Line 81... |
81 |
<IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
81 |
<IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
82 |
<LinkIncremental>true</LinkIncremental>
|
82 |
<LinkIncremental>true</LinkIncremental>
|
83 |
</PropertyGroup>
|
83 |
</PropertyGroup>
|
84 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
84 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
85 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
85 |
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
86 |
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
86 |
<IntDir>$(Platform)\$(Configuration)\%(ProjectName)\</IntDir>
|
87 |
<LinkIncremental>false</LinkIncremental>
|
87 |
<LinkIncremental>false</LinkIncremental>
|
88 |
</PropertyGroup>
|
88 |
</PropertyGroup>
|
89 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
89 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
90 |
<ClCompile>
|
90 |
<ClCompile>
|
91 |
<Optimization>Disabled</Optimization>
|
91 |
<Optimization>Disabled</Optimization>
|
Line 133... |
Line 133... |
133 |
</Midl>
|
133 |
</Midl>
|
134 |
<ClCompile>
|
134 |
<ClCompile>
|
135 |
<Optimization>Disabled</Optimization>
|
135 |
<Optimization>Disabled</Optimization>
|
136 |
<AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
136 |
<AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
137 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
137 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
138 |
<MinimalRebuild>true</MinimalRebuild>
|
138 |
<MinimalRebuild>false</MinimalRebuild>
|
139 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
139 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
140 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
140 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
141 |
<PrecompiledHeader />
|
141 |
<PrecompiledHeader />
|
142 |
<WarningLevel>Level3</WarningLevel>
|
142 |
<WarningLevel>Level3</WarningLevel>
|
143 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
143 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|