Skip to content

Commit

Permalink
Add Core project file, for NativeAOT testing
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 2, 2024
1 parent 01f2eb5 commit fd38cb7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RogueLegacy.Core.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<AssemblyName>RogueLegacy</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\FNA\FNA.Core.csproj">
<Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
<Name>FNA</Name>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit fd38cb7

Please sign in to comment.