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 >{2B5E19B8-7169-4F4F-92DA-AE7D9F20DDC4}</ProjectGuid >
15+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
16+ <Keyword >ManagedCProj</Keyword >
17+ <RootNamespace >CPPCodeSamples</RootNamespace >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21+ <ConfigurationType >DynamicLibrary</ConfigurationType >
22+ <UseDebugLibraries >true</UseDebugLibraries >
23+ <PlatformToolset >v110</PlatformToolset >
24+ <CLRSupport >true</CLRSupport >
25+ <CharacterSet >Unicode</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
28+ <ConfigurationType >DynamicLibrary</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v110</PlatformToolset >
31+ <CLRSupport >true</CLRSupport >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ </ImportGroup >
37+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
38+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39+ </ImportGroup >
40+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
41+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42+ </ImportGroup >
43+ <PropertyGroup Label =" UserMacros" />
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
45+ <LinkIncremental >true</LinkIncremental >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
48+ <LinkIncremental >false</LinkIncremental >
49+ </PropertyGroup >
50+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
51+ <ClCompile >
52+ <WarningLevel >Level3</WarningLevel >
53+ <Optimization >Disabled</Optimization >
54+ <PreprocessorDefinitions >WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
55+ <PrecompiledHeader >Use</PrecompiledHeader >
56+ </ClCompile >
57+ <Link >
58+ <GenerateDebugInformation >true</GenerateDebugInformation >
59+ <AdditionalDependencies />
60+ </Link >
61+ </ItemDefinitionGroup >
62+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63+ <ClCompile >
64+ <WarningLevel >Level3</WarningLevel >
65+ <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
66+ <PrecompiledHeader >Use</PrecompiledHeader >
67+ </ClCompile >
68+ <Link >
69+ <GenerateDebugInformation >true</GenerateDebugInformation >
70+ <AdditionalDependencies />
71+ </Link >
72+ </ItemDefinitionGroup >
73+ <ItemGroup >
74+ <Reference Include =" Newtonsoft.Json" >
75+ <HintPath >..\..\packages\Newtonsoft.Json.5.0.6\lib\net40\Newtonsoft.Json.dll</HintPath >
76+ </Reference >
77+ <Reference Include =" System" />
78+ <Reference Include =" System.Core" />
79+ <Reference Include =" System.Data" />
80+ <Reference Include =" System.Xml" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <ClInclude Include =" resource.h" />
84+ <ClInclude Include =" Stdafx.h" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <ClCompile Include =" AssemblyInfo.cpp" />
88+ <ClCompile Include =" QueueingServiceExamples.cpp" />
89+ <ClCompile Include =" Stdafx.cpp" >
90+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
91+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
92+ </ClCompile >
93+ </ItemGroup >
94+ <ItemGroup >
95+ <Text Include =" ReadMe.txt" />
96+ </ItemGroup >
97+ <ItemGroup >
98+ <ResourceCompile Include =" app.rc" />
99+ </ItemGroup >
100+ <ItemGroup >
101+ <Image Include =" app.ico" />
102+ </ItemGroup >
103+ <ItemGroup >
104+ <ProjectReference Include =" ..\..\corelib\corelib.v4.0.csproj" >
105+ <Project >{7dba11eb-dba7-4d3a-8d42-b5312e74b9c0}</Project >
106+ </ProjectReference >
107+ </ItemGroup >
108+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
109+ <ImportGroup Label =" ExtensionTargets" >
110+ </ImportGroup >
111+ </Project >
0 commit comments