Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Update Steps.csproj
Browse files Browse the repository at this point in the history
Removed .pfx references
  • Loading branch information
lisaong committed Dec 11, 2015
1 parent 246fcf2 commit 9c58fe5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Steps/Steps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>CED4691A35A63193226AFBB1A3D9921B3CFB0CDB</PackageCertificateThumbprint>
<PackageCertificateKeyFile>Steps_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -95,7 +93,6 @@
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="project.json" />
<None Include="Steps_TemporaryKey.pfx" />
<PRIResource Include="Strings\en-US\Resources.resw" />
<PRIResource Include="Strings\en-US\ActivateSensorCore.resw" />
</ItemGroup>
Expand Down Expand Up @@ -198,4 +195,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 9c58fe5

Please sign in to comment.