| 1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project ToolsVersion="15.0" 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.230602002\build\native\Microsoft.WindowsAppSDK.props" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.3.230602002\build\native\Microsoft.WindowsAppSDK.props')" /> |
3 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.props" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\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')" /> |
4 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\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')" /> |
5 <Import Project="..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.props" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.props')" /> |
| 6 <PropertyGroup Label="Globals"> |
6 <PropertyGroup Label="Globals"> |
| 7 <CppWinRTOptimized>true</CppWinRTOptimized> |
7 <CppWinRTOptimized>true</CppWinRTOptimized> |
| 8 <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge> |
8 <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge> |
| 9 <MinimalCoreWin>true</MinimalCoreWin> |
9 <MinimalCoreWin>true</MinimalCoreWin> |
| 10 <ProjectGuid>{59f97886-bf49-4b3f-9ef6-fa7a84f3ab56}</ProjectGuid> |
10 <ProjectGuid>{59f97886-bf49-4b3f-9ef6-fa7a84f3ab56}</ProjectGuid> |
| 117 <ClInclude Include="..\ui\container.h" /> |
117 <ClInclude Include="..\ui\container.h" /> |
| 118 <ClInclude Include="..\ui\display.h" /> |
118 <ClInclude Include="..\ui\display.h" /> |
| 119 <ClInclude Include="..\ui\dnd.h" /> |
119 <ClInclude Include="..\ui\dnd.h" /> |
| 120 <ClInclude Include="..\ui\entry.h" /> |
120 <ClInclude Include="..\ui\entry.h" /> |
| 121 <ClInclude Include="..\ui\graphics.h" /> |
121 <ClInclude Include="..\ui\graphics.h" /> |
| |
122 <ClInclude Include="..\ui\icons.h" /> |
| 122 <ClInclude Include="..\ui\image.h" /> |
123 <ClInclude Include="..\ui\image.h" /> |
| 123 <ClInclude Include="..\ui\menu.h" /> |
124 <ClInclude Include="..\ui\menu.h" /> |
| 124 <ClInclude Include="..\ui\properties.h" /> |
125 <ClInclude Include="..\ui\properties.h" /> |
| 125 <ClInclude Include="..\ui\range.h" /> |
126 <ClInclude Include="..\ui\range.h" /> |
| 126 <ClInclude Include="..\ui\stock.h" /> |
127 <ClInclude Include="..\ui\stock.h" /> |
| 131 <ClInclude Include="..\ui\ui.h" /> |
132 <ClInclude Include="..\ui\ui.h" /> |
| 132 <ClInclude Include="..\ui\window.h" /> |
133 <ClInclude Include="..\ui\window.h" /> |
| 133 <ClInclude Include="appmenu.h" /> |
134 <ClInclude Include="appmenu.h" /> |
| 134 <ClInclude Include="button.h" /> |
135 <ClInclude Include="button.h" /> |
| 135 <ClInclude Include="commandbar.h" /> |
136 <ClInclude Include="commandbar.h" /> |
| |
137 <ClInclude Include="condvar.h" /> |
| 136 <ClInclude Include="container.h" /> |
138 <ClInclude Include="container.h" /> |
| 137 <ClInclude Include="dnd.h" /> |
139 <ClInclude Include="dnd.h" /> |
| 138 <ClInclude Include="icons.h" /> |
140 <ClInclude Include="icons.h" /> |
| |
141 <ClInclude Include="image.h" /> |
| 139 <ClInclude Include="label.h" /> |
142 <ClInclude Include="label.h" /> |
| 140 <ClInclude Include="list.h" /> |
143 <ClInclude Include="list.h" /> |
| 141 <ClInclude Include="pch.h" /> |
144 <ClInclude Include="pch.h" /> |
| 142 <ClInclude Include="App.xaml.h"> |
145 <ClInclude Include="App.xaml.h"> |
| 143 <DependentUpon>App.xaml</DependentUpon> |
146 <DependentUpon>App.xaml</DependentUpon> |
| 158 </ItemGroup> |
161 </ItemGroup> |
| 159 <ItemGroup> |
162 <ItemGroup> |
| 160 <ClCompile Include="appmenu.cpp" /> |
163 <ClCompile Include="appmenu.cpp" /> |
| 161 <ClCompile Include="button.cpp" /> |
164 <ClCompile Include="button.cpp" /> |
| 162 <ClCompile Include="commandbar.cpp" /> |
165 <ClCompile Include="commandbar.cpp" /> |
| |
166 <ClCompile Include="condvar.cpp" /> |
| 163 <ClCompile Include="container.cpp" /> |
167 <ClCompile Include="container.cpp" /> |
| 164 <ClCompile Include="dnd.cpp" /> |
168 <ClCompile Include="dnd.cpp" /> |
| 165 <ClCompile Include="icons.cpp" /> |
169 <ClCompile Include="icons.cpp" /> |
| |
170 <ClCompile Include="image.cpp" /> |
| 166 <ClCompile Include="label.cpp" /> |
171 <ClCompile Include="label.cpp" /> |
| 167 <ClCompile Include="list.cpp" /> |
172 <ClCompile Include="list.cpp" /> |
| 168 <ClCompile Include="pch.cpp"> |
173 <ClCompile Include="pch.cpp"> |
| 169 <PrecompiledHeader>Create</PrecompiledHeader> |
174 <PrecompiledHeader>Create</PrecompiledHeader> |
| 170 </ClCompile> |
175 </ClCompile> |
| 237 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
242 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
| 238 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
243 <IntDir>..\..\build\vs\winui\$(Platform)\$(Configuration)\</IntDir> |
| 239 </PropertyGroup> |
244 </PropertyGroup> |
| 240 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
245 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 241 <ImportGroup Label="ExtensionTargets"> |
246 <ImportGroup Label="ExtensionTargets"> |
| 242 <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')" /> |
247 <Import Project="..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.targets')" /> |
| 243 <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')" /> |
248 <Import Project="..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
| 244 <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')" /> |
249 <Import Project="..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.240803.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.240803.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" /> |
| 245 <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')" /> |
250 <Import Project="..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.targets" Condition="Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.targets')" /> |
| 246 </ImportGroup> |
251 </ImportGroup> |
| 247 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
252 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 248 <PropertyGroup> |
253 <PropertyGroup> |
| 249 <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> |
254 <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> |
| 250 </PropertyGroup> |
255 </PropertyGroup> |
| 251 <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'))" /> |
256 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.props'))" /> |
| 252 <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'))" /> |
257 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.WindowsAppSDK.1.5.241001000\build\native\Microsoft.WindowsAppSDK.targets'))" /> |
| 253 <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'))" /> |
258 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.props'))" /> |
| 254 <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'))" /> |
259 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.CppWinRT.2.0.240405.15\build\native\Microsoft.Windows.CppWinRT.targets'))" /> |
| 255 <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'))" /> |
260 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.240803.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.ImplementationLibrary.1.0.240803.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" /> |
| 256 <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'))" /> |
261 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.props'))" /> |
| 257 <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'))" /> |
262 <Error Condition="!Exists('..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\make\vs\packages\Microsoft.Windows.SDK.BuildTools.10.0.26100.1742\build\Microsoft.Windows.SDK.BuildTools.targets'))" /> |
| 258 </Target> |
263 </Target> |
| 259 </Project> |
264 </Project> |