1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.props" Condition =" Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.props')" />
4
+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" />
5
+ <Import Project =" ..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.props" Condition =" Exists('..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.props')" />
6
+ <PropertyGroup Label =" Globals" >
7
+ <CppWinRTOptimized >true</CppWinRTOptimized >
8
+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
9
+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
10
+ <MinimalCoreWin >true</MinimalCoreWin >
11
+ <VCProjectVersion >15.0</VCProjectVersion >
12
+ <ProjectGuid >{74605fc4-2e57-459f-947b-aef9f6921ae8}</ProjectGuid >
13
+ <Keyword >Win32Proj</Keyword >
14
+ <RootNamespace >DrawingIslandApp</RootNamespace >
15
+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.22621.0</WindowsTargetPlatformVersion >
16
+ <WindowsTargetPlatformMinVersion >10.0.18362.0</WindowsTargetPlatformMinVersion >
17
+ <ProjectName >DrawingIslandApp</ProjectName >
18
+ </PropertyGroup >
19
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
+ <ItemGroup Label =" ProjectConfigurations" >
21
+ <ProjectConfiguration Include =" Debug|ARM64" >
22
+ <Configuration >Debug</Configuration >
23
+ <Platform >ARM64</Platform >
24
+ </ProjectConfiguration >
25
+ <ProjectConfiguration Include =" Debug|Win32" >
26
+ <Configuration >Debug</Configuration >
27
+ <Platform >Win32</Platform >
28
+ </ProjectConfiguration >
29
+ <ProjectConfiguration Include =" Release|ARM64" >
30
+ <Configuration >Release</Configuration >
31
+ <Platform >ARM64</Platform >
32
+ </ProjectConfiguration >
33
+ <ProjectConfiguration Include =" Release|Win32" >
34
+ <Configuration >Release</Configuration >
35
+ <Platform >Win32</Platform >
36
+ </ProjectConfiguration >
37
+ <ProjectConfiguration Include =" Debug|x64" >
38
+ <Configuration >Debug</Configuration >
39
+ <Platform >x64</Platform >
40
+ </ProjectConfiguration >
41
+ <ProjectConfiguration Include =" Release|x64" >
42
+ <Configuration >Release</Configuration >
43
+ <Platform >x64</Platform >
44
+ </ProjectConfiguration >
45
+ </ItemGroup >
46
+ <PropertyGroup Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <PlatformToolset >v143</PlatformToolset >
49
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
50
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
51
+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140</PlatformToolset >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
55
+ <UseDebugLibraries >true</UseDebugLibraries >
56
+ <LinkIncremental >true</LinkIncremental >
57
+ </PropertyGroup >
58
+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
59
+ <UseDebugLibraries >false</UseDebugLibraries >
60
+ <WholeProgramOptimization >true</WholeProgramOptimization >
61
+ <LinkIncremental >false</LinkIncremental >
62
+ </PropertyGroup >
63
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
64
+ <ImportGroup Label =" ExtensionSettings" >
65
+ </ImportGroup >
66
+ <ImportGroup Label =" Shared" >
67
+ </ImportGroup >
68
+ <ImportGroup Label =" PropertySheets" >
69
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70
+ </ImportGroup >
71
+ <ImportGroup Label =" PropertySheets" >
72
+ <Import Project =" PropertySheet.props" />
73
+ </ImportGroup >
74
+ <PropertyGroup Label =" UserMacros" />
75
+ <ItemDefinitionGroup >
76
+ <ClCompile >
77
+ <PrecompiledHeader >Use</PrecompiledHeader >
78
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
79
+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
80
+ <PreprocessorDefinitions >_CONSOLE;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81
+ <WarningLevel >Level4</WarningLevel >
82
+ <AdditionalOptions >%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions >
83
+ </ClCompile >
84
+ <Link >
85
+ <SubSystem >Windows</SubSystem >
86
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
87
+ </Link >
88
+ </ItemDefinitionGroup >
89
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
90
+ <ClCompile >
91
+ <Optimization >Disabled</Optimization >
92
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
93
+ </ClCompile >
94
+ </ItemDefinitionGroup >
95
+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
96
+ <ClCompile >
97
+ <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98
+ </ClCompile >
99
+ </ItemDefinitionGroup >
100
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
101
+ <ClCompile >
102
+ <Optimization >MaxSpeed</Optimization >
103
+ <FunctionLevelLinking >true</FunctionLevelLinking >
104
+ <IntrinsicFunctions >true</IntrinsicFunctions >
105
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106
+ </ClCompile >
107
+ <Link >
108
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
109
+ <OptimizeReferences >true</OptimizeReferences >
110
+ </Link >
111
+ </ItemDefinitionGroup >
112
+ <ItemGroup >
113
+ <ClInclude Include =" pch.h" />
114
+ <ClInclude Include =" resource.h" />
115
+ <ClCompile Include =" WinMain.cpp" />
116
+ <ClCompile Include =" pch.cpp" >
117
+ <PrecompiledHeader >Create</PrecompiledHeader >
118
+ </ClCompile >
119
+ <ResourceCompile Include =" DrawingIslandApp.rc" />
120
+ <Manifest Include =" DrawingIslandApp.exe.manifest" />
121
+ <None Include =" packages.config" />
122
+ <None Include =" PropertySheet.props" />
123
+ <Text Include =" readme.txt" >
124
+ <DeploymentContent >false</DeploymentContent >
125
+ </Text >
126
+ </ItemGroup >
127
+ <ItemGroup >
128
+ <ProjectReference Include =" ..\DrawingIslandComponents\DrawingIslandComponents.vcxproj" >
129
+ <Project >{709c54e1-0f2f-4a59-80b2-4cfd08b720e5}</Project >
130
+ </ProjectReference >
131
+ </ItemGroup >
132
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
133
+ <ImportGroup Label =" ExtensionTargets" >
134
+ <Import Project =" ..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.targets" Condition =" Exists('..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.targets')" />
135
+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets')" />
136
+ <Import Project =" ..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.targets" Condition =" Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.targets')" />
137
+ </ImportGroup >
138
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
139
+ <PropertyGroup >
140
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
141
+ </PropertyGroup >
142
+ <Error Condition =" !Exists('..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.props'))" />
143
+ <Error Condition =" !Exists('..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.WindowsAppSDK.1.5.240404000\build\native\Microsoft.WindowsAppSDK.targets'))" />
144
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props'))" />
145
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets'))" />
146
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.props'))" />
147
+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.3233\build\Microsoft.Windows.SDK.BuildTools.targets'))" />
148
+ </Target >
149
+ </Project >
0 commit comments