diff --git a/src/LoveMachine.Core.IL2CPP/LoveMachine.Core.IL2CPP.csproj b/src/LoveMachine.Core.IL2CPP/LoveMachine.Core.IL2CPP.csproj index e38046c2..89f79ffb 100644 --- a/src/LoveMachine.Core.IL2CPP/LoveMachine.Core.IL2CPP.csproj +++ b/src/LoveMachine.Core.IL2CPP/LoveMachine.Core.IL2CPP.csproj @@ -13,6 +13,22 @@ ..\bin\LoveMachine.Core.IL2CPP\ false + + + + <_VersionTemplate> +// DO NOT EDIT this file - it is generated by the build +namespace LoveMachine.Core +{ + internal static class VersionInfo + { + internal const string Version = @"$(Version)"%3B + } +} + + + + diff --git a/src/LoveMachine.Core/VersionInfo.cs b/src/LoveMachine.Core.IL2CPP/VersionInfo.cs similarity index 100% rename from src/LoveMachine.Core/VersionInfo.cs rename to src/LoveMachine.Core.IL2CPP/VersionInfo.cs diff --git a/src/LoveMachine.Core/LoveMachine.Core.csproj b/src/LoveMachine.Core/LoveMachine.Core.csproj index 639bed15..381f78b7 100644 --- a/src/LoveMachine.Core/LoveMachine.Core.csproj +++ b/src/LoveMachine.Core/LoveMachine.Core.csproj @@ -25,7 +25,7 @@ namespace LoveMachine.Core } - + diff --git a/src/LoveMachine.Core/Mono/VersionInfo.cs b/src/LoveMachine.Core/Mono/VersionInfo.cs new file mode 100644 index 00000000..85b38931 --- /dev/null +++ b/src/LoveMachine.Core/Mono/VersionInfo.cs @@ -0,0 +1,8 @@ +// DO NOT EDIT this file - it is generated by the build +namespace LoveMachine.Core +{ + internal static class VersionInfo + { + internal const string Version = @"1.0.0"; + } +} diff --git a/src/LoveMachine.sln b/src/LoveMachine.sln index aba4ef60..ec29db64 100644 --- a/src/LoveMachine.sln +++ b/src/LoveMachine.sln @@ -24,9 +24,6 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoveMachine.COM3D2", "LoveMachine.COM3D2\LoveMachine.COM3D2.csproj", "{E160CE73-DDAB-4F86-9C8D-502752EAA144}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoveMachine.Core.IL2CPP", "LoveMachine.Core.IL2CPP\LoveMachine.Core.IL2CPP.csproj", "{C99DFA93-A3C2-49DD-BA1D-F9001DAEFDF9}" - ProjectSection(ProjectDependencies) = postProject - {36E78D7D-C987-4E98-B709-149D19C4193A} = {36E78D7D-C987-4E98-B709-149D19C4193A} - EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoveMachine.RG", "LoveMachine.RG\LoveMachine.RG.csproj", "{1D29C16D-C7DC-4732-B6FC-D51666E2610F}" EndProject