Skip to content

Commit c6cbfc4

Browse files
committed
Add v141 projects, update version information to 2.10.0
1 parent 9a4ebda commit c6cbfc4

File tree

59 files changed

+3386
-642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3386
-642
lines changed

Build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<CppRestBaseFileName>cpprest</CppRestBaseFileName>
55
<CppRestSDKVersionMajor>2</CppRestSDKVersionMajor>
6-
<CppRestSDKVersionMinor>9</CppRestSDKVersionMinor>
6+
<CppRestSDKVersionMinor>10</CppRestSDKVersionMinor>
77
<CppRestSDKVersionRevision>0</CppRestSDKVersionRevision>
88
<CppRestSDKVersionFileSuffix>$(CppRestSDKVersionMajor)_$(CppRestSDKVersionMinor)</CppRestSDKVersionFileSuffix>
99
<CppRestSDKVersionString>$(CppRestSDKVersionMajor).$(CppRestSDKVersionMinor)</CppRestSDKVersionString>

Release/include/cpprest/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
*/
66
#define CPPREST_VERSION_REVISION 0
7-
#define CPPREST_VERSION_MINOR 9
7+
#define CPPREST_VERSION_MINOR 10
88
#define CPPREST_VERSION_MAJOR 2
99

1010
#define CPPREST_VERSION (CPPREST_VERSION_MAJOR*100000+CPPREST_VERSION_MINOR*100+CPPREST_VERSION_REVISION)
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
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>{2EB9CCAA-541D-4DC1-BE2C-B1AE9712194D}</ProjectGuid>
23+
<SccProjectName>SAK</SccProjectName>
24+
<SccAuxPath>SAK</SccAuxPath>
25+
<SccLocalPath>SAK</SccLocalPath>
26+
<SccProvider>SAK</SccProvider>
27+
<Keyword>Win32Proj</Keyword>
28+
<VCTargetsPath Condition="'$(VCTargetsPath12)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath12)</VCTargetsPath>
29+
</PropertyGroup>
30+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32+
<ConfigurationType>Application</ConfigurationType>
33+
<UseDebugLibraries>true</UseDebugLibraries>
34+
<CharacterSet>NotSet</CharacterSet>
35+
<PlatformToolset>v141</PlatformToolset>
36+
</PropertyGroup>
37+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
38+
<ConfigurationType>Application</ConfigurationType>
39+
<UseDebugLibraries>true</UseDebugLibraries>
40+
<CharacterSet>NotSet</CharacterSet>
41+
<PlatformToolset>v141</PlatformToolset>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
44+
<ConfigurationType>Application</ConfigurationType>
45+
<UseDebugLibraries>false</UseDebugLibraries>
46+
<WholeProgramOptimization>true</WholeProgramOptimization>
47+
<CharacterSet>NotSet</CharacterSet>
48+
<PlatformToolset>v141</PlatformToolset>
49+
</PropertyGroup>
50+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51+
<ConfigurationType>Application</ConfigurationType>
52+
<UseDebugLibraries>false</UseDebugLibraries>
53+
<WholeProgramOptimization>true</WholeProgramOptimization>
54+
<CharacterSet>NotSet</CharacterSet>
55+
<PlatformToolset>v141</PlatformToolset>
56+
</PropertyGroup>
57+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58+
<!-- Normally these settings would be include by Release.Product.Settings,
59+
however they aren't to cover the case of a project without WIN32 defined -->
60+
<PropertyGroup>
61+
<BuildRoot>$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot>
62+
<OutputPath>$(BuildRoot)\Binaries\$(Platform)\$(Configuration)\</OutputPath>
63+
<OutDir>$(OutputPath)</OutDir>
64+
<CasablancaSrcDir>$(BuildRoot)\Release\src</CasablancaSrcDir>
65+
<CasablancaIncludeDir>$(BuildRoot)\Release\include</CasablancaIncludeDir>
66+
</PropertyGroup>
67+
<ImportGroup Label="ExtensionSettings" />
68+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
69+
<ClCompile>
70+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
71+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
72+
<Optimization>Disabled</Optimization>
73+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74+
<AdditionalIncludeDirectories>$(CasablancaIncludeDir)</AdditionalIncludeDirectories>
75+
<ExceptionHandling>Async</ExceptionHandling>
76+
</ClCompile>
77+
<Link>
78+
<SubSystem>Console</SubSystem>
79+
<GenerateDebugInformation>true</GenerateDebugInformation>
80+
</Link>
81+
</ItemDefinitionGroup>
82+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
83+
<ClCompile>
84+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
85+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
86+
<Optimization>Disabled</Optimization>
87+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88+
<AdditionalIncludeDirectories>$(CasablancaIncludeDir)</AdditionalIncludeDirectories>
89+
<ExceptionHandling>Async</ExceptionHandling>
90+
</ClCompile>
91+
<Link>
92+
<SubSystem>Console</SubSystem>
93+
<GenerateDebugInformation>true</GenerateDebugInformation>
94+
</Link>
95+
</ItemDefinitionGroup>
96+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97+
<ClCompile>
98+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
99+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
100+
<Optimization>MaxSpeed</Optimization>
101+
<FunctionLevelLinking>true</FunctionLevelLinking>
102+
<IntrinsicFunctions>true</IntrinsicFunctions>
103+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104+
<AdditionalIncludeDirectories>$(CasablancaIncludeDir)</AdditionalIncludeDirectories>
105+
<ExceptionHandling>Async</ExceptionHandling>
106+
</ClCompile>
107+
<Link>
108+
<SubSystem>Console</SubSystem>
109+
<GenerateDebugInformation>true</GenerateDebugInformation>
110+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
111+
<OptimizeReferences>true</OptimizeReferences>
112+
</Link>
113+
</ItemDefinitionGroup>
114+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
115+
<ClCompile>
116+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
117+
<PrecompiledHeader>NotUsing</PrecompiledHeader>
118+
<Optimization>MaxSpeed</Optimization>
119+
<FunctionLevelLinking>true</FunctionLevelLinking>
120+
<IntrinsicFunctions>true</IntrinsicFunctions>
121+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122+
<AdditionalIncludeDirectories>$(CasablancaIncludeDir)</AdditionalIncludeDirectories>
123+
<ExceptionHandling>Async</ExceptionHandling>
124+
</ClCompile>
125+
<Link>
126+
<SubSystem>Console</SubSystem>
127+
<GenerateDebugInformation>true</GenerateDebugInformation>
128+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
129+
<OptimizeReferences>true</OptimizeReferences>
130+
</Link>
131+
</ItemDefinitionGroup>
132+
<ItemGroup>
133+
<ProjectReference Include="$(CasablancaSrcDir)\build\vs141\cpprest141.vcxproj">
134+
</ProjectReference>
135+
</ItemGroup>
136+
<ItemGroup>
137+
<ClCompile Include="..\bingrequest.cpp" />
138+
</ItemGroup>
139+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
140+
</Project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
</Filter>
6+
</ItemGroup>
7+
<ItemGroup>
8+
<ClCompile Include="..\bingrequest.cpp">
9+
<Filter>Source Files</Filter>
10+
</ClCompile>
11+
</ItemGroup>
12+
</Project>
Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
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>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
6+
</Filter>
7+
<Filter Include="Header Files">
8+
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
9+
</Filter>
10+
<Filter Include="Resource Files">
11+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
12+
</Filter>
13+
</ItemGroup>
14+
<ItemGroup>
15+
<ClInclude Include="..\stdafx.h">
16+
<Filter>Header Files</Filter>
17+
</ClInclude>
18+
<ClInclude Include="..\targetver.h">
19+
<Filter>Header Files</Filter>
20+
</ClInclude>
21+
</ItemGroup>
22+
<ItemGroup>
23+
<ClCompile Include="..\stdafx.cpp">
24+
<Filter>Source Files</Filter>
25+
</ClCompile>
26+
<ClCompile Include="..\BlackJackClient.cpp">
27+
<Filter>Source Files</Filter>
28+
</ClCompile>
29+
</ItemGroup>
30+
</Project>

0 commit comments

Comments
 (0)