106 lines
4.4 KiB
XML
106 lines
4.4 KiB
XML
<?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>{C5889536-4EE7-40BC-A8FD-7F1A80C3F3E5}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MunitionsExpert</RootNamespace>
|
|
<AssemblyName>Faupi-MunitionsExpert</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</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;/noentry</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src\client\StaticIconsPatch.cs" />
|
|
<Compile Include="src\client\CachedAttributesPatch.cs" />
|
|
<Compile Include="src\client\ModInformation.cs" />
|
|
<Compile Include="src\client\Attributes.cs" />
|
|
<Compile Include="src\client\MunitionsExpert.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="src\server\ammostats.js" />
|
|
<Content Include="res\armorDamage.png" />
|
|
<Content Include="res\ricochet.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="LICENSE" />
|
|
<None Include="res\translations.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="0Harmony">
|
|
<HintPath>..\..\Shared\BepInEx\0Harmony.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aki.Common">
|
|
<HintPath>..\..\Shared\AKI\Aki.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aki.Reflection">
|
|
<HintPath>..\..\Shared\AKI\Aki.Reflection.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Assembly-CSharp">
|
|
<HintPath>..\..\Shared\EFT\Assembly-CSharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="BepInEx">
|
|
<HintPath>..\..\Shared\BepInEx\BepInEx.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Comfort">
|
|
<HintPath>..\..\Shared\EFT\Comfort.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\References\EFT-Managed\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="UnityEngine">
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.CoreModule.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.UnityWebRequestModule">
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.UnityWebRequestModule.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.UnityWebRequestTextureModule">
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.UnityWebRequestWWWModule">
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="_Build\Faupi-MunitionsExpert\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |