| 25 <VCProjectVersion>16.0</VCProjectVersion> |
25 <VCProjectVersion>16.0</VCProjectVersion> |
| 26 <Keyword>Win32Proj</Keyword> |
26 <Keyword>Win32Proj</Keyword> |
| 27 <ProjectGuid>{3541f08b-e6cc-4c23-a0d3-51983aab33c6}</ProjectGuid> |
27 <ProjectGuid>{3541f08b-e6cc-4c23-a0d3-51983aab33c6}</ProjectGuid> |
| 28 <RootNamespace>testapp</RootNamespace> |
28 <RootNamespace>testapp</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> |
| 109 <ClCompile> |
112 <ClCompile> |
| 110 <WarningLevel>Level3</WarningLevel> |
113 <WarningLevel>Level3</WarningLevel> |
| 111 <SDLCheck>true</SDLCheck> |
114 <SDLCheck>true</SDLCheck> |
| 112 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
115 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 113 <ConformanceMode>true</ConformanceMode> |
116 <ConformanceMode>true</ConformanceMode> |
| |
117 <AdditionalIncludeDirectories>C:\Users\Olaf\Projekte\toolkit\ui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 114 </ClCompile> |
118 </ClCompile> |
| 115 <Link> |
119 <Link> |
| 116 <SubSystem>Console</SubSystem> |
120 <SubSystem>Windows</SubSystem> |
| 117 <GenerateDebugInformation>true</GenerateDebugInformation> |
121 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 118 </Link> |
122 </Link> |
| 119 </ItemDefinitionGroup> |
123 </ItemDefinitionGroup> |
| 120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 121 <ClCompile> |
125 <ClCompile> |
| 137 <ClCompile Include="main.c" /> |
141 <ClCompile Include="main.c" /> |
| 138 </ItemGroup> |
142 </ItemGroup> |
| 139 <ItemGroup> |
143 <ItemGroup> |
| 140 <None Include="packages.config" /> |
144 <None Include="packages.config" /> |
| 141 </ItemGroup> |
145 </ItemGroup> |
| |
146 <ItemGroup> |
| |
147 <ProjectReference Include="..\..\..\ui\winui\winui.vcxproj"> |
| |
148 <Project>{04d5ee2c-6076-4c7c-8b70-b0f6d602ff55}</Project> |
| |
149 </ProjectReference> |
| |
150 </ItemGroup> |
| 142 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
151 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 143 <ImportGroup Label="ExtensionTargets"> |
152 <ImportGroup Label="ExtensionTargets"> |
| 144 <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
153 <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
| 145 <Import Project="..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |
154 <Import Project="..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |
| 146 <Import Project="..\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets" Condition="Exists('..\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets')" /> |
155 <Import Project="..\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets" Condition="Exists('..\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets')" /> |