| 25 <VCProjectVersion>16.0</VCProjectVersion> |
25 <VCProjectVersion>16.0</VCProjectVersion> |
| 26 <Keyword>Win32Proj</Keyword> |
26 <Keyword>Win32Proj</Keyword> |
| 27 <ProjectGuid>{04d5ee2c-6076-4c7c-8b70-b0f6d602ff55}</ProjectGuid> |
27 <ProjectGuid>{04d5ee2c-6076-4c7c-8b70-b0f6d602ff55}</ProjectGuid> |
| 28 <RootNamespace>winui</RootNamespace> |
28 <RootNamespace>winui</RootNamespace> |
| 29 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
29 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| |
30 <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained> |
| |
31 <WindowsPackageType>None</WindowsPackageType> |
| |
32 <AppxPackage>false</AppxPackage> |
| 30 </PropertyGroup> |
33 </PropertyGroup> |
| 31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 33 <ConfigurationType>Application</ConfigurationType> |
36 <ConfigurationType>Application</ConfigurationType> |
| 34 <UseDebugLibraries>true</UseDebugLibraries> |
37 <UseDebugLibraries>true</UseDebugLibraries> |
| 134 <GenerateDebugInformation>true</GenerateDebugInformation> |
137 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 135 </Link> |
138 </Link> |
| 136 </ItemDefinitionGroup> |
139 </ItemDefinitionGroup> |
| 137 <ItemGroup> |
140 <ItemGroup> |
| 138 <ClCompile Include="toolkit.cpp" /> |
141 <ClCompile Include="toolkit.cpp" /> |
| |
142 <ClCompile Include="window.cpp" /> |
| 139 </ItemGroup> |
143 </ItemGroup> |
| 140 <ItemGroup> |
144 <ItemGroup> |
| 141 <None Include="packages.config" /> |
145 <None Include="packages.config" /> |
| |
146 </ItemGroup> |
| |
147 <ItemGroup> |
| |
148 <ClInclude Include="toolkit.h" /> |
| |
149 <ClInclude Include="window.h" /> |
| 142 </ItemGroup> |
150 </ItemGroup> |
| 143 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
151 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 144 <ImportGroup Label="ExtensionTargets"> |
152 <ImportGroup Label="ExtensionTargets"> |
| 145 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
153 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
| 146 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |
154 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |