vs project
This commit is contained in:
parent
16957ced1a
commit
ecae6eb04e
@ -19,7 +19,6 @@
|
|||||||
</ProjectConfiguration>
|
</ProjectConfiguration>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="src\Autoarr2\Autoarr2_instances.cpp" />
|
|
||||||
<ClCompile Include="src\Autoarr\Autoarr.c" />
|
<ClCompile Include="src\Autoarr\Autoarr.c" />
|
||||||
<ClCompile Include="src\Autoarr\Autoarr_KVPair_exported.c" />
|
<ClCompile Include="src\Autoarr\Autoarr_KVPair_exported.c" />
|
||||||
<ClCompile Include="src\Autoarr\Autoarr_Unitype_exported.c" />
|
<ClCompile Include="src\Autoarr\Autoarr_Unitype_exported.c" />
|
||||||
@ -30,7 +29,7 @@
|
|||||||
<ClCompile Include="src\DtsodParser\DtsodV24_deserialize.c" />
|
<ClCompile Include="src\DtsodParser\DtsodV24_deserialize.c" />
|
||||||
<ClCompile Include="src\DtsodParser\DtsodV24_exported.c" />
|
<ClCompile Include="src\DtsodParser\DtsodV24_exported.c" />
|
||||||
<ClCompile Include="src\DtsodParser\DtsodV24_serialize.c" />
|
<ClCompile Include="src\DtsodParser\DtsodV24_serialize.c" />
|
||||||
<ClCompile Include="src\Hashtable\hash.c" />
|
<ClCompile Include="src\HashFunctions\hash.c" />
|
||||||
<ClCompile Include="src\Hashtable\Hashtable.c" />
|
<ClCompile Include="src\Hashtable\Hashtable.c" />
|
||||||
<ClCompile Include="src\Hashtable\KeyValuePair.c" />
|
<ClCompile Include="src\Hashtable\KeyValuePair.c" />
|
||||||
<ClCompile Include="src\Network\knSocket.c" />
|
<ClCompile Include="src\Network\knSocket.c" />
|
||||||
@ -42,6 +41,8 @@
|
|||||||
<ClCompile Include="tests\test_autoarr2.cpp" />
|
<ClCompile Include="tests\test_autoarr2.cpp" />
|
||||||
<ClCompile Include="tests\test_dtsod.c" />
|
<ClCompile Include="tests\test_dtsod.c" />
|
||||||
<ClCompile Include="tests\test_hashtable.c" />
|
<ClCompile Include="tests\test_hashtable.c" />
|
||||||
|
<ClCompile Include="tests\test_hashtable2.cpp" />
|
||||||
|
<ClCompile Include="tests\test_hash_functions.c" />
|
||||||
<ClCompile Include="tests\test_marshalling.c" />
|
<ClCompile Include="tests\test_marshalling.c" />
|
||||||
<ClCompile Include="tests\test_safethrow.c" />
|
<ClCompile Include="tests\test_safethrow.c" />
|
||||||
<ClCompile Include="tests\test_searchtree.c" />
|
<ClCompile Include="tests\test_searchtree.c" />
|
||||||
@ -49,7 +50,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="src\Autoarr2\Autoarr2.hpp" />
|
<ClInclude Include="src\Autoarr2\Autoarr2.hpp" />
|
||||||
<ClInclude Include="src\Autoarr2\Autoarr2_methods.hpp" />
|
|
||||||
<ClInclude Include="src\Autoarr\Autoarr.h" />
|
<ClInclude Include="src\Autoarr\Autoarr.h" />
|
||||||
<ClInclude Include="src\Autoarr\Autoarr_declare.h" />
|
<ClInclude Include="src\Autoarr\Autoarr_declare.h" />
|
||||||
<ClInclude Include="src\Autoarr\Autoarr_define.h" />
|
<ClInclude Include="src\Autoarr\Autoarr_define.h" />
|
||||||
@ -60,9 +60,8 @@
|
|||||||
<ClInclude Include="src\base\std.h" />
|
<ClInclude Include="src\base\std.h" />
|
||||||
<ClInclude Include="src\base\types.h" />
|
<ClInclude Include="src\base\types.h" />
|
||||||
<ClInclude Include="src\DtsodParser\DtsodV24.h" />
|
<ClInclude Include="src\DtsodParser\DtsodV24.h" />
|
||||||
|
<ClInclude Include="src\HashFunctions\hash.h" />
|
||||||
<ClInclude Include="src\Hashtable2\Hashtable2.hpp" />
|
<ClInclude Include="src\Hashtable2\Hashtable2.hpp" />
|
||||||
<ClInclude Include="src\Hashtable2\Hashtable2_methods.hpp" />
|
|
||||||
<ClInclude Include="src\Hashtable\hash.h" />
|
|
||||||
<ClInclude Include="src\Hashtable\Hashtable.h" />
|
<ClInclude Include="src\Hashtable\Hashtable.h" />
|
||||||
<ClInclude Include="src\Hashtable\KeyValuePair.h" />
|
<ClInclude Include="src\Hashtable\KeyValuePair.h" />
|
||||||
<ClInclude Include="src\Network\network.h" />
|
<ClInclude Include="src\Network\network.h" />
|
||||||
@ -165,7 +164,7 @@
|
|||||||
<PrecompiledHeaderOutputFile />
|
<PrecompiledHeaderOutputFile />
|
||||||
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<CompileAs>Default</CompileAs>
|
<CompileAs>Default</CompileAs>
|
||||||
<LanguageStandard>Default</LanguageStandard>
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||||
<DebugInformationFormat>None</DebugInformationFormat>
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||||||
<Optimization>Disabled</Optimization>
|
<Optimization>Disabled</Optimization>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
@ -192,7 +191,7 @@
|
|||||||
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<CompileAs>Default</CompileAs>
|
<CompileAs>Default</CompileAs>
|
||||||
<LanguageStandard>Default</LanguageStandard>
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||||
<DebugInformationFormat>None</DebugInformationFormat>
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@ -217,7 +216,7 @@
|
|||||||
<PrecompiledHeaderOutputFile />
|
<PrecompiledHeaderOutputFile />
|
||||||
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<CompileAs>Default</CompileAs>
|
<CompileAs>Default</CompileAs>
|
||||||
<LanguageStandard>Default</LanguageStandard>
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||||
<DebugInformationFormat>None</DebugInformationFormat>
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
@ -237,13 +236,13 @@
|
|||||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||||
<PrecompiledHeaderFile>
|
<PrecompiledHeaderFile>
|
||||||
</PrecompiledHeaderFile>
|
</PrecompiledHeaderFile>
|
||||||
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
<LanguageStandard_C>stdc17</LanguageStandard_C>
|
||||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||||
<PrecompiledHeaderOutputFile />
|
<PrecompiledHeaderOutputFile />
|
||||||
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
<AdditionalOptions>/Zc:twoPhase- /MP %(AdditionalOptions)</AdditionalOptions>
|
||||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||||
<CompileAs>Default</CompileAs>
|
<CompileAs>Default</CompileAs>
|
||||||
<LanguageStandard>Default</LanguageStandard>
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
||||||
<DebugInformationFormat>None</DebugInformationFormat>
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user