Files
FCP-Tools/Source/FragProjectile/FragProjectile.csproj

19 lines
720 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>FragProjectile</RootNamespace>
<AssemblyName>FCP_FragProjectile</AssemblyName>
<AssemblyTitle>Fallout Frag Projectile Module</AssemblyTitle>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>portable</DebugType>
<OutputPath>../../1.6/Assemblies</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<OutputPath>../../1.6/Assemblies</OutputPath>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
</Project>