1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" 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 =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{830b6e2f-9224-41d1-b9c7-a51fc78b00c7}</ProjectGuid >
23+ <Keyword >Win32Proj</Keyword >
24+ <RootNamespace >BlackJack_Client</RootNamespace >
25+ <SccProjectName >SAK</SccProjectName >
26+ <SccAuxPath >SAK</SccAuxPath >
27+ <SccLocalPath >SAK</SccLocalPath >
28+ <SccProvider >SAK</SccProvider >
29+ <VCTargetsPath Condition =" '$(VCTargetsPath12)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''" >$(VCTargetsPath12)</VCTargetsPath >
30+ </PropertyGroup >
31+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
33+ <ConfigurationType >Application</ConfigurationType >
34+ <UseDebugLibraries >true</UseDebugLibraries >
35+ <CharacterSet >NotSet</CharacterSet >
36+ <PlatformToolset >v141</PlatformToolset >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
39+ <ConfigurationType >Application</ConfigurationType >
40+ <UseDebugLibraries >true</UseDebugLibraries >
41+ <CharacterSet >NotSet</CharacterSet >
42+ <PlatformToolset >v141</PlatformToolset >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
45+ <ConfigurationType >Application</ConfigurationType >
46+ <UseDebugLibraries >false</UseDebugLibraries >
47+ <WholeProgramOptimization >true</WholeProgramOptimization >
48+ <CharacterSet >NotSet</CharacterSet >
49+ <PlatformToolset >v141</PlatformToolset >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
52+ <ConfigurationType >Application</ConfigurationType >
53+ <UseDebugLibraries >false</UseDebugLibraries >
54+ <WholeProgramOptimization >true</WholeProgramOptimization >
55+ <CharacterSet >NotSet</CharacterSet >
56+ <PlatformToolset >v141</PlatformToolset >
57+ </PropertyGroup >
58+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
59+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Product.Settings" />
60+ <ImportGroup Label =" ExtensionSettings" />
61+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <ClCompile >
63+ <PrecompiledHeader >Use</PrecompiledHeader >
64+ <WarningLevel >Level3</WarningLevel >
65+ <Optimization >Disabled</Optimization >
66+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67+ <AdditionalIncludeDirectories >$(CasablancaIncludeDir);..\..\BlackJack_Server;$(CasablancaIncludeDir)</AdditionalIncludeDirectories >
68+ <ExceptionHandling >Async</ExceptionHandling >
69+ <AdditionalOptions >-Zm140 %(AdditionalOptions)</AdditionalOptions >
70+ </ClCompile >
71+ <Link >
72+ <SubSystem >Console</SubSystem >
73+ <GenerateDebugInformation >true</GenerateDebugInformation >
74+ </Link >
75+ </ItemDefinitionGroup >
76+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77+ <ClCompile >
78+ <PrecompiledHeader >Use</PrecompiledHeader >
79+ <WarningLevel >Level3</WarningLevel >
80+ <Optimization >Disabled</Optimization >
81+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82+ <AdditionalIncludeDirectories >$(CasablancaIncludeDir);..\..\BlackJack_Server;$(CasablancaIncludeDir)</AdditionalIncludeDirectories >
83+ <ExceptionHandling >Async</ExceptionHandling >
84+ <AdditionalOptions >-Zm140 %(AdditionalOptions)</AdditionalOptions >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Console</SubSystem >
88+ <GenerateDebugInformation >true</GenerateDebugInformation >
89+ </Link >
90+ </ItemDefinitionGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92+ <ClCompile >
93+ <WarningLevel >Level3</WarningLevel >
94+ <PrecompiledHeader >Use</PrecompiledHeader >
95+ <Optimization >MaxSpeed</Optimization >
96+ <FunctionLevelLinking >true</FunctionLevelLinking >
97+ <IntrinsicFunctions >true</IntrinsicFunctions >
98+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99+ <AdditionalIncludeDirectories >$(CasablancaIncludeDir);..\..\BlackJack_Server;$(CasablancaIncludeDir)</AdditionalIncludeDirectories >
100+ <ExceptionHandling >Async</ExceptionHandling >
101+ <AdditionalOptions >-Zm140 %(AdditionalOptions)</AdditionalOptions >
102+ </ClCompile >
103+ <Link >
104+ <SubSystem >Console</SubSystem >
105+ <GenerateDebugInformation >true</GenerateDebugInformation >
106+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
107+ <OptimizeReferences >true</OptimizeReferences >
108+ </Link >
109+ </ItemDefinitionGroup >
110+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
111+ <ClCompile >
112+ <WarningLevel >Level3</WarningLevel >
113+ <PrecompiledHeader >Use</PrecompiledHeader >
114+ <Optimization >MaxSpeed</Optimization >
115+ <FunctionLevelLinking >true</FunctionLevelLinking >
116+ <IntrinsicFunctions >true</IntrinsicFunctions >
117+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118+ <AdditionalIncludeDirectories >$(CasablancaIncludeDir);..\..\BlackJack_Server;$(CasablancaIncludeDir)</AdditionalIncludeDirectories >
119+ <ExceptionHandling >Async</ExceptionHandling >
120+ <AdditionalOptions >-Zm140 %(AdditionalOptions)</AdditionalOptions >
121+ </ClCompile >
122+ <Link >
123+ <SubSystem >Console</SubSystem >
124+ <GenerateDebugInformation >true</GenerateDebugInformation >
125+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
126+ <OptimizeReferences >true</OptimizeReferences >
127+ </Link >
128+ </ItemDefinitionGroup >
129+ <ItemGroup >
130+ <ClInclude Include =" ..\stdafx.h" />
131+ <ClInclude Include =" ..\targetver.h" />
132+ </ItemGroup >
133+ <ItemGroup >
134+ <ClCompile Include =" ..\BlackJackClient.cpp" />
135+ <ClCompile Include =" ..\stdafx.cpp" >
136+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
137+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
138+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
139+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
140+ </ClCompile >
141+ </ItemGroup >
142+ <ItemGroup >
143+ <ProjectReference Include =" $(CasablancaSrcDir)\build\vs141\cpprest141.vcxproj" >
144+ </ProjectReference >
145+ </ItemGroup >
146+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
147+ </Project >
0 commit comments