Gamedata updates

This commit is contained in:
Brett Hewitson 2021-06-05 18:58:22 +10:00
parent 09339c738a
commit d7b580636a
4 changed files with 10 additions and 20 deletions

View file

@ -431,7 +431,6 @@
<Content Include="GameData\CrystalIsles.gamedata">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Installer.iss" />
<Content Include="Styles\Default.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@ -546,10 +545,6 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="DeployBetaToGithub.cmd" />
<None Include="DeployToGithub.cmd" />
<None Include="MakeLatestBetaVersionGithub.ps1" />
<None Include="MakeLatestVersionGithub.ps1" />
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
<AppDesigner Include="Properties\" />

View file

@ -4,10 +4,10 @@
"Created": "2020-02-25T00:00:00.0000000Z",
"GameMaps": [
{
"IsSotF": false,
"ClassName": "Genesis",
"Description": "Genesis",
"Mod": "Genesis"
"IsSotF": false,
"ClassName": "Genesis",
"Description": "Genesis: Part 1",
"Mod": "Genesis"
}
]
}

View file

@ -3,11 +3,11 @@
"Version": "1.0.0",
"Created": "2021-06-04T00:00:00.0000000Z",
"GameMaps": [
{
"IsSotF": false,
"ClassName": "Gen2",
"Description": "Genesis 2",
"Mod": "Genesis2"
}
{
"IsSotF": false,
"ClassName": "Gen2",
"Description": "Genesis: Part 2",
"Mod": "Genesis2"
}
]
}

View file

@ -268,7 +268,6 @@
<Compile Include="Enums\AvailabilityStatus.cs" />
<Compile Include="Enums\WatcherServerStatus.cs" />
<Compile Include="ErrorHandling.cs" />
<None Include="Installer.iss" />
<Content Include="Styles\Default.xaml">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@ -406,10 +405,6 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="DeployBetaToGithub.cmd" />
<None Include="DeployToGithub.cmd" />
<None Include="MakeLatestBetaVersionGithub.ps1" />
<None Include="MakeLatestVersionGithub.ps1" />
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
</ItemGroup>