mirror of
https://github.com/flibitijibibo/RogueLegacy1.git
synced 2025-12-26 20:11:36 -08:00
Initial RL1 source release
This commit is contained in:
commit
09bb3f3801
311 changed files with 163505 additions and 0 deletions
14
InputSystem/InputSystem.csproj
Normal file
14
InputSystem/InputSystem.csproj
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFramework>net40</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\FNA\FNA.NetFramework.csproj">
|
||||
<Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
|
||||
<Name>FNA</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue