| 1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 <Import Project="..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.props" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.props')" /> |
3 <Import Project="..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.props" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.props')" /> |
| 4 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.props" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.props')" /> |
4 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.props" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.props')" /> |
| 5 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.props')" /> |
5 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props')" /> |
| |
6 <PropertyGroup Label="Globals"> |
| |
7 <CppWinRTOptimized>true</CppWinRTOptimized> |
| |
8 <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge> |
| |
9 <MinimalCoreWin>true</MinimalCoreWin> |
| |
10 <ProjectGuid>{59f97886-bf49-4b3f-9ef6-fa7a84f3ab56}</ProjectGuid> |
| |
11 <ProjectName>winui</ProjectName> |
| |
12 <RootNamespace>winui</RootNamespace> |
| |
13 <!-- |
| |
14 $(TargetName) should be same as $(RootNamespace) so that the produced binaries (.exe/.pri/etc.) |
| |
15 have a name that matches the .winmd |
| |
16 --> |
| |
17 <TargetName>$(RootNamespace)</TargetName> |
| |
18 <DefaultLanguage>de-DE</DefaultLanguage> |
| |
19 <MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion> |
| |
20 <AppContainerApplication>false</AppContainerApplication> |
| |
21 <AppxPackage>false</AppxPackage> |
| |
22 <ApplicationType>Windows Store</ApplicationType> |
| |
23 <ApplicationTypeRevision>10.0</ApplicationTypeRevision> |
| |
24 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| |
25 <WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion> |
| |
26 <UseWinUI>true</UseWinUI> |
| |
27 <EnableMsixTooling>true</EnableMsixTooling> |
| |
28 <WindowsPackageType>None</WindowsPackageType> |
| |
29 <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained> |
| |
30 </PropertyGroup> |
| |
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 6 <ItemGroup Label="ProjectConfigurations"> |
32 <ItemGroup Label="ProjectConfigurations"> |
| 7 <ProjectConfiguration Include="Debug|Win32"> |
33 <ProjectConfiguration Include="Debug|Win32"> |
| 8 <Configuration>Debug</Configuration> |
34 <Configuration>Debug</Configuration> |
| 9 <Platform>Win32</Platform> |
35 <Platform>Win32</Platform> |
| 10 </ProjectConfiguration> |
36 </ProjectConfiguration> |
| |
37 <ProjectConfiguration Include="Debug|x64"> |
| |
38 <Configuration>Debug</Configuration> |
| |
39 <Platform>x64</Platform> |
| |
40 </ProjectConfiguration> |
| |
41 <ProjectConfiguration Include="Debug|ARM64"> |
| |
42 <Configuration>Debug</Configuration> |
| |
43 <Platform>ARM64</Platform> |
| |
44 </ProjectConfiguration> |
| 11 <ProjectConfiguration Include="Release|Win32"> |
45 <ProjectConfiguration Include="Release|Win32"> |
| 12 <Configuration>Release</Configuration> |
46 <Configuration>Release</Configuration> |
| 13 <Platform>Win32</Platform> |
47 <Platform>Win32</Platform> |
| 14 </ProjectConfiguration> |
48 </ProjectConfiguration> |
| 15 <ProjectConfiguration Include="Debug|x64"> |
|
| 16 <Configuration>Debug</Configuration> |
|
| 17 <Platform>x64</Platform> |
|
| 18 </ProjectConfiguration> |
|
| 19 <ProjectConfiguration Include="Release|x64"> |
49 <ProjectConfiguration Include="Release|x64"> |
| 20 <Configuration>Release</Configuration> |
50 <Configuration>Release</Configuration> |
| 21 <Platform>x64</Platform> |
51 <Platform>x64</Platform> |
| 22 </ProjectConfiguration> |
52 </ProjectConfiguration> |
| 23 </ItemGroup> |
53 <ProjectConfiguration Include="Release|ARM64"> |
| 24 <PropertyGroup Label="Globals"> |
54 <Configuration>Release</Configuration> |
| 25 <VCProjectVersion>16.0</VCProjectVersion> |
55 <Platform>ARM64</Platform> |
| 26 <Keyword>Win32Proj</Keyword> |
56 </ProjectConfiguration> |
| 27 <ProjectGuid>{04d5ee2c-6076-4c7c-8b70-b0f6d602ff55}</ProjectGuid> |
57 </ItemGroup> |
| 28 <RootNamespace>winui</RootNamespace> |
58 <PropertyGroup Label="Configuration"> |
| 29 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
59 <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 30 <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained> |
|
| 31 <WindowsPackageType>None</WindowsPackageType> |
|
| 32 <AppxPackage>false</AppxPackage> |
|
| 33 </PropertyGroup> |
|
| 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
| 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
| 36 <ConfigurationType>Application</ConfigurationType> |
|
| 37 <UseDebugLibraries>true</UseDebugLibraries> |
|
| 38 <PlatformToolset>v143</PlatformToolset> |
60 <PlatformToolset>v143</PlatformToolset> |
| 39 <CharacterSet>Unicode</CharacterSet> |
61 <CharacterSet>Unicode</CharacterSet> |
| 40 </PropertyGroup> |
62 <DesktopCompatible>true</DesktopCompatible> |
| 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
63 </PropertyGroup> |
| 42 <ConfigurationType>Application</ConfigurationType> |
64 <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
| |
65 <UseDebugLibraries>true</UseDebugLibraries> |
| |
66 <LinkIncremental>true</LinkIncremental> |
| |
67 </PropertyGroup> |
| |
68 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
| 43 <UseDebugLibraries>false</UseDebugLibraries> |
69 <UseDebugLibraries>false</UseDebugLibraries> |
| 44 <PlatformToolset>v143</PlatformToolset> |
|
| 45 <WholeProgramOptimization>true</WholeProgramOptimization> |
70 <WholeProgramOptimization>true</WholeProgramOptimization> |
| 46 <CharacterSet>Unicode</CharacterSet> |
71 <LinkIncremental>false</LinkIncremental> |
| 47 </PropertyGroup> |
|
| 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
| 49 <ConfigurationType>DynamicLibrary</ConfigurationType> |
|
| 50 <UseDebugLibraries>true</UseDebugLibraries> |
|
| 51 <PlatformToolset>v143</PlatformToolset> |
|
| 52 <CharacterSet>Unicode</CharacterSet> |
|
| 53 </PropertyGroup> |
|
| 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
| 55 <ConfigurationType>Application</ConfigurationType> |
|
| 56 <UseDebugLibraries>false</UseDebugLibraries> |
|
| 57 <PlatformToolset>v143</PlatformToolset> |
|
| 58 <WholeProgramOptimization>true</WholeProgramOptimization> |
|
| 59 <CharacterSet>Unicode</CharacterSet> |
|
| 60 </PropertyGroup> |
72 </PropertyGroup> |
| 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
73 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 62 <ImportGroup Label="ExtensionSettings"> |
74 <ImportGroup Label="ExtensionSettings"> |
| 63 </ImportGroup> |
75 </ImportGroup> |
| 64 <ImportGroup Label="Shared"> |
76 <ImportGroup Label="PropertySheets"> |
| 65 </ImportGroup> |
|
| 66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
| 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| 68 </ImportGroup> |
|
| 69 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
| 70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| 71 </ImportGroup> |
|
| 72 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
| 73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
| 74 </ImportGroup> |
|
| 75 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
| 76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
77 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 77 </ImportGroup> |
78 </ImportGroup> |
| 78 <PropertyGroup Label="UserMacros" /> |
79 <PropertyGroup Label="UserMacros" /> |
| 79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
80 <ItemDefinitionGroup> |
| 80 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
|
| 81 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
|
| 82 </PropertyGroup> |
|
| 83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
| 84 <ClCompile> |
81 <ClCompile> |
| 85 <WarningLevel>Level3</WarningLevel> |
82 <PrecompiledHeader>Use</PrecompiledHeader> |
| 86 <SDLCheck>true</SDLCheck> |
83 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 87 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
84 <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile> |
| 88 <ConformanceMode>true</ConformanceMode> |
85 <WarningLevel>Level4</WarningLevel> |
| |
86 <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions> |
| |
87 </ClCompile> |
| |
88 </ItemDefinitionGroup> |
| |
89 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
| |
90 <ClCompile> |
| |
91 <PreprocessorDefinitions>_DEBUG;DISABLE_XAML_GENERATED_MAIN;UI_WINUI;UI_WINUI_PCH;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| |
92 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\..\ucx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| |
93 </ClCompile> |
| |
94 </ItemDefinitionGroup> |
| |
95 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
| |
96 <ClCompile> |
| |
97 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 89 </ClCompile> |
98 </ClCompile> |
| 90 <Link> |
99 <Link> |
| 91 <SubSystem>Console</SubSystem> |
100 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 92 <GenerateDebugInformation>true</GenerateDebugInformation> |
101 <OptimizeReferences>true</OptimizeReferences> |
| 93 </Link> |
102 </Link> |
| 94 </ItemDefinitionGroup> |
103 </ItemDefinitionGroup> |
| 95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
104 <ItemGroup Condition="'$(WindowsPackageType)'!='None' and Exists('Package.appxmanifest')"> |
| 96 <ClCompile> |
105 <AppxManifest Include="Package.appxmanifest"> |
| 97 <WarningLevel>Level3</WarningLevel> |
106 <SubType>Designer</SubType> |
| 98 <FunctionLevelLinking>true</FunctionLevelLinking> |
107 </AppxManifest> |
| 99 <IntrinsicFunctions>true</IntrinsicFunctions> |
108 </ItemGroup> |
| 100 <SDLCheck>true</SDLCheck> |
109 <ItemGroup> |
| 101 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
110 <Manifest Include="app.manifest" /> |
| 102 <ConformanceMode>true</ConformanceMode> |
111 </ItemGroup> |
| 103 </ClCompile> |
112 <ItemGroup> |
| 104 <Link> |
113 <ClInclude Include="appmenu.h" /> |
| 105 <SubSystem>Console</SubSystem> |
114 <ClInclude Include="button.h" /> |
| 106 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
115 <ClInclude Include="commandbar.h" /> |
| 107 <OptimizeReferences>true</OptimizeReferences> |
116 <ClInclude Include="container.h" /> |
| 108 <GenerateDebugInformation>true</GenerateDebugInformation> |
117 <ClInclude Include="list.h" /> |
| 109 </Link> |
118 <ClInclude Include="pch.h" /> |
| 110 </ItemDefinitionGroup> |
119 <ClInclude Include="App.xaml.h"> |
| 111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
120 <DependentUpon>App.xaml</DependentUpon> |
| 112 <ClCompile> |
121 </ClInclude> |
| 113 <WarningLevel>Level3</WarningLevel> |
122 <ClInclude Include="MainWindow.xaml.h"> |
| 114 <SDLCheck>true</SDLCheck> |
123 <DependentUpon>MainWindow.xaml</DependentUpon> |
| 115 <PreprocessorDefinitions>_DEBUG;_CONSOLE;UI_WINUI;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
124 </ClInclude> |
| 116 <ConformanceMode>true</ConformanceMode> |
125 <ClInclude Include="table.h" /> |
| 117 <LanguageStandard_C>stdc17</LanguageStandard_C> |
126 <ClInclude Include="text.h" /> |
| 118 <AdditionalIncludeDirectories>$(SolutionDir)..\..\ucx;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
127 <ClInclude Include="toolkit.h" /> |
| 119 <AdditionalOptions> |
128 <ClInclude Include="util.h" /> |
| 120 </AdditionalOptions> |
129 <ClInclude Include="window.h" /> |
| 121 <PrecompiledHeader>NotUsing</PrecompiledHeader> |
130 </ItemGroup> |
| 122 <PrecompiledHeaderFile>toolkit.h</PrecompiledHeaderFile> |
131 <ItemGroup> |
| 123 </ClCompile> |
132 <ApplicationDefinition Include="App.xaml" /> |
| 124 <Link> |
133 <Page Include="MainWindow.xaml" /> |
| 125 <SubSystem>Console</SubSystem> |
134 </ItemGroup> |
| 126 <GenerateDebugInformation>true</GenerateDebugInformation> |
135 <ItemGroup> |
| 127 </Link> |
|
| 128 </ItemDefinitionGroup> |
|
| 129 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
| 130 <ClCompile> |
|
| 131 <WarningLevel>Level3</WarningLevel> |
|
| 132 <FunctionLevelLinking>true</FunctionLevelLinking> |
|
| 133 <IntrinsicFunctions>true</IntrinsicFunctions> |
|
| 134 <SDLCheck>true</SDLCheck> |
|
| 135 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
| 136 <ConformanceMode>true</ConformanceMode> |
|
| 137 </ClCompile> |
|
| 138 <Link> |
|
| 139 <SubSystem>Console</SubSystem> |
|
| 140 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
| 141 <OptimizeReferences>true</OptimizeReferences> |
|
| 142 <GenerateDebugInformation>true</GenerateDebugInformation> |
|
| 143 </Link> |
|
| 144 </ItemDefinitionGroup> |
|
| 145 <ItemGroup> |
|
| 146 <ClCompile Include="..\common\context.c" /> |
|
| 147 <ClCompile Include="..\common\document.c" /> |
|
| 148 <ClCompile Include="..\common\menu.c" /> |
|
| 149 <ClCompile Include="..\common\object.c" /> |
|
| 150 <ClCompile Include="..\common\properties.c" /> |
|
| 151 <ClCompile Include="..\common\types.c" /> |
|
| 152 <ClCompile Include="..\common\ucx_properties.c" /> |
|
| 153 <ClCompile Include="appmenu.cpp" /> |
136 <ClCompile Include="appmenu.cpp" /> |
| 154 <ClCompile Include="button.cpp" /> |
137 <ClCompile Include="button.cpp" /> |
| |
138 <ClCompile Include="commandbar.cpp" /> |
| 155 <ClCompile Include="container.cpp" /> |
139 <ClCompile Include="container.cpp" /> |
| 156 <ClCompile Include="list.cpp" /> |
140 <ClCompile Include="list.cpp" /> |
| |
141 <ClCompile Include="pch.cpp"> |
| |
142 <PrecompiledHeader>Create</PrecompiledHeader> |
| |
143 </ClCompile> |
| |
144 <ClCompile Include="App.xaml.cpp"> |
| |
145 <DependentUpon>App.xaml</DependentUpon> |
| |
146 </ClCompile> |
| |
147 <ClCompile Include="MainWindow.xaml.cpp"> |
| |
148 <DependentUpon>MainWindow.xaml</DependentUpon> |
| |
149 </ClCompile> |
| |
150 <ClCompile Include="$(GeneratedFilesDir)module.g.cpp" /> |
| 157 <ClCompile Include="table.cpp" /> |
151 <ClCompile Include="table.cpp" /> |
| 158 <ClCompile Include="text.cpp" /> |
152 <ClCompile Include="text.cpp" /> |
| 159 <ClCompile Include="toolkit.cpp" /> |
153 <ClCompile Include="toolkit.cpp" /> |
| 160 <ClCompile Include="util.cpp" /> |
154 <ClCompile Include="util.cpp" /> |
| 161 <ClCompile Include="window.cpp" /> |
155 <ClCompile Include="window.cpp" /> |
| 162 </ItemGroup> |
156 </ItemGroup> |
| 163 <ItemGroup> |
157 <ItemGroup> |
| |
158 <Midl Include="App.idl"> |
| |
159 <SubType>Code</SubType> |
| |
160 <DependentUpon>App.xaml</DependentUpon> |
| |
161 </Midl> |
| |
162 <Midl Include="MainWindow.idl"> |
| |
163 <SubType>Code</SubType> |
| |
164 <DependentUpon>MainWindow.xaml</DependentUpon> |
| |
165 </Midl> |
| |
166 </ItemGroup> |
| |
167 <ItemGroup> |
| |
168 <Text Include="readme.txt"> |
| |
169 <DeploymentContent>false</DeploymentContent> |
| |
170 </Text> |
| |
171 </ItemGroup> |
| |
172 <ItemGroup> |
| |
173 <Image Include="Assets\LockScreenLogo.scale-200.png" /> |
| |
174 <Image Include="Assets\SplashScreen.scale-200.png" /> |
| |
175 <Image Include="Assets\Square150x150Logo.scale-200.png" /> |
| |
176 <Image Include="Assets\Square44x44Logo.scale-200.png" /> |
| |
177 <Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" /> |
| |
178 <Image Include="Assets\StoreLogo.png" /> |
| |
179 <Image Include="Assets\Wide310x150Logo.scale-200.png" /> |
| |
180 </ItemGroup> |
| |
181 <!-- |
| |
182 Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging |
| |
183 Tools extension to be activated for this project even if the Windows App SDK Nuget |
| |
184 package has not yet been restored. |
| |
185 --> |
| |
186 <ItemGroup Condition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'"> |
| |
187 <ProjectCapability Include="Msix" /> |
| |
188 </ItemGroup> |
| |
189 <ItemGroup> |
| 164 <None Include="packages.config" /> |
190 <None Include="packages.config" /> |
| 165 </ItemGroup> |
|
| 166 <ItemGroup> |
|
| 167 <ClInclude Include="..\common\context.h" /> |
|
| 168 <ClInclude Include="..\common\document.h" /> |
|
| 169 <ClInclude Include="..\common\menu.h" /> |
|
| 170 <ClInclude Include="..\common\object.h" /> |
|
| 171 <ClInclude Include="..\common\properties.h" /> |
|
| 172 <ClInclude Include="..\common\types.h" /> |
|
| 173 <ClInclude Include="..\common\ucx_properties.h" /> |
|
| 174 <ClInclude Include="..\ui\button.h" /> |
|
| 175 <ClInclude Include="..\ui\container.h" /> |
|
| 176 <ClInclude Include="..\ui\display.h" /> |
|
| 177 <ClInclude Include="..\ui\dnd.h" /> |
|
| 178 <ClInclude Include="..\ui\entry.h" /> |
|
| 179 <ClInclude Include="..\ui\graphics.h" /> |
|
| 180 <ClInclude Include="..\ui\image.h" /> |
|
| 181 <ClInclude Include="..\ui\menu.h" /> |
|
| 182 <ClInclude Include="..\ui\properties.h" /> |
|
| 183 <ClInclude Include="..\ui\range.h" /> |
|
| 184 <ClInclude Include="..\ui\stock.h" /> |
|
| 185 <ClInclude Include="..\ui\text.h" /> |
|
| 186 <ClInclude Include="..\ui\toolbar.h" /> |
|
| 187 <ClInclude Include="..\ui\toolkit.h" /> |
|
| 188 <ClInclude Include="..\ui\tree.h" /> |
|
| 189 <ClInclude Include="..\ui\ui.h" /> |
|
| 190 <ClInclude Include="..\ui\window.h" /> |
|
| 191 <ClInclude Include="appmenu.h" /> |
|
| 192 <ClInclude Include="button.h" /> |
|
| 193 <ClInclude Include="container.h" /> |
|
| 194 <ClInclude Include="list.h" /> |
|
| 195 <ClInclude Include="table.h" /> |
|
| 196 <ClInclude Include="text.h" /> |
|
| 197 <ClInclude Include="toolkit.h" /> |
|
| 198 <ClInclude Include="util.h" /> |
|
| 199 <ClInclude Include="window.h" /> |
|
| 200 </ItemGroup> |
191 </ItemGroup> |
| 201 <ItemGroup> |
192 <ItemGroup> |
| 202 <ProjectReference Include="..\..\make\vs\ucx\ucx.vcxproj"> |
193 <ProjectReference Include="..\..\make\vs\ucx\ucx.vcxproj"> |
| 203 <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project> |
194 <Project>{27da0164-3475-43e2-a1a4-a5d07d305749}</Project> |
| 204 </ProjectReference> |
195 </ProjectReference> |
| 205 </ItemGroup> |
196 <ProjectReference Include="..\..\make\vs\uicommon\uicommon.vcxproj"> |
| |
197 <Project>{8b88698e-c185-4383-99fe-0c34d6deed2e}</Project> |
| |
198 </ProjectReference> |
| |
199 </ItemGroup> |
| |
200 <!-- |
| |
201 Defining the "HasPackageAndPublishMenuAddedByProject" property here allows the Solution |
| |
202 Explorer "Package and Publish" context menu entry to be enabled for this project even if |
| |
203 the Windows App SDK Nuget package has not yet been restored. |
| |
204 --> |
| |
205 <PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'"> |
| |
206 <HasPackageAndPublishMenu>true</HasPackageAndPublishMenu> |
| |
207 </PropertyGroup> |
| |
208 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| |
209 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
| |
210 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
| |
211 </PropertyGroup> |
| 206 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
212 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 207 <ImportGroup Label="ExtensionTargets"> |
213 <ImportGroup Label="ExtensionTargets"> |
| 208 <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')" /> |
214 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
| 209 <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')" /> |
215 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |
| 210 <Import Project="..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets')" /> |
216 <Import Project="..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.targets')" /> |
| 211 <Import Project="..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.230824.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.230824.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" /> |
217 <Import Project="..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" /> |
| 212 </ImportGroup> |
218 </ImportGroup> |
| 213 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
219 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 214 <PropertyGroup> |
220 <PropertyGroup> |
| 215 <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> |
221 <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText> |
| 216 </PropertyGroup> |
222 </PropertyGroup> |
| 217 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.props'))" /> |
223 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.props'))" /> |
| 218 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.230225.1\build\native\Microsoft.Windows.CppWinRT.targets'))" /> |
224 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.220929.3\build\native\Microsoft.Windows.CppWinRT.targets'))" /> |
| 219 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.props'))" /> |
225 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.props'))" /> |
| 220 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.1\build\Microsoft.Windows.SDK.BuildTools.targets'))" /> |
226 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.22621.755\build\Microsoft.Windows.SDK.BuildTools.targets'))" /> |
| 221 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.props'))" /> |
227 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.props'))" /> |
| 222 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230331000\build\native\Microsoft.WindowsAppSDK.targets'))" /> |
228 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.targets'))" /> |
| 223 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.230824.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.230824.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" /> |
229 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.220914.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" /> |
| 224 </Target> |
230 </Target> |
| 225 </Project> |
231 </Project> |