1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
+ <ProjectGuid >{3307BC1D-5D71-41C6-A1B3-B113B8242D08}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Microsoft.Toolkit.Uwp.UI.Controls.Design</RootNamespace >
11
+ <AssemblyName >Microsoft.Toolkit.Uwp.UI.Controls.Input.DesignTools</AssemblyName >
12
+ <FileAlignment >512</FileAlignment >
13
+ <TargetPlatformVersion >8.1</TargetPlatformVersion >
14
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
15
+ <ValidateFrameworkCompatibility >false</ValidateFrameworkCompatibility >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <OutputPath >..\Microsoft.Toolkit.Uwp.UI.Controls.Input\bin\Debug\uap10.0.17763\Design\</OutputPath >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <DefineConstants >TRACE;DEBUG</DefineConstants >
23
+ <PlatformTarget >x86</PlatformTarget >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
26
+ <OutputPath >..\Microsoft.Toolkit.Uwp.UI.Controls.Input\bin\Release\uap10.0.17763\Design\</OutputPath >
27
+ <DebugType >pdbonly</DebugType >
28
+ <PlatformTarget >x86</PlatformTarget >
29
+ <Optimize >true</Optimize >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ </PropertyGroup >
32
+ <PropertyGroup >
33
+ <NoWarn >$(NoWarn);0618</NoWarn >
34
+ <AssetTargetFallback >$(AssetTargetFallback);uap10.0.17763</AssetTargetFallback >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" System.Runtime" />
38
+ <Reference Include =" System.ObjectModel" />
39
+ <Reference Include =" System.Runtime.WindowsRuntime" />
40
+ <Reference Include =" System.Runtime.InteropServices.WindowsRuntime" />
41
+ <Reference Include =" Microsoft.VisualStudio.DesignTools.Extensibility" >
42
+ <SpecificVersion >False</SpecificVersion >
43
+ <Private >False</Private >
44
+ </Reference >
45
+ <Reference Include =" Microsoft.VisualStudio.DesignTools.Interaction" >
46
+ <SpecificVersion >False</SpecificVersion >
47
+ <Private >False</Private >
48
+ </Reference >
49
+ <Reference Include =" System" />
50
+ <Reference Include =" System.Core" />
51
+ <Reference Include =" System.Xml.Linq" />
52
+ <Reference Include =" System.Data.DataSetExtensions" />
53
+ <Reference Include =" Microsoft.CSharp" />
54
+ <Reference Include =" System.Data" />
55
+ <Reference Include =" System.Xml" />
56
+ <Reference Include =" Windows, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL" >
57
+ <SpecificVersion >False</SpecificVersion >
58
+ <HintPath >$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\10.0.17763.0\Windows.winmd</HintPath >
59
+ </Reference >
60
+ <Reference Include =" WindowsBase" />
61
+ <Reference Include =" PresentationCore" />
62
+ <Reference Include =" PresentationFramework" />
63
+ </ItemGroup >
64
+ <ItemGroup Label =" WinRT References" >
65
+ <Reference Include =" System.Xaml" />
66
+ <Reference Include =" System.Runtime.WindowsRuntime.UI.Xaml" />
67
+ <Reference Include =" Windows.Foundation.FoundationContract" >
68
+ <HintPath >$(ProgramFiles)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.FoundationContract\3.0.0.0\Windows.Foundation.FoundationContract.winmd</HintPath >
69
+ <Aliases >WindowsRuntime</Aliases >
70
+ <Private >False</Private >
71
+ </Reference >
72
+ <Reference Include =" Windows.Foundation.UniversalApiContract" >
73
+ <HintPath >$(ProgramFiles)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.UniversalApiContract\7.0.0.0\Windows.Foundation.UniversalApiContract.winmd</HintPath >
74
+ <Aliases >WindowsRuntime</Aliases >
75
+ <Private >False</Private >
76
+ </Reference >
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <Compile Include =" ..\Microsoft.Toolkit.Uwp.UI.Controls.Core.Design\Common\Constants.cs" Link =" Common\Constants.cs" />
80
+ <Compile Include =" ..\Microsoft.Toolkit.Uwp.UI.Controls.Core.Design\Common\MetadataRegistrationBase.cs" Link =" Common\MetadataRegistrationBase.cs" />
81
+ <Compile Include =" ..\Microsoft.Toolkit.Uwp.UI.Controls.Core.Design\Common\PlatformTypes.cs" Link =" Common\PlatformTypes.cs" />
82
+ <Compile Include =" ..\Microsoft.Toolkit.Uwp.UI.Controls.Core.Design\MetadataRegistration.cs" Link =" MetadataRegistration.cs" />
83
+ <Compile Include =" Controls\RadialGauge.Metadata.cs" />
84
+ <Compile Include =" Controls\RadialGauge.Typedata.cs" />
85
+ <Compile Include =" Controls\RangeSelector.Metadata.cs" />
86
+ <Compile Include =" Controls\RangeSelector.Typedata.cs" />
87
+ <Compile Include =" Properties\AssemblyInfo.cs" >
88
+ <SubType >Code</SubType >
89
+ </Compile >
90
+ <Compile Include =" Properties\Resources.Designer.cs" >
91
+ <AutoGen >True</AutoGen >
92
+ <DesignTime >True</DesignTime >
93
+ <DependentUpon >Resources.resx</DependentUpon >
94
+ </Compile >
95
+ <EmbeddedResource Include =" Properties\Resources.resx" >
96
+ <Generator >ResXFileCodeGenerator</Generator >
97
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
98
+ </EmbeddedResource >
99
+ <AppDesigner Include =" Properties\" />
100
+ </ItemGroup >
101
+ <ItemGroup >
102
+ <EmbeddedResource Include =" ..\Microsoft.Toolkit.Uwp.UI.Controls.Input\bin\$(Configuration)\uap10.0.17763\Microsoft.Toolkit.Uwp.UI.Controls.Input.xml" >
103
+ <Link >Microsoft.Toolkit.Uwp.UI.Controls.Input.xml</Link >
104
+ <Visible >False</Visible >
105
+ </EmbeddedResource >
106
+ </ItemGroup >
107
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108
+ <!-- No-op to avoid build error when packing solution from commandline -->
109
+ <Target Name =" Pack" />
110
+ </Project >
0 commit comments