|
17 | 17 | <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> |
18 | 18 | <FileAlignment>512</FileAlignment> |
19 | 19 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 20 | + <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
| 21 | + <AppxBundle>Always</AppxBundle> |
| 22 | + <AppxBundlePlatforms>arm</AppxBundlePlatforms> |
| 23 | + <PackageCertificateThumbprint>CED4691A35A63193226AFBB1A3D9921B3CFB0CDB</PackageCertificateThumbprint> |
| 24 | + <PackageCertificateKeyFile>Steps_TemporaryKey.pfx</PackageCertificateKeyFile> |
20 | 25 | </PropertyGroup> |
21 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
22 | 27 | <DebugSymbols>true</DebugSymbols> |
|
90 | 95 | <ItemGroup> |
91 | 96 | <!-- A reference to the entire .Net Framework and Windows SDK are automatically included --> |
92 | 97 | <None Include="project.json" /> |
| 98 | + <None Include="Steps_TemporaryKey.pfx" /> |
93 | 99 | <PRIResource Include="Strings\en-US\Resources.resw" /> |
94 | 100 | <PRIResource Include="Strings\en-US\ActivateSensorCore.resw" /> |
95 | 101 | </ItemGroup> |
|
114 | 120 | </AppxManifest> |
115 | 121 | </ItemGroup> |
116 | 122 | <ItemGroup> |
117 | | - <Content Include="Assets\Square44x44Logo.scale-240.png" /> |
| 123 | + <Content Include="Assets\Square44x44Logo.png" /> |
| 124 | + <Content Include="Assets\steps_background_02.png" /> |
| 125 | + <Content Include="Assets\steps_background_02_620x300.png" /> |
| 126 | + <Content Include="Assets\steps_launcher150x150.png" /> |
| 127 | + <Content Include="Assets\steps_launcher310x150.png" /> |
| 128 | + <Content Include="Assets\StoreLogo.png" /> |
118 | 129 | <Content Include="Properties\Default.rd.xml" /> |
119 | 130 | </ItemGroup> |
120 | 131 | <ItemGroup> |
|
137 | 148 | <Content Include="Assets\Images\pin-48px.png" /> |
138 | 149 | <Content Include="Assets\Images\unpin-48px.png" /> |
139 | 150 | <Content Include="Assets\SplashScreen.scale-240.png" /> |
140 | | - <Content Include="Assets\SquareTile150x150.scale-240.png" /> |
141 | | - <Content Include="Assets\SquareTile71x71.scale-240.png" /> |
142 | | - <Content Include="Assets\steps_background_02.png" /> |
143 | 151 | <Content Include="Assets\steps_launcher.png" /> |
144 | | - <Content Include="Assets\StoreLogo.scale-240.png" /> |
145 | 152 | <Content Include="Assets\Images\pushpin.png" /> |
146 | 153 | <Content Include="Assets\Tiles\150x150.png" /> |
147 | 154 | <Content Include="Assets\Tiles\30x30.png" /> |
|
0 commit comments