mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2025-10-06 00:12:52 +02:00
Add link to AssemblyInfoVersion in every project.
This commit is contained in:
committed by
Gerhard Zehetbauer
parent
a6f3422ae5
commit
592bc7a7be
@@ -44,6 +44,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="DocumentConverterFixture.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
|
@@ -31,6 +31,4 @@ using System.Runtime.InteropServices;
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
@@ -45,6 +45,9 @@
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="DocumentConverter.cs" />
|
||||
<Compile Include="IDocumentConverter.cs" />
|
||||
<Compile Include="Msft\htmlcssparser.cs" />
|
||||
|
@@ -21,16 +21,3 @@ using System.Runtime.InteropServices;
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("71021de1-8dc8-4414-af56-fe821dd92f47")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
@@ -43,6 +43,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="CustomInstaller.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
|
@@ -20,17 +20,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
[assembly: Guid("0c682d77-1cbb-4336-8f6e-cdda9b6c0c97")]
|
||||
|
||||
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
//
|
||||
// Hauptversion
|
||||
// Nebenversion
|
||||
// Buildnummer
|
||||
// Revision
|
||||
//
|
||||
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
// übernehmen, indem Sie "*" eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: Guid("0c682d77-1cbb-4336-8f6e-cdda9b6c0c97")]
|
@@ -113,6 +113,9 @@
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoCommon.cs">
|
||||
<Link>Properties\AssemblyInfoCommon.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="GoogleHttpClientFactory.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ProxySupportedHttpClientFactory.cs" />
|
||||
|
@@ -78,6 +78,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="DDayICalWorkaround\CalendarDataPreprocessorFixture.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Scheduling\SynchronizationWorkerFixture.cs" />
|
||||
|
@@ -50,7 +50,4 @@ using System.Runtime.InteropServices;
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion ("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion ("1.0.0.0")]
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
@@ -356,6 +356,7 @@
|
||||
<Compile Include="IProfileExportProcessor.cs" />
|
||||
<Compile Include="LoadErrorComponentContainer.cs" />
|
||||
<Compile Include="ProfileExportProcessor.cs" />
|
||||
<Compile Include="Properties\AssemblyInfoVersion.cs" />
|
||||
<Compile Include="Scheduling\ISynchronizationRunLogger.cs" />
|
||||
<Compile Include="Scheduling\SchedulerStatusEventArgs.cs" />
|
||||
<Compile Include="Scheduling\SynchronizationStatus.cs" />
|
||||
|
@@ -28,5 +28,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyCompany ("")]
|
||||
[assembly: AssemblyProduct ("CalDavSynchronizer")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2015 Gerhard Zehetbauer")]
|
||||
[assembly: AssemblyTrademark ("")]
|
||||
[assembly: AssemblyVersion ("2.14.1.0")]
|
||||
[assembly: AssemblyTrademark ("")]
|
35
CalDavSynchronizer/Properties/AssemblyInfoVersion.cs
Normal file
35
CalDavSynchronizer/Properties/AssemblyInfoVersion.cs
Normal file
@@ -0,0 +1,35 @@
|
||||
// This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/)
|
||||
// Copyright (c) 2015 Gerhard Zehetbauer
|
||||
// Copyright (c) 2015 Alexander Nimmervoll
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as
|
||||
// published by the Free Software Foundation, either version 3 of the
|
||||
// License, or (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion ("2.14.1.0")]
|
@@ -205,6 +205,9 @@
|
||||
can be found.
|
||||
-->
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="EntityMapper\OrganizerFixture.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
|
@@ -50,7 +50,4 @@ using System.Runtime.InteropServices;
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion ("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion ("1.0.0.0")]
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
@@ -52,6 +52,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="InitialEntityMatching\Identifier.cs" />
|
||||
<Compile Include="InitialEntityMatching\IdentifierEqualityComparer.cs" />
|
||||
<Compile Include="InitialEntityMatching\InitialEntityMatcherByPropertyGroupingFixture.cs" />
|
||||
|
@@ -50,7 +50,4 @@ using System.Runtime.InteropServices;
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
[assembly: AssemblyVersion ("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion ("1.0.0.0")]
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
@@ -52,6 +52,9 @@
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoCommon.cs">
|
||||
<Link>Properties\AssemblyInfoCommon.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="EntityRepositories\BatchEntityRepositoryAdapter.cs" />
|
||||
<Compile Include="EntityRepositories\ICreateJob.cs" />
|
||||
<Compile Include="EntityRepositories\IDeleteJob.cs" />
|
||||
|
@@ -30,6 +30,4 @@ using System.Runtime.InteropServices;
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("0.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.2.0.0")]
|
||||
// by using the '*' as shown below:
|
@@ -71,6 +71,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Helper.cs" />
|
||||
<Compile Include="Samples\IntegrationTest.cs" />
|
||||
<Compile Include="Samples\Outlook2007.cs" />
|
||||
|
@@ -36,6 +36,4 @@ using System.Resources;
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("0.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.5.0.0")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en-US")]
|
||||
|
@@ -59,6 +59,9 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CalDavSynchronizer\Properties\AssemblyInfoVersion.cs">
|
||||
<Link>Properties\AssemblyInfoVersion.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="vCardSocialProfile.cs" />
|
||||
<Compile Include="vCardSocialProfileCollection.cs" />
|
||||
<Compile Include="vCardIMPP.cs" />
|
||||
|
Reference in New Issue
Block a user