Files
SteamAchievementManager/SAM.API/SAM.API.csproj
2019-05-24 16:39:56 -05:00

22 lines
878 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net40</TargetFramework>
<Company>Gibbed</Company>
<Authors>Gibbed</Authors>
<Description></Description>
<Copyright>Copyright © Gibbed 2019</Copyright>
<Version>7.0.0</Version>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.0.0</FileVersion>
<RepositoryUrl>https://github.com/gibbed/SteamAchievementManager/</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<ApplicationIcon>Pink.ico</ApplicationIcon>
<Platforms>x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>