Rename Verison to BizHawk.Version, fixes #2101
This commit is contained in:
parent
ad16294b11
commit
b88f20faed
|
@ -2,7 +2,7 @@
|
|||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.28729.10
|
||||
MinimumVisualStudioVersion = 16.0.28729.10
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Version", "src\Version\Version.csproj", "{0CE8B337-08E3-4602-BF10-C4D4C75D2F13}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizHawk.Version", "src\BizHawk.Version\BizHawk.Version.csproj", "{0CE8B337-08E3-4602-BF10-C4D4C75D2F13}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BizHawk.Client.Common", "src\BizHawk.Client.Common\BizHawk.Client.Common.csproj", "{24A0AA3C-B25F-4197-B23D-476D6462DBA0}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Common/BizHawk.Common.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
||||
<PackageReference Include="OpenTK" Version="3.0.1" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Common/BizHawk.Common.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="IGuiRenderer.cs" SubType="Code" />
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
<PackageReference Include="SharpZipLib" Version="1.1.0" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Cores/BizHawk.Emulation.Cores.csproj" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Bizware.BizwareGL/BizHawk.Bizware.BizwareGL.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="movie/bk2/Bk2Movie.HeaderApi.cs" DependentUpon="Bk2Movie.cs" />
|
||||
|
|
|
@ -65,8 +65,8 @@
|
|||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.DiscSystem/BizHawk.Emulation.DiscSystem.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" Link="svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" Link="VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
<Content Include="discohawk.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -101,8 +101,8 @@
|
|||
<ProjectReference Include="$(ProjectDir)../BizHawk.Client.Common/BizHawk.Client.Common.csproj" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.WinForms.Controls/BizHawk.WinForms.Controls.csproj" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Common/OSTailoredCode.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
<Compile Remove="Properties/Settings.Designer.cs" />
|
||||
<Content Include="images/logo.ico" />
|
||||
<EmbeddedResource Include="images/**/*" />
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
<PackageReference Include="Menees.Analyzers" Version="2.0.4" Condition=" '$(MachineRunAnalyzersDuringBuild)' != '' " />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0" Condition=" '$(MachineRunAnalyzersDuringBuild)' != '' " />
|
||||
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164" Condition=" '$(MachineRunAnalyzersDuringBuild)' != '' " />
|
||||
<ProjectReference Include="$(ProjectDir)../Version/Version.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Version/BizHawk.Version.csproj" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Common/BizHawk.Common.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
<ProjectReference Include="$(ProjectDir)../BizHawk.BizInvoke/BizHawk.BizInvoke.csproj" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.Common/BizHawk.Emulation.Common.csproj" />
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Emulation.DiscSystem/BizHawk.Emulation.DiscSystem.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
<EmbeddedResource Include="Resources/**/*" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="$(ProjectDir)../BizHawk.Common/BizHawk.Common.csproj" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Compile Include="$(ProjectDir)../Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../Version/VersionInfo.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/svnrev.cs" />
|
||||
<Compile Include="$(ProjectDir)../BizHawk.Version/VersionInfo.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue