-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGrammophone.Serialization.csproj
More file actions
25 lines (25 loc) · 1.04 KB
/
Grammophone.Serialization.csproj
File metadata and controls
25 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>8.0.30703</ProductVersion>
<ProjectGuid>{B0E855CB-8A43-4623-8184-31CD4B4EBB57}</ProjectGuid>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyTitle>Grammophone.Serialization</AssemblyTitle>
<Product>Grammophone.Serialization</Product>
<Copyright>Copyright © grammophone 2017</Copyright>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
<NoWarn>0618</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>bin\Debug\Grammophone.Serialization.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>bin\Release\Grammophone.Serialization.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove=".git" />
<None Remove=".gitignore" />
</ItemGroup>
</Project>