1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|AnyCPU" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >AnyCPU</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|ARM" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >ARM</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Debug|x86" >
17
+ <Configuration >Debug</Configuration >
18
+ <Platform >x86</Platform >
19
+ </ProjectConfiguration >
20
+ <ProjectConfiguration Include =" Release|AnyCPU" >
21
+ <Configuration >Release</Configuration >
22
+ <Platform >AnyCPU</Platform >
23
+ </ProjectConfiguration >
24
+ <ProjectConfiguration Include =" Release|ARM" >
25
+ <Configuration >Release</Configuration >
26
+ <Platform >ARM</Platform >
27
+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
28
+ </ProjectConfiguration >
29
+ <ProjectConfiguration Include =" Release|x64" >
30
+ <Configuration >Release</Configuration >
31
+ <Platform >x64</Platform >
32
+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
33
+ </ProjectConfiguration >
34
+ <ProjectConfiguration Include =" Release|x86" >
35
+ <Configuration >Release</Configuration >
36
+ <Platform >x86</Platform >
37
+ <UseDotNetNativeToolchain >true</UseDotNetNativeToolchain >
38
+ </ProjectConfiguration >
39
+ </ItemGroup >
40
+ <PropertyGroup Label =" Globals" >
41
+ <ProjectGuid >fce9c341-d288-4517-9d2d-5c4bdf5d8f20</ProjectGuid >
42
+ </PropertyGroup >
43
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0'" >
45
+ <VisualStudioVersion >14.0</VisualStudioVersion >
46
+ </PropertyGroup >
47
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
48
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
49
+ <PropertyGroup >
50
+ <TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
51
+ <TargetPlatformVersion >10.0.10586.0</TargetPlatformVersion >
52
+ <TargetPlatformMinVersion >10.0.10240.0</TargetPlatformMinVersion >
53
+ <MinimumVisualStudioVersion >$(VersionNumberMajor).$(VersionNumberMinor)</MinimumVisualStudioVersion >
54
+ <DefaultLanguage >en-US</DefaultLanguage >
55
+ <PackageCertificateKeyFile >UnitsNet.TestApps.Uwp.JavaScript_TemporaryKey.pfx</PackageCertificateKeyFile >
56
+ </PropertyGroup >
57
+ <ItemGroup >
58
+ <AppxManifest Include =" package.appxmanifest" >
59
+ <SubType >Designer</SubType >
60
+ </AppxManifest >
61
+ <Content Include =" default.html" />
62
+ <Content Include =" images\LockScreenLogo.scale-200.png" />
63
+ <Content Include =" images\SplashScreen.scale-200.png" />
64
+ <Content Include =" images\Square150x150Logo.scale-200.png" />
65
+ <Content Include =" images\Square44x44Logo.scale-200.png" />
66
+ <Content Include =" images\Square44x44Logo.targetsize-24_altform-unplated.png" />
67
+ <Content Include =" images\StoreLogo.png" />
68
+ <Content Include =" images\Wide310x150Logo.scale-200.png" />
69
+ <Content Include =" js\default.js" />
70
+ <Content Include =" css\default.css" />
71
+ <Content Include =" packages.config" />
72
+ <Content Include =" WinJS\css\ui-dark.css" />
73
+ <Content Include =" WinJS\css\ui-light.css" />
74
+ <Content Include =" WinJS\fonts\Symbols.ttf" />
75
+ <Content Include =" WinJS\js\en-US\ui.strings.js" />
76
+ <Content Include =" WinJS\js\base.js" />
77
+ <Content Include =" WinJS\js\ui.js" />
78
+ <None Include =" UnitsNet.TestApps.Uwp.JavaScript_TemporaryKey.pfx" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <Reference Include =" UnitsNet" >
82
+ <HintPath >..\packages\UnitsNet.WindowsRuntimeComponent.3.30.0-alpha7\lib\uap10.0\UnitsNet.winmd</HintPath >
83
+ <IsWinMDFile >true</IsWinMDFile >
84
+ <CopyLocal >True</CopyLocal >
85
+ <SpecificVersion >True</SpecificVersion >
86
+ </Reference >
87
+ </ItemGroup >
88
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
89
+ <!-- To modify your build process, add your task inside one of the targets below then uncomment
90
+ that target and the DisableFastUpToDateCheck PropertyGroup.
91
+ Other similar extension points exist, see Microsoft.Common.targets.
92
+ <Target Name="BeforeBuild">
93
+ </Target>
94
+ <Target Name="AfterBuild">
95
+ </Target>
96
+ <PropertyGroup>
97
+ <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
98
+ </PropertyGroup>
99
+ -->
100
+ </Project >
0 commit comments