EFTCheatPVE/stoopid.raw/stupid.solutions.csproj

65 lines
No EOL
2.5 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>stupid.solutions</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<TargetFramework>net48</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="Sirenix.Serialization">
<HintPath>..\Managed\Sirenix.Serialization.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="UnityEngine.UI">
<HintPath>..\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="Comfort">
<HintPath>..\Managed\Comfort.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>..\Managed\UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="Unity.TextMeshPro">
<HintPath>..\Managed\Unity.TextMeshPro.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>..\Managed\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>..\Managed\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>..\Managed\UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>..\Managed\UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">
<HintPath>..\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Managed\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>..\Managed\UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputLegacyModule">
<HintPath>..\Managed\UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="UnityEngine.JSONSerializeModule">
<HintPath>..\Managed\UnityEngine.JSONSerializeModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>