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|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" cloud_game_api.cpp" />
23+ <ClCompile Include =" crash_dump.cpp" />
24+ <ClCompile Include =" http_client.cpp" />
25+ <ClCompile Include =" main.cc" />
26+ <ClCompile Include =" main_wnd.cc" />
27+ <ClCompile Include =" my_tcr_logger.cpp" />
28+ <ClCompile Include =" video_renderer.cpp" />
29+ </ItemGroup >
30+ <ItemGroup >
31+ <ClInclude Include =" cloud_game_api.h" />
32+ <ClInclude Include =" crash_dump.h" />
33+ <ClInclude Include =" http_client.h" />
34+ <ClInclude Include =" main_wnd.h" />
35+ <ClInclude Include =" my_tcr_logger.h" />
36+ <ClInclude Include =" video_renderer.h" />
37+ </ItemGroup >
38+ <PropertyGroup Label =" Globals" >
39+ <VCProjectVersion >16.0</VCProjectVersion >
40+ <Keyword >Win32Proj</Keyword >
41+ <ProjectGuid >{dd2ab69c-95d3-4241-ba31-9786f59fd23c}</ProjectGuid >
42+ <RootNamespace >TcrDemo</RootNamespace >
43+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
44+ </PropertyGroup >
45+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
47+ <ConfigurationType >Application</ConfigurationType >
48+ <UseDebugLibraries >true</UseDebugLibraries >
49+ <PlatformToolset >v142</PlatformToolset >
50+ <CharacterSet >Unicode</CharacterSet >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
53+ <ConfigurationType >Application</ConfigurationType >
54+ <UseDebugLibraries >false</UseDebugLibraries >
55+ <PlatformToolset >v142</PlatformToolset >
56+ <WholeProgramOptimization >true</WholeProgramOptimization >
57+ <CharacterSet >Unicode</CharacterSet >
58+ </PropertyGroup >
59+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
60+ <ConfigurationType >Application</ConfigurationType >
61+ <UseDebugLibraries >true</UseDebugLibraries >
62+ <PlatformToolset >v142</PlatformToolset >
63+ <CharacterSet >Unicode</CharacterSet >
64+ </PropertyGroup >
65+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
66+ <ConfigurationType >Application</ConfigurationType >
67+ <UseDebugLibraries >false</UseDebugLibraries >
68+ <PlatformToolset >v142</PlatformToolset >
69+ <WholeProgramOptimization >true</WholeProgramOptimization >
70+ <CharacterSet >Unicode</CharacterSet >
71+ </PropertyGroup >
72+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
73+ <ImportGroup Label =" ExtensionSettings" >
74+ </ImportGroup >
75+ <ImportGroup Label =" Shared" >
76+ </ImportGroup >
77+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79+ </ImportGroup >
80+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82+ </ImportGroup >
83+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85+ </ImportGroup >
86+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
88+ </ImportGroup >
89+ <PropertyGroup Label =" UserMacros" />
90+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91+ <LinkIncremental >true</LinkIncremental >
92+ </PropertyGroup >
93+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
94+ <LinkIncremental >false</LinkIncremental >
95+ </PropertyGroup >
96+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97+ <LinkIncremental >true</LinkIncremental >
98+ </PropertyGroup >
99+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
100+ <LinkIncremental >false</LinkIncremental >
101+ </PropertyGroup >
102+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
103+ <ClCompile >
104+ <WarningLevel >Level3</WarningLevel >
105+ <SDLCheck >true</SDLCheck >
106+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107+ <ConformanceMode >true</ConformanceMode >
108+ </ClCompile >
109+ <Link >
110+ <SubSystem >Windows</SubSystem >
111+ <GenerateDebugInformation >true</GenerateDebugInformation >
112+ </Link >
113+ </ItemDefinitionGroup >
114+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
115+ <ClCompile >
116+ <WarningLevel >Level3</WarningLevel >
117+ <FunctionLevelLinking >true</FunctionLevelLinking >
118+ <IntrinsicFunctions >true</IntrinsicFunctions >
119+ <SDLCheck >true</SDLCheck >
120+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <ConformanceMode >true</ConformanceMode >
122+ </ClCompile >
123+ <Link >
124+ <SubSystem >Windows</SubSystem >
125+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126+ <OptimizeReferences >true</OptimizeReferences >
127+ <GenerateDebugInformation >true</GenerateDebugInformation >
128+ </Link >
129+ </ItemDefinitionGroup >
130+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
131+ <ClCompile >
132+ <WarningLevel >Level3</WarningLevel >
133+ <SDLCheck >true</SDLCheck >
134+ <PreprocessorDefinitions >_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
135+ <ConformanceMode >true</ConformanceMode >
136+ </ClCompile >
137+ <Link >
138+ <SubSystem >Windows</SubSystem >
139+ <GenerateDebugInformation >true</GenerateDebugInformation >
140+ </Link >
141+ </ItemDefinitionGroup >
142+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
143+ <ClCompile >
144+ <WarningLevel >Level3</WarningLevel >
145+ <FunctionLevelLinking >true</FunctionLevelLinking >
146+ <IntrinsicFunctions >true</IntrinsicFunctions >
147+ <SDLCheck >true</SDLCheck >
148+ <PreprocessorDefinitions >NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
149+ <ConformanceMode >true</ConformanceMode >
150+ <AdditionalIncludeDirectories >$(ProjectDir)tcrsdk\include;$(ProjectDir)spdlog-1.12.0\include;$(ProjectDir)jsoncpp\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
151+ <DisableSpecificWarnings >4996</DisableSpecificWarnings >
152+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
153+ </ClCompile >
154+ <Link >
155+ <SubSystem >Windows</SubSystem >
156+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
157+ <OptimizeReferences >true</OptimizeReferences >
158+ <GenerateDebugInformation >true</GenerateDebugInformation >
159+ <AdditionalLibraryDirectories >$(ProjectDir)tcrsdk\libs\x64;$(ProjectDir)jsoncpp\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
160+ <AdditionalDependencies >TcrSdk-Win.lib;json_reader.obj;json_value.obj;json_writer.obj;wininet.lib;winmm.lib;winspool.lib;winhttp.lib;%(AdditionalDependencies)</AdditionalDependencies >
161+ </Link >
162+ <PreBuildEvent >
163+ <Command >xcopy /E /Y "$(ProjectDir)tcrsdk\libs\x64" "$(OutDir)"</Command >
164+ </PreBuildEvent >
165+ </ItemDefinitionGroup >
166+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
167+ <ImportGroup Label =" ExtensionTargets" >
168+ </ImportGroup >
169+ </Project >
0 commit comments