Skip to content

Commit

Permalink
central version file
Browse files Browse the repository at this point in the history
  • Loading branch information
kianzarrin committed May 11, 2021
1 parent 09a3a73 commit 63a4121
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
5 changes: 5 additions & 0 deletions LoadOrder.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadOrderIPatch", "LoadOrde
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadOrderInjections", "LoadOrderInjections\LoadOrderInjections.csproj", "{16FA65D4-EB2B-4863-B95E-8629F97BC9B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC9A01B9-57E2-40F4-B503-2441379627BA}"
ProjectSection(SolutionItems) = preProject
Version.props = Version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion LoadOrder/LoadOrderTool.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" DefaultTargets="Build;Publish">
<Import Project="../Version.props"/>
<PropertyGroup>
<Deterministic>false</Deterministic>
<AssemblyVersion>0.4.3.*</AssemblyVersion>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
Expand Down
2 changes: 1 addition & 1 deletion LoadOrderIPatch/LoadOrderIPatch.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Version.props"/>
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<Deterministic>false</Deterministic>
<AssemblyVersion>0.4.3.*</AssemblyVersion>
<LangVersion>latest</LangVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion LoadOrderInjections/LoadOrderInjections.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Version.props"/>
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<Deterministic>false</Deterministic>
<AssemblyVersion>0.4.3.*</AssemblyVersion>
<FileAlignment>512</FileAlignment>
<LangVersion>latest</LangVersion>
<DebugType>full</DebugType>
Expand Down
4 changes: 2 additions & 2 deletions LoadOrderMod/LoadOrderMod.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Version.props"/>
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<Deterministic>false</Deterministic>
<AssemblyVersion>0.4.3.*</AssemblyVersion>
<LangVersion>latest</LangVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
Expand Down
5 changes: 5 additions & 0 deletions Version.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<AssemblyVersion>0.4.4.*</AssemblyVersion>
</PropertyGroup>
</Project>

0 comments on commit 63a4121

Please sign in to comment.