| Line 88... |
Line 88... |
| 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>
|
| 92 |
<AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
92 |
<AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 93 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
93 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 94 |
<MinimalRebuild>false</MinimalRebuild>
|
94 |
<MinimalRebuild>false</MinimalRebuild>
|
| 95 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
95 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 96 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
96 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| 97 |
<PrecompiledHeader />
|
97 |
<PrecompiledHeader />
|
| 98 |
<WarningLevel>Level3</WarningLevel>
|
98 |
<WarningLevel>Level3</WarningLevel>
|
| 99 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
99 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
| - |
|
100 |
<LanguageStandard>stdcpp17</LanguageStandard>
|
| 100 |
</ClCompile>
|
101 |
</ClCompile>
|
| 101 |
<Link>
|
102 |
<Link>
|
| 102 |
<AdditionalDependencies>shell32.lib</AdditionalDependencies>
|
103 |
<AdditionalDependencies>shell32.lib</AdditionalDependencies>
|
| 103 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
104 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
| 104 |
<SubSystem>Console</SubSystem>
|
105 |
<SubSystem>Console</SubSystem>
|
| 105 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
106 |
<RandomizedBaseAddress>true</RandomizedBaseAddress>
|
| 106 |
<DataExecutionPrevention />
|
107 |
<DataExecutionPrevention />
|
| 107 |
<TargetMachine>MachineX86</TargetMachine>
|
108 |
<TargetMachine>MachineX86</TargetMachine>
|
| 108 |
</Link>
|
109 |
</Link>
|
| 109 |
</ItemDefinitionGroup>
|
110 |
</ItemDefinitionGroup>
|
| 110 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
111 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| Line 113... |
Line 114... |
| 113 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
114 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 114 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
115 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| 115 |
<PrecompiledHeader />
|
116 |
<PrecompiledHeader />
|
| 116 |
<WarningLevel>Level3</WarningLevel>
|
117 |
<WarningLevel>Level3</WarningLevel>
|
| 117 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
118 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| - |
|
119 |
<LanguageStandard>stdcpp17</LanguageStandard>
|
| 118 |
</ClCompile>
|
120 |
</ClCompile>
|
| 119 |
<Link>
|
121 |
<Link>
|
| 120 |
<AdditionalDependencies>shell32.lib</AdditionalDependencies>
|
122 |
<AdditionalDependencies>shell32.lib</AdditionalDependencies>
|
| 121 |
<OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
|
123 |
<OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
|
| 122 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
124 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
| Line 133... |
Line 135... |
| 133 |
<TargetEnvironment>X64</TargetEnvironment>
|
135 |
<TargetEnvironment>X64</TargetEnvironment>
|
| 134 |
</Midl>
|
136 |
</Midl>
|
| 135 |
<ClCompile>
|
137 |
<ClCompile>
|
| 136 |
<Optimization>Disabled</Optimization>
|
138 |
<Optimization>Disabled</Optimization>
|
| 137 |
<AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
139 |
<AdditionalIncludeDirectories>../../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 138 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_SPKDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
140 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 139 |
<MinimalRebuild>false</MinimalRebuild>
|
141 |
<MinimalRebuild>false</MinimalRebuild>
|
| 140 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
142 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 141 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
143 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| 142 |
<PrecompiledHeader />
|
144 |
<PrecompiledHeader />
|
| 143 |
<WarningLevel>Level3</WarningLevel>
|
145 |
<WarningLevel>Level3</WarningLevel>
|
| 144 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
146 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| - |
|
147 |
<LanguageStandard>stdcpp17</LanguageStandard>
|
| 145 |
</ClCompile>
|
148 |
</ClCompile>
|
| 146 |
<Link>
|
149 |
<Link>
|
| 147 |
<AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
150 |
<AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 148 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
151 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
| 149 |
<SubSystem>Console</SubSystem>
|
152 |
<SubSystem>Console</SubSystem>
|
| Line 161... |
Line 164... |
| 161 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
164 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 162 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
165 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| 163 |
<PrecompiledHeader />
|
166 |
<PrecompiledHeader />
|
| 164 |
<WarningLevel>Level3</WarningLevel>
|
167 |
<WarningLevel>Level3</WarningLevel>
|
| 165 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
168 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| - |
|
169 |
<LanguageStandard>stdcpp17</LanguageStandard>
|
| 166 |
</ClCompile>
|
170 |
</ClCompile>
|
| 167 |
<Link>
|
171 |
<Link>
|
| 168 |
<AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
172 |
<AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 169 |
<OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
|
173 |
<OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
|
| 170 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
174 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|