This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
Freecam/project/Terkoiz.Freecam/Terkoiz.Freecam.csproj

53 lines
1.8 KiB
XML
Raw Normal View History

2023-02-18 20:23:20 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2022-06-03 14:28:35 +03:00
<PropertyGroup>
2023-02-18 20:23:20 +00:00
<TargetFramework>net472</TargetFramework>
<Version>1.3.0</Version>
2022-06-03 14:28:35 +03:00
</PropertyGroup>
2023-02-18 20:23:20 +00:00
<ItemGroup>
<Reference Include="0Harmony">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\0Harmony.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="Aki.Reflection">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="Assembly-CSharp">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="BepInEx">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\BepInEx.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="Comfort">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\Comfort.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="ConfigurationManager">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\ConfigurationManager.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="ItemComponent.Types">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\ItemComponent.Types.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="UnityEngine">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\UnityEngine.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="UnityEngine.InputLegacyModule">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\UnityEngine.InputLegacyModule.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
<Reference Include="UnityEngine.UIModule">
2023-02-18 21:35:18 +00:00
<HintPath>..\Shared\UnityEngine.UIModule.dll</HintPath>
2023-02-18 20:23:20 +00:00
</Reference>
</ItemGroup>
2023-02-18 21:35:18 +00:00
<ItemGroup>
<Compile Include="Freecam.cs" />
<Compile Include="FreecamController.cs" />
<Compile Include="FreecamPlugin.cs" />
<Compile Include="FreecamPatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
2023-02-18 20:23:20 +00:00
</Project>