1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
6
<Platform Condition =" '$(Platform)' == '' " >x86</Platform >
7
- <ProjectGuid >{76255cc9-a854-441f-af5c-2606509d3c5e }</ProjectGuid >
7
+ <ProjectGuid >{76255CC9-A854-441F-AF5C-2606509D3C5E }</ProjectGuid >
8
8
<OutputType >AppContainerExe</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >UWP</RootNamespace >
16
16
<MinimumVisualStudioVersion >14</MinimumVisualStudioVersion >
17
17
<FileAlignment >512</FileAlignment >
18
18
<ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19
-
20
19
<PackageCertificateKeyFile >UWP_TemporaryKey.pfx</PackageCertificateKeyFile >
21
-
22
20
</PropertyGroup >
23
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
24
22
<DebugSymbols >true</DebugSymbols >
106
104
<AppxManifest Include =" Package.appxmanifest" >
107
105
<SubType >Designer</SubType >
108
106
</AppxManifest >
109
-
110
107
<None Include =" UWP_TemporaryKey.pfx" />
111
-
112
108
</ItemGroup >
113
109
<ItemGroup >
114
110
<Content Include =" Properties\Default.rd.xml" />
130
126
<SubType >Designer</SubType >
131
127
</Page >
132
128
</ItemGroup >
129
+
133
130
<PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
134
131
<VisualStudioVersion >14.0</VisualStudioVersion >
135
132
</PropertyGroup >
136
-
137
133
<Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
138
134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
139
135
Other similar extension points exist, see Microsoft.Common.targets.
142
138
<Target Name="AfterBuild">
143
139
</Target>
144
140
-->
145
- </Project >
141
+ </Project >
0 commit comments