Skip to content

Commit

Permalink
Disable signing for the wp7 sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Oct 12, 2012
1 parent b353660 commit da29640
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<DisableSigning>true</DisableSigning>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit da29640

Please sign in to comment.