-
Notifications
You must be signed in to change notification settings - Fork 0
/
Grammophone.GenericContentModel.csproj
33 lines (33 loc) · 1.38 KB
/
Grammophone.GenericContentModel.csproj
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
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>8.0.30703</ProductVersion>
<ProjectGuid>{79D2D4C7-C8DE-4F11-93ED-AA4E4D2FC974}</ProjectGuid>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyTitle>Grammophone.GenericContentModel</AssemblyTitle>
<Product>Grammophone.GenericContentModel</Product>
<Copyright>Copyright © 2013</Copyright>
<DocumentationFile>bin\$(Configuration)\Grammophone.GenericContentModel.XML</DocumentationFile>
<OutputPath>bin\$(Configuration)\</OutputPath>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
<DefineConstants>TRACE;DEBUG;NET_45_OR_GREATER</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineConstants>TRACE;NET_45_OR_GREATER</DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Include="Collection interfaces.cd" />
<None Include="Element interfaces.cd" />
<None Include="LICENSE.md" />
<None Include="README.md" />
<None Remove=".git" />
<None Remove=".gitignore" />
</ItemGroup>
<ItemGroup>
<Content Include="Images\GenericContentModel elements.png" />
<Content Include="Images\GenericContentModel interfaces.png" />
</ItemGroup>
</Project>