Sunrise.Tests.vcxproj 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|x64"><Configuration>Debug</Configuration><Platform>x64</Platform></ProjectConfiguration>
  5. <ProjectConfiguration Include="Release|x64"><Configuration>Release</Configuration><Platform>x64</Platform></ProjectConfiguration>
  6. </ItemGroup>
  7. <PropertyGroup Label="Globals">
  8. <VCProjectVersion>17.0</VCProjectVersion>
  9. <ProjectGuid>{9D2A5866-9D2F-4A07-A88C-6E713A355C94}</ProjectGuid>
  10. <RootNamespace>sunrise_tests</RootNamespace>
  11. <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
  12. <ProjectName>Sunrise.Tests</ProjectName>
  13. </PropertyGroup>
  14. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  15. <PropertyGroup Label="Configuration">
  16. <ConfigurationType>Application</ConfigurationType>
  17. <PlatformToolset>v145</PlatformToolset>
  18. <CharacterSet>Unicode</CharacterSet>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"><UseDebugLibraries>true</UseDebugLibraries></PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"><UseDebugLibraries>false</UseDebugLibraries></PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  23. <PropertyGroup>
  24. <OutDir>$(ProjectDir)..\build\$(Platform)\$(Configuration)\</OutDir>
  25. <IntDir>$(ProjectDir)..\build\obj\$(Platform)\$(Configuration)\tests\</IntDir>
  26. </PropertyGroup>
  27. <ItemDefinitionGroup>
  28. <ClCompile>
  29. <LanguageStandard>stdcpp20</LanguageStandard>
  30. <WarningLevel>Level4</WarningLevel>
  31. <TreatWarningAsError>true</TreatWarningAsError>
  32. <ConformanceMode>true</ConformanceMode>
  33. <MultiProcessorCompilation>false</MultiProcessorCompilation>
  34. <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
  35. <AdditionalIncludeDirectories>$(ProjectDir)..\Sunrise\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  36. <PreprocessorDefinitions>WIN32;_WINDOWS;WIN32_LEAN_AND_MEAN;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  37. </ClCompile>
  38. </ItemDefinitionGroup>
  39. <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
  40. <ClCompile><Optimization>Disabled</Optimization><RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary></ClCompile>
  41. <Link><GenerateDebugInformation>true</GenerateDebugInformation></Link>
  42. </ItemDefinitionGroup>
  43. <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
  44. <ClCompile><Optimization>MaxSpeed</Optimization><FunctionLevelLinking>true</FunctionLevelLinking><RuntimeLibrary>MultiThreaded</RuntimeLibrary></ClCompile>
  45. <Link><GenerateDebugInformation>true</GenerateDebugInformation><OptimizeReferences>true</OptimizeReferences></Link>
  46. </ItemDefinitionGroup>
  47. <ItemGroup>
  48. <ClCompile Include="regression_tests.cpp" />
  49. <ClCompile Include="..\Sunrise\src\middleware\encoding\bit_reader.cpp" />
  50. <ClCompile Include="..\Sunrise\src\middleware\content\packages\tables\definition_index_table.cpp" />
  51. <ClCompile Include="..\Sunrise\src\middleware\content\packages\tables\item_appearance_reader.cpp" />
  52. <ClCompile Include="..\Sunrise\src\middleware\web_service\messages\opcode1901_codec.cpp" />
  53. <ClCompile Include="..\Sunrise\src\server\bap\encrypted\queuez\queuez_state_validation.cpp" />
  54. <ClCompile Include="..\Sunrise\src\server\bap\encrypted\queuez\staging\queuez_family_refresh_staging.cpp" />
  55. <ClCompile Include="..\Sunrise\src\state\build_data\inventory\buckets\inventory_bucket_catalog.cpp" />
  56. </ItemGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  58. </Project>