1
0
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:
Alexander Nimmervoll
2017-01-22 22:58:40 +01:00
committed by Gerhard Zehetbauer
parent a6f3422ae5
commit 592bc7a7be
21 changed files with 73 additions and 49 deletions

View File

@@ -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>

View File

@@ -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.*")]

View File

@@ -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" />

View File

@@ -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")]

View File

@@ -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>

View File

@@ -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")]

View File

@@ -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" />

View File

@@ -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" />

View File

@@ -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.*")]

View File

@@ -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" />

View File

@@ -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 ("")]

View 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")]

View File

@@ -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>

View File

@@ -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.*")]

View File

@@ -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" />

View File

@@ -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.*")]

View File

@@ -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" />

View File

@@ -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:

View File

@@ -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" />

View File

@@ -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")]

View File

@@ -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" />