feat(battle-engine): scaffold empty SVSim.BattleEngine library
This commit is contained in:
0
SVSim.BattleEngine/Engine/.gitkeep
Normal file
0
SVSim.BattleEngine/Engine/.gitkeep
Normal file
0
SVSim.BattleEngine/Patches/.gitkeep
Normal file
0
SVSim.BattleEngine/Patches/.gitkeep
Normal file
16
SVSim.BattleEngine/SVSim.BattleEngine.csproj
Normal file
16
SVSim.BattleEngine/SVSim.BattleEngine.csproj
Normal file
@@ -0,0 +1,16 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<!-- Decompiled code is not nullable-clean and uses explicit usings. -->
|
||||
<Nullable>disable</Nullable>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<!-- Decompiled code triggers many benign warnings; do not fail on them. -->
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<NoWarn>$(NoWarn);CS0108;CS0114;CS0162;CS0164;CS0219;CS0414;CS0649;CS0660;CS0661;CS1998</NoWarn>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
0
SVSim.BattleEngine/Shim/.gitkeep
Normal file
0
SVSim.BattleEngine/Shim/.gitkeep
Normal file
Reference in New Issue
Block a user