Fixed signing issues

This commit is contained in:
gamosoft_cp 2013-04-01 17:07:40 +00:00
parent e27556cc8e
commit b9b4e2ea6f
3 changed files with 17 additions and 10 deletions

View File

@ -30,14 +30,18 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DefineConstants>VSTO40</DefineConstants>
<IsWebBootstrapper>False</IsWebBootstrapper>
<SccProjectName>%24/outlook2013addin/Outlook2013TodoAddIn</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>https://tfs.codeplex.com/tfs/tfs04</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
<BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>publish\</PublishUrl>
<InstallUrl />
<TargetCulture>en</TargetCulture>
<ApplicationVersion>1.0.0.4</ApplicationVersion>
<ApplicationVersion>1.0.0.7</ApplicationVersion>
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>7</UpdateInterval>
<UpdateEnabled>false</UpdateEnabled>
<UpdateInterval>0</UpdateInterval>
<UpdateIntervalUnits>days</UpdateIntervalUnits>
<ProductName>Outlook2013TodoAddIn</ProductName>
<PublisherName />
@ -45,10 +49,6 @@
<FriendlyName>Outlook2013TodoAddIn</FriendlyName>
<OfficeApplicationDescription />
<LoadBehavior>3</LoadBehavior>
<SccProjectName>%24/outlook2013addin/Outlook2013TodoAddIn</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>https://tfs.codeplex.com/tfs/tfs04</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
@ -235,7 +235,7 @@
<DependentUpon>TodoRibbonAddIn.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
<None Include="Outlook2013TodoAddIn_TemporaryKey.pfx" />
<None Include="Outlook2013TodoAddIn.pfx" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@ -276,10 +276,17 @@
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Outlook2013TodoAddIn_TemporaryKey.pfx</ManifestKeyFile>
<ManifestKeyFile>Outlook2013TodoAddIn.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>B6559589A18A516E837FF896B50FFF8050D46FFB</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>37F03CD5E30D210FD9AA8C01D4EADA287F695A9F</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<!-- Include the build rules for a C# project. -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Binary file not shown.