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> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DefineConstants>VSTO40</DefineConstants> <DefineConstants>VSTO40</DefineConstants>
<IsWebBootstrapper>False</IsWebBootstrapper> <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> <BootstrapperEnabled>true</BootstrapperEnabled>
<PublishUrl>publish\</PublishUrl> <PublishUrl>publish\</PublishUrl>
<InstallUrl /> <InstallUrl />
<TargetCulture>en</TargetCulture> <TargetCulture>en</TargetCulture>
<ApplicationVersion>1.0.0.4</ApplicationVersion> <ApplicationVersion>1.0.0.7</ApplicationVersion>
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision> <AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled> <UpdateEnabled>false</UpdateEnabled>
<UpdateInterval>7</UpdateInterval> <UpdateInterval>0</UpdateInterval>
<UpdateIntervalUnits>days</UpdateIntervalUnits> <UpdateIntervalUnits>days</UpdateIntervalUnits>
<ProductName>Outlook2013TodoAddIn</ProductName> <ProductName>Outlook2013TodoAddIn</ProductName>
<PublisherName /> <PublisherName />
@ -45,10 +49,6 @@
<FriendlyName>Outlook2013TodoAddIn</FriendlyName> <FriendlyName>Outlook2013TodoAddIn</FriendlyName>
<OfficeApplicationDescription /> <OfficeApplicationDescription />
<LoadBehavior>3</LoadBehavior> <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> </PropertyGroup>
<ItemGroup> <ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5"> <BootstrapperPackage Include=".NETFramework,Version=v4.5">
@ -235,7 +235,7 @@
<DependentUpon>TodoRibbonAddIn.cs</DependentUpon> <DependentUpon>TodoRibbonAddIn.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<None Include="app.config" /> <None Include="app.config" />
<None Include="Outlook2013TodoAddIn_TemporaryKey.pfx" /> <None Include="Outlook2013TodoAddIn.pfx" />
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator> <Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput> <LastGenOutput>Settings.Designer.cs</LastGenOutput>
@ -276,10 +276,17 @@
<SignManifests>true</SignManifests> <SignManifests>true</SignManifests>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ManifestKeyFile>Outlook2013TodoAddIn_TemporaryKey.pfx</ManifestKeyFile> <ManifestKeyFile>Outlook2013TodoAddIn.pfx</ManifestKeyFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ManifestCertificateThumbprint>B6559589A18A516E837FF896B50FFF8050D46FFB</ManifestCertificateThumbprint> <ManifestCertificateThumbprint>37F03CD5E30D210FD9AA8C01D4EADA287F695A9F</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup> </PropertyGroup>
<!-- Include the build rules for a C# project. --> <!-- Include the build rules for a C# project. -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Binary file not shown.