Skip to content

Commit 4282db1

Browse files
committed
Add common AssemblyVersionInfo.cs
1 parent a0dde2c commit 4282db1

File tree

13 files changed

+20
-78
lines changed

13 files changed

+20
-78
lines changed

ModAPI Installers/ModAPI Installers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<Reference Include="System.Xml" />
4242
</ItemGroup>
4343
<ItemGroup>
44+
<Compile Include="..\VersionInfo\AssemblyVersionInfo.cs" />
4445
<Compile Include="CommonStrings.Designer.cs">
4546
<AutoGen>True</AutoGen>
4647
<DesignTime>True</DesignTime>

ModAPI Installers/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("03b0be99-7493-4c06-b2e6-87222854bb98")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

ModApi.UI/ModApi.UI/ModApi.UI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
</ItemGroup>
5050
<ItemGroup>
5151
<Compile Include="AnimatedScrollViewer.cs" />
52+
<Compile Include="..\..\VersionInfo\AssemblyVersionInfo.cs" />
5253
<Compile Include="Converters.cs" />
5354
<Compile Include="CutCornerBorder.cs" />
5455
<Compile Include="LoadingPanel.cs" />

ModApi.UI/ModApi.UI/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("63a82229-5162-4b3b-8c64-0172d3b70390")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

ModApi.UpdateManager/ModApi.UpdateManager.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<Compile Include="ProgressDialog.Designer.cs">
6565
<DependentUpon>ProgressDialog.cs</DependentUpon>
6666
</Compile>
67+
<Compile Include="..\VersionInfo\AssemblyVersionInfo.cs" />
6768
<Compile Include="UpdateManager.cs" />
6869
<Compile Include="Properties\AssemblyInfo.cs" />
6970
</ItemGroup>

ModApi.UpdateManager/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("b2da8f97-4af4-48c1-be95-b1299912ee65")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.4.1.0")]
36-
[assembly: AssemblyFileVersion("1.4.1.0")]

Spore ModAPI Easy Installer/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("4d4bed7b-0d39-4cef-ba08-88836d8f29e4")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

Spore ModAPI Easy Installer/Spore ModAPI Easy Installer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<DependentUpon>ProgressWindow.cs</DependentUpon>
8787
</Compile>
8888
<Compile Include="Properties\AssemblyInfo.cs" />
89+
<Compile Include="..\VersionInfo\AssemblyVersionInfo.cs" />
8990
<Compile Include="Strings.Designer.cs">
9091
<AutoGen>True</AutoGen>
9192
<DesignTime>True</DesignTime>

Spore ModAPI Easy Uninstaller/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("24ca40ad-c20a-4166-a40b-7781c6ef09e4")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

Spore ModAPI Easy Uninstaller/Spore ModAPI Easy Uninstaller.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<Reference Include="System.Xml" />
4949
</ItemGroup>
5050
<ItemGroup>
51+
<Compile Include="..\VersionInfo\AssemblyVersionInfo.cs" />
5152
<Compile Include="Strings.es.Designer.cs">
5253
<DependentUpon>Strings.es.resx</DependentUpon>
5354
<AutoGen>True</AutoGen>

0 commit comments

Comments
 (0)