2021-06-02 23:05:01 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {BE2DE623-48FF-4807-9696-167A17787718}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Terkoiz.Freecam</RootNamespace>
<AssemblyName > Terkoiz.Freecam</AssemblyName>
2022-02-20 00:39:32 +02:00
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
2021-06-02 23:05:01 +03:00
<FileAlignment > 512</FileAlignment>
<Deterministic > true</Deterministic>
2021-09-04 20:37:31 +03:00
<TargetFrameworkProfile />
2022-06-03 14:28:35 +03:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2021-06-02 23:05:01 +03:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
2021-09-04 20:37:31 +03:00
<PropertyGroup >
2022-02-20 00:39:32 +02:00
<SignAssembly > false</SignAssembly>
2021-09-04 20:37:31 +03:00
</PropertyGroup>
<PropertyGroup >
2022-02-20 00:39:32 +02:00
<AssemblyOriginatorKeyFile >
</AssemblyOriginatorKeyFile>
2021-09-04 20:37:31 +03:00
</PropertyGroup>
2021-06-02 23:05:01 +03:00
<ItemGroup >
2022-06-03 14:28:35 +03:00
<Reference Include= "0Harmony, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\HarmonyX.2.7.0\lib\net45\0Harmony.dll</HintPath>
</Reference>
2021-06-02 23:05:01 +03:00
<Reference Include= "Assembly-CSharp" >
2022-02-20 00:39:32 +02:00
<HintPath > ..\Shared\Hollowed\Assembly-CSharp.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
2022-06-03 14:28:35 +03:00
<Reference Include= "BepInEx, Version=5.4.19.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\BepInEx.BaseLib.5.4.19\lib\net35\BepInEx.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
<Reference Include= "Comfort" >
2022-02-20 00:39:32 +02:00
<HintPath > ..\Shared\Managed\Comfort.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
2022-02-20 00:39:32 +02:00
<Reference Include= "ItemComponent.Types" >
<HintPath > ..\Shared\Managed\ItemComponent.Types.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
2022-06-03 14:28:35 +03:00
<Reference Include= "Mono.Cecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include= "Mono.Cecil.Mdb, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
</Reference>
<Reference Include= "Mono.Cecil.Pdb, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
</Reference>
<Reference Include= "Mono.Cecil.Rocks, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL" >
<HintPath > ..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
</Reference>
<Reference Include= "MonoMod.RuntimeDetour, Version=21.12.13.1, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MonoMod.RuntimeDetour.21.12.13.1\lib\net452\MonoMod.RuntimeDetour.dll</HintPath>
</Reference>
<Reference Include= "MonoMod.Utils, Version=21.12.13.1, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\MonoMod.Utils.21.12.13.1\lib\net452\MonoMod.Utils.dll</HintPath>
</Reference>
2021-06-02 23:05:01 +03:00
<Reference Include= "System" />
<Reference Include= "UnityEngine" >
2022-02-20 00:39:32 +02:00
<HintPath > ..\Shared\Managed\UnityEngine.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
<Reference Include= "UnityEngine.CoreModule" >
2022-02-20 00:39:32 +02:00
<HintPath > ..\Shared\Managed\UnityEngine.CoreModule.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
2022-02-20 00:39:32 +02:00
<Reference Include= "UnityEngine.InputLegacyModule" >
<HintPath > ..\Shared\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.UIModule" >
<HintPath > ..\Shared\Managed\UnityEngine.UIModule.dll</HintPath>
2021-06-02 23:05:01 +03:00
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "Freecam.cs" />
<Compile Include= "FreecamController.cs" />
2022-02-20 00:39:32 +02:00
<Compile Include= "FreecamPlugin.cs" />
2021-06-02 23:05:01 +03:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
2022-02-20 00:39:32 +02:00
<None Include= "app.config" />
<None Include= "packages.config" />
2021-09-04 20:37:31 +03:00
</ItemGroup>
2021-06-02 23:05:01 +03:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2022-06-03 14:28:35 +03:00
<Import Project= "..\packages\BepInEx.Core.5.4.19\build\BepInEx.Core.targets" Condition= "Exists('..\packages\BepInEx.Core.5.4.19\build\BepInEx.Core.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\BepInEx.Core.5.4.19\build\BepInEx.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\BepInEx.Core.5.4.19\build\BepInEx.Core.targets'))" />
</Target>
2021-06-02 23:05:01 +03:00
</Project>