RogueLegacy1/RogueCastle/RogueCastle.csproj
2024-10-11 13:53:30 -04:00

35 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net40</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>RogueLegacy</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DS2DEngine\DS2DEngine.csproj">
<Project>{050AF89B-5F49-455E-93C1-BFE7FF9506D2}</Project>
<Name>DS2DEngine</Name>
</ProjectReference>
<ProjectReference Include="..\InputSystem\InputSystem.csproj">
<Project>{4EFA1C2F-A065-4520-A8AC-A71EA1751C54}</Project>
<Name>InputSystem</Name>
</ProjectReference>
<ProjectReference Include="..\SpriteSystem\SpriteSystem.csproj">
<Project>{92C40872-2B5C-4894-AABB-602547E1DFC3}</Project>
<Name>SpriteSystem</Name>
</ProjectReference>
<ProjectReference Include="..\Tweener\Tweener.csproj">
<Project>{D9583122-AC6D-41EB-8292-04BDD0519D7C}</Project>
<Name>Tweener</Name>
</ProjectReference>
<ProjectReference Include="..\..\FNA\FNA.NetFramework.csproj">
<Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
<Name>FNA</Name>
</ProjectReference>
</ItemGroup>
</Project>