mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
22 lines
878 B
XML
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> |