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 >{C3534C4D-6DF1-498E-9904-4337878A1515}</ProjectGuid >
23+ <RootNamespace >instsrv</RootNamespace >
24+ </PropertyGroup >
25+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26+ <PropertyGroup Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <UseOfMfc >false</UseOfMfc >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
32+ <PlatformToolset >v143</PlatformToolset >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
35+ <PlatformToolset >v143</PlatformToolset >
36+ </PropertyGroup >
37+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
38+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
40+ <Import Project =" ..\common.props" />
41+ <Import Project =" ..\debug.props" />
42+ </ImportGroup >
43+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
44+ <Import Project =" ..\common.props" />
45+ <Import Project =" ..\release.props" />
46+ </ImportGroup >
47+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
48+ <Import Project =" ..\common.props" />
49+ <Import Project =" ..\debug-x64.props" />
50+ </ImportGroup >
51+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
52+ <Import Project =" ..\common.props" />
53+ <Import Project =" ..\release-x64.props" />
54+ </ImportGroup >
55+ <PropertyGroup >
56+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
57+ </PropertyGroup >
58+ <ItemDefinitionGroup >
59+ <Midl >
60+ <TypeLibraryName >$(IntDir)Instsrv.tlb</TypeLibraryName >
61+ </Midl >
62+ <ClCompile >
63+ <AdditionalIncludeDirectories >..\..\instsrv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
64+ </ClCompile >
65+ <ResourceCompile >
66+ <Culture >0x0409</Culture >
67+ </ResourceCompile >
68+ <Link >
69+ <SubSystem >Console</SubSystem >
70+ </Link >
71+ <Bscmake >
72+ <SuppressStartupBanner >true</SuppressStartupBanner >
73+ <OutputFile >$(IntDir)$(ProjectName).bsc</OutputFile >
74+ </Bscmake >
75+ </ItemDefinitionGroup >
76+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
77+ <ResourceCompile >
78+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79+ </ResourceCompile >
80+ </ItemDefinitionGroup >
81+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
82+ <ResourceCompile >
83+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84+ </ResourceCompile >
85+ </ItemDefinitionGroup >
86+ <ItemDefinitionGroup Condition =" '$(Platform)'=='x64'" >
87+ <Midl >
88+ <TargetEnvironment >X64</TargetEnvironment >
89+ </Midl >
90+ </ItemDefinitionGroup >
91+ <ItemGroup >
92+ <ClCompile Include =" ..\..\instsrv\instsrv.c" />
93+ </ItemGroup >
94+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
95+ </Project >
0 commit comments