mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Gamedata updates
This commit is contained in:
parent
09339c738a
commit
d7b580636a
4 changed files with 10 additions and 20 deletions
|
|
@ -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\" />
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue