1- <Project ToolsVersion = " 15.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
2- < Import Project = " $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props " Condition = " Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props') " />
1+ <Project Sdk = " Microsoft.NET.Sdk.WindowsDesktop " >
2+
33 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6- <ProjectGuid >{7AEFC959-ED7C-4D96-9E92-72609B40FBE0}</ProjectGuid >
7- <OutputType >Library</OutputType >
8- <AppDesignerFolder >Properties</AppDesignerFolder >
9- <RootNamespace >Microsoft.Toolkit.Uwp.UI.Controls.Design</RootNamespace >
10- <AssemblyName >Microsoft.Toolkit.Uwp.UI.Controls.Core.DesignTools</AssemblyName >
11- <FileAlignment >512</FileAlignment >
12- <TargetPlatformVersion >8.1</TargetPlatformVersion >
13- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
14- <ValidateFrameworkCompatibility >false</ValidateFrameworkCompatibility >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
17- <DebugSymbols >true</DebugSymbols >
18- <OutputPath >..\Microsoft.Toolkit.Uwp.UI.Controls.Core\bin\Debug\uap10.0.17763\Design\</OutputPath >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <DefineConstants >TRACE;DEBUG</DefineConstants >
22- <PlatformTarget >x86</PlatformTarget >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
25- <OutputPath >..\Microsoft.Toolkit.Uwp.UI.Controls.Core\bin\Release\uap10.0.17763\Design\</OutputPath >
26- <DebugType >pdbonly</DebugType >
27- <PlatformTarget >x86</PlatformTarget >
28- <Optimize >true</Optimize >
29- <DefineConstants >TRACE</DefineConstants >
4+ <TargetFramework >net472</TargetFramework >
5+ <RootNamespace >Microsoft.Toolkit.Uwp.UI.Controls</RootNamespace >
306 </PropertyGroup >
7+
318 <PropertyGroup >
32- <NoWarn >$(NoWarn);0618</ NoWarn >
33- <AssetTargetFallback >$(AssetTargetFallback);uap10.0.17763</ AssetTargetFallback >
9+ <AssemblyTitle >Windows Community Toolkit - Common Controls (DesignTools)</ AssemblyTitle >
10+ <Description >Design time support for Windows Community Toolkit Common Controls</ Description >
3411 </PropertyGroup >
35- <ItemGroup >
36- <Reference Include =" System.Runtime" />
37- <Reference Include =" System.ObjectModel" />
38- <Reference Include =" System.Runtime.WindowsRuntime" />
39- <Reference Include =" System.Runtime.InteropServices.WindowsRuntime" />
40- <Reference Include =" Microsoft.VisualStudio.DesignTools.Extensibility" >
41- <SpecificVersion >False</SpecificVersion >
42- <Private >False</Private >
43- </Reference >
44- <Reference Include =" Microsoft.VisualStudio.DesignTools.Interaction" >
45- <SpecificVersion >False</SpecificVersion >
46- <Private >False</Private >
47- </Reference >
48- <Reference Include =" System" />
49- <Reference Include =" System.Core" />
50- <Reference Include =" System.Xml.Linq" />
51- <Reference Include =" System.Data.DataSetExtensions" />
52- <Reference Include =" Microsoft.CSharp" />
53- <Reference Include =" System.Data" />
54- <Reference Include =" System.Xml" />
55- <Reference Include =" Windows, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL" >
56- <SpecificVersion >False</SpecificVersion >
57- <HintPath >$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath >
58- </Reference >
59- <Reference Include =" WindowsBase" />
60- <Reference Include =" PresentationCore" />
61- <Reference Include =" PresentationFramework" />
62- </ItemGroup >
63- <ItemGroup Label =" WinRT References" >
64- <Reference Include =" System.Xaml" />
65- <Reference Include =" System.Runtime.WindowsRuntime.UI.Xaml" />
66- <Reference Include =" Windows.Foundation.FoundationContract" >
67- <HintPath >$(ProgramFiles)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.FoundationContract\3.0.0.0\Windows.Foundation.FoundationContract.winmd</HintPath >
68- <Aliases >WindowsRuntime</Aliases >
69- <Private >False</Private >
70- </Reference >
71- <Reference Include =" Windows.Foundation.UniversalApiContract" >
72- <HintPath >$(ProgramFiles)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.UniversalApiContract\7.0.0.0\Windows.Foundation.UniversalApiContract.winmd</HintPath >
73- <Aliases >WindowsRuntime</Aliases >
74- <Private >False</Private >
75- </Reference >
76- </ItemGroup >
77- <ItemGroup >
78- <Compile Include =" Common\Constants.cs" />
79- <Compile Include =" Common\MetadataRegistrationBase.cs" />
80- <Compile Include =" Common\PlatformTypes.cs" />
81- <Compile Include =" Controls\DropShadowPanel.Metadata.cs" />
82- <Compile Include =" Controls\DropShadowPanel.Typedata.cs" />
83- <Compile Include =" Controls\ImageEx.Metadata.cs" />
84- <Compile Include =" Controls\ImageEx.Typedata.cs" />
85- <Compile Include =" Controls\InAppNotification.Metadata.cs" />
86- <Compile Include =" Controls\InAppNotification.Typedata.cs" />
87- <Compile Include =" Controls\Loading.Metadata.cs" />
88- <Compile Include =" Controls\Loading.Typedata.cs" />
89- <Compile Include =" Controls\Menu.Metadata.cs" />
90- <Compile Include =" Controls\Menu.Typedata.cs" />
91- <Compile Include =" Controls\MenuItem.Metadata.cs" />
92- <Compile Include =" Controls\MenuItem.Typedata.cs" />
93- <Compile Include =" Controls\RadialProgressBar.Metadata.cs" />
94- <Compile Include =" Controls\RadialProgressBar.Typedata.cs" />
95- <Compile Include =" Controls\RotatorTile.Metadata.cs" />
96- <Compile Include =" Controls\RotatorTile.Typedata.cs" />
97- <Compile Include =" Controls\ScrollHeader.Metadata.cs" />
98- <Compile Include =" Controls\ScrollHeader.Typedata.cs" />
99- <Compile Include =" Controls\TabbedCommandBar.Metadata.cs" />
100- <Compile Include =" Controls\TabbedCommandBar.Typedata.cs" />
101- <Compile Include =" Controls\TabbedCommandBarItem.Metadata.cs" />
102- <Compile Include =" Controls\TabbedCommandBarItem.Typedata.cs" />
103- <Compile Include =" Controls\TextToolbar.Metadata.cs" />
104- <Compile Include =" Controls\TextToolbar.Typedata.cs" />
105- <Compile Include =" Controls\TileControl.Metadata.cs" />
106- <Compile Include =" Controls\TileControl.Typedata.cs" />
107- <Compile Include =" MetadataRegistration.cs" />
108- <Compile Include =" Properties\AssemblyInfo.cs" >
109- <SubType >Code</SubType >
110- </Compile >
111- <Compile Include =" Properties\Resources.Designer.cs" >
112- <AutoGen >True</AutoGen >
113- <DesignTime >True</DesignTime >
114- <DependentUpon >Resources.resx</DependentUpon >
115- </Compile >
116- <EmbeddedResource Include =" Properties\Resources.resx" >
117- <Generator >ResXFileCodeGenerator</Generator >
118- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
119- </EmbeddedResource >
120- <AppDesigner Include =" Properties\" />
121- </ItemGroup >
122- <ItemGroup >
123- <EmbeddedResource Include =" ..\Microsoft.Toolkit.Uwp.UI.Controls.Core\bin\$(Configuration)\uap10.0.17763\Microsoft.Toolkit.Uwp.UI.Controls.Core.xml" >
124- <Link >Microsoft.Toolkit.Uwp.UI.Controls.Core.xml</Link >
125- <Visible >False</Visible >
126- </EmbeddedResource >
127- </ItemGroup >
128- <ItemGroup >
129- <EmbeddedResource Include =" Icons\Microsoft.Toolkit.Uwp.UI.Controls.Menu.icon.png" />
130- <EmbeddedResource Include =" Icons\Microsoft.Toolkit.Uwp.UI.Controls.RotatorTile.icon.png" />
131- </ItemGroup >
132- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133- <!-- No-op to avoid build error when packing solution from commandline -->
134- <Target Name =" Pack" />
12+
13+ <Import Project =" $(BuildToolsDirectory)Windows.Toolkit.VisualStudio.Design.targets" />
14+
13515</Project >
0 commit comments