1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</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+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{C5D30411-CECD-48B1-9B9C-3C86A1ACD2FA}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >InteractiveSample</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
27+ <ProjectName >InteractiveScreenControlSample</ProjectName >
28+ </PropertyGroup >
29+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31+ <ConfigurationType >Application</ConfigurationType >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ <PlatformToolset >v141</PlatformToolset >
34+ <CharacterSet >Unicode</CharacterSet >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <ConfigurationType >Application</ConfigurationType >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ <PlatformToolset >v141</PlatformToolset >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >Unicode</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v141</PlatformToolset >
47+ <CharacterSet >NotSet</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >Application</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v141</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >Unicode</CharacterSet >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57+ <ImportGroup Label =" ExtensionSettings" >
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <LinkIncremental >false</LinkIncremental >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84+ <LinkIncremental >false</LinkIncremental >
85+ </PropertyGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87+ <ClCompile >
88+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
89+ <WarningLevel >Level3</WarningLevel >
90+ <Optimization >Disabled</Optimization >
91+ <SDLCheck >true</SDLCheck >
92+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93+ <ConformanceMode >true</ConformanceMode >
94+ </ClCompile >
95+ <Link >
96+ <SubSystem >Console</SubSystem >
97+ <GenerateDebugInformation >true</GenerateDebugInformation >
98+ </Link >
99+ </ItemDefinitionGroup >
100+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
101+ <ClCompile >
102+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
103+ <WarningLevel >Level3</WarningLevel >
104+ <Optimization >Disabled</Optimization >
105+ <SDLCheck >true</SDLCheck >
106+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
107+ <ConformanceMode >true</ConformanceMode >
108+ </ClCompile >
109+ <Link >
110+ <SubSystem >Console</SubSystem >
111+ <GenerateDebugInformation >true</GenerateDebugInformation >
112+ </Link >
113+ </ItemDefinitionGroup >
114+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
115+ <ClCompile >
116+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
117+ <WarningLevel >Level3</WarningLevel >
118+ <Optimization >MaxSpeed</Optimization >
119+ <FunctionLevelLinking >true</FunctionLevelLinking >
120+ <IntrinsicFunctions >true</IntrinsicFunctions >
121+ <SDLCheck >true</SDLCheck >
122+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
123+ <ConformanceMode >true</ConformanceMode >
124+ </ClCompile >
125+ <Link >
126+ <SubSystem >Console</SubSystem >
127+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
128+ <OptimizeReferences >true</OptimizeReferences >
129+ <GenerateDebugInformation >true</GenerateDebugInformation >
130+ </Link >
131+ </ItemDefinitionGroup >
132+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
133+ <ClCompile >
134+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
135+ <WarningLevel >Level3</WarningLevel >
136+ <Optimization >MaxSpeed</Optimization >
137+ <FunctionLevelLinking >true</FunctionLevelLinking >
138+ <IntrinsicFunctions >true</IntrinsicFunctions >
139+ <SDLCheck >true</SDLCheck >
140+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141+ <ConformanceMode >true</ConformanceMode >
142+ </ClCompile >
143+ <Link >
144+ <SubSystem >Console</SubSystem >
145+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
146+ <OptimizeReferences >true</OptimizeReferences >
147+ <GenerateDebugInformation >true</GenerateDebugInformation >
148+ </Link >
149+ </ItemDefinitionGroup >
150+ <ItemGroup >
151+ <ClInclude Include =" stdafx.h" />
152+ <ClInclude Include =" targetver.h" />
153+ </ItemGroup >
154+ <ItemGroup >
155+ <ClCompile Include =" ..\..\source\interactivity.cpp" />
156+ <ClCompile Include =" InteractiveScreenControlSample.cpp" />
157+ <ClCompile Include =" stdafx.cpp" >
158+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
159+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
160+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
161+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
162+ </ClCompile >
163+ </ItemGroup >
164+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
165+ <ImportGroup Label =" ExtensionTargets" >
166+ </ImportGroup >
167+ </Project >
0 commit comments