mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +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">
|
<Content Include="GameData\CrystalIsles.gamedata">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="Installer.iss" />
|
|
||||||
<Content Include="Styles\Default.xaml">
|
<Content Include="Styles\Default.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
|
@ -546,10 +545,6 @@
|
||||||
<Content Include="NLog.config">
|
<Content Include="NLog.config">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="DeployBetaToGithub.cmd" />
|
|
||||||
<None Include="DeployToGithub.cmd" />
|
|
||||||
<None Include="MakeLatestBetaVersionGithub.ps1" />
|
|
||||||
<None Include="MakeLatestVersionGithub.ps1" />
|
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
<None Include="Properties\app.manifest" />
|
<None Include="Properties\app.manifest" />
|
||||||
<AppDesigner Include="Properties\" />
|
<AppDesigner Include="Properties\" />
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
"Created": "2020-02-25T00:00:00.0000000Z",
|
"Created": "2020-02-25T00:00:00.0000000Z",
|
||||||
"GameMaps": [
|
"GameMaps": [
|
||||||
{
|
{
|
||||||
"IsSotF": false,
|
"IsSotF": false,
|
||||||
"ClassName": "Genesis",
|
"ClassName": "Genesis",
|
||||||
"Description": "Genesis",
|
"Description": "Genesis: Part 1",
|
||||||
"Mod": "Genesis"
|
"Mod": "Genesis"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -3,11 +3,11 @@
|
||||||
"Version": "1.0.0",
|
"Version": "1.0.0",
|
||||||
"Created": "2021-06-04T00:00:00.0000000Z",
|
"Created": "2021-06-04T00:00:00.0000000Z",
|
||||||
"GameMaps": [
|
"GameMaps": [
|
||||||
{
|
{
|
||||||
"IsSotF": false,
|
"IsSotF": false,
|
||||||
"ClassName": "Gen2",
|
"ClassName": "Gen2",
|
||||||
"Description": "Genesis 2",
|
"Description": "Genesis: Part 2",
|
||||||
"Mod": "Genesis2"
|
"Mod": "Genesis2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -268,7 +268,6 @@
|
||||||
<Compile Include="Enums\AvailabilityStatus.cs" />
|
<Compile Include="Enums\AvailabilityStatus.cs" />
|
||||||
<Compile Include="Enums\WatcherServerStatus.cs" />
|
<Compile Include="Enums\WatcherServerStatus.cs" />
|
||||||
<Compile Include="ErrorHandling.cs" />
|
<Compile Include="ErrorHandling.cs" />
|
||||||
<None Include="Installer.iss" />
|
|
||||||
<Content Include="Styles\Default.xaml">
|
<Content Include="Styles\Default.xaml">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
|
@ -406,10 +405,6 @@
|
||||||
<Content Include="NLog.config">
|
<Content Include="NLog.config">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<None Include="DeployBetaToGithub.cmd" />
|
|
||||||
<None Include="DeployToGithub.cmd" />
|
|
||||||
<None Include="MakeLatestBetaVersionGithub.ps1" />
|
|
||||||
<None Include="MakeLatestVersionGithub.ps1" />
|
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
<None Include="Properties\app.manifest" />
|
<None Include="Properties\app.manifest" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue