-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathQueryString.NETCore.csproj
More file actions
21 lines (21 loc) · 993 Bytes
/
QueryString.NETCore.csproj
File metadata and controls
21 lines (21 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>QueryStringDotNET</RootNamespace>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyTitle>QueryString.NETCore</AssemblyTitle>
<Product>QueryString.NETCore</Product>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>Copyright © 2015</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DocumentationFile>bin\$(Configuration)\QueryString.NETCore.XML</DocumentationFile>
</PropertyGroup>
<Import Project="..\QueryString\QueryString.projitems" Label="Shared" />
</Project>