1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{3C9BD092-18E6-4C6E-A887-CDFC80ACB206}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >HubConnectionSample</RootNamespace >
17+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
18+ <DownloadNuGetExe Condition =" '$(DownloadNuGetExe)' == '' " >true</DownloadNuGetExe >
19+ <RestorePackages >true</RestorePackages >
20+ </PropertyGroup >
21+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
23+ <ConfigurationType >Application</ConfigurationType >
24+ <UseDebugLibraries >true</UseDebugLibraries >
25+ <PlatformToolset >v120</PlatformToolset >
26+ <CharacterSet >Unicode</CharacterSet >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
29+ <ConfigurationType >Application</ConfigurationType >
30+ <UseDebugLibraries >false</UseDebugLibraries >
31+ <PlatformToolset >v120</PlatformToolset >
32+ <WholeProgramOptimization >true</WholeProgramOptimization >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
36+ <ImportGroup Label =" ExtensionSettings" >
37+ <Import Project =" ..\..\packages\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.2.5.0\build\native\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.targets" Condition =" Exists('..\..\packages\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.2.5.0\build\native\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.targets')" />
38+ <Import Project =" ..\..\packages\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.1.0.0-alpha-10013\build\native\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.targets" Condition =" Exists('..\..\packages\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.1.0.0-alpha-10013\build\native\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.targets')" />
39+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
40+ </ImportGroup >
41+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
42+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
43+ </ImportGroup >
44+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
45+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
46+ </ImportGroup >
47+ <PropertyGroup Label =" UserMacros" >
48+ <NuGetPackageImportStamp >17b14a35</NuGetPackageImportStamp >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
51+ <LinkIncremental >true</LinkIncremental >
52+ </PropertyGroup >
53+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
54+ <LinkIncremental >false</LinkIncremental >
55+ </PropertyGroup >
56+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57+ <ClCompile >
58+ <PrecompiledHeader >Use</PrecompiledHeader >
59+ <WarningLevel >Level3</WarningLevel >
60+ <Optimization >Disabled</Optimization >
61+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
62+ <SDLCheck >true</SDLCheck >
63+ </ClCompile >
64+ <Link >
65+ <SubSystem >Console</SubSystem >
66+ <GenerateDebugInformation >true</GenerateDebugInformation >
67+ </Link >
68+ </ItemDefinitionGroup >
69+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <ClCompile >
71+ <WarningLevel >Level3</WarningLevel >
72+ <PrecompiledHeader >Use</PrecompiledHeader >
73+ <Optimization >MaxSpeed</Optimization >
74+ <FunctionLevelLinking >true</FunctionLevelLinking >
75+ <IntrinsicFunctions >true</IntrinsicFunctions >
76+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77+ <SDLCheck >true</SDLCheck >
78+ </ClCompile >
79+ <Link >
80+ <SubSystem >Console</SubSystem >
81+ <GenerateDebugInformation >true</GenerateDebugInformation >
82+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
83+ <OptimizeReferences >true</OptimizeReferences >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemGroup >
87+ <ClInclude Include =" stdafx.h" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <ClCompile Include =" HubConnectionSample.cpp" />
91+ <ClCompile Include =" stdafx.cpp" >
92+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
93+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
94+ </ClCompile >
95+ </ItemGroup >
96+ <ItemGroup >
97+ <None Include =" packages.config" >
98+ <SubType >Designer</SubType >
99+ </None >
100+ </ItemGroup >
101+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
102+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
103+ <PropertyGroup >
104+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
105+ </PropertyGroup >
106+ <Error Condition =" !Exists('..\..\packages\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.2.5.0\build\native\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.2.5.0\build\native\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.targets'))" />
107+ <Error Condition =" !Exists('..\..\packages\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.1.0.0-alpha-10013\build\native\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.1.0.0-alpha-10013\build\native\Microsoft.AspNet.SignalR.Client.Cpp.v120.WinDesktop.targets'))" />
108+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
109+ </Target >
110+ </Project >
0 commit comments