Mercurial > pub > ImplabNet
comparison Implab.Test/Implab.Format.Test/Implab.Format.Test.csproj @ 158:130781364799 v2
refactoring, code cleanup
author | cin |
---|---|
date | Thu, 18 Feb 2016 14:34:02 +0300 |
parents | |
children | 76e8f2ba12b8 |
comparison
equal
deleted
inserted
replaced
157:948c015a9011 | 158:130781364799 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <RootNamespace>Implab.Format.Test</RootNamespace> | |
11 <AssemblyName>Implab.Format.Test</AssemblyName> | |
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
13 </PropertyGroup> | |
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
15 <DebugSymbols>true</DebugSymbols> | |
16 <DebugType>full</DebugType> | |
17 <Optimize>false</Optimize> | |
18 <OutputPath>bin\Debug</OutputPath> | |
19 <DefineConstants>DEBUG;</DefineConstants> | |
20 <ErrorReport>prompt</ErrorReport> | |
21 <WarningLevel>4</WarningLevel> | |
22 <ConsolePause>false</ConsolePause> | |
23 </PropertyGroup> | |
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
25 <DebugType>full</DebugType> | |
26 <Optimize>true</Optimize> | |
27 <OutputPath>bin\Release</OutputPath> | |
28 <ErrorReport>prompt</ErrorReport> | |
29 <WarningLevel>4</WarningLevel> | |
30 <ConsolePause>false</ConsolePause> | |
31 </PropertyGroup> | |
32 <ItemGroup> | |
33 <Reference Include="System" /> | |
34 <Reference Include="nunit.framework"> | |
35 <HintPath>..\..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath> | |
36 </Reference> | |
37 </ItemGroup> | |
38 <ItemGroup> | |
39 <Compile Include="JsonTests.cs" /> | |
40 </ItemGroup> | |
41 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
42 <ItemGroup> | |
43 <None Include="packages.config" /> | |
44 </ItemGroup> | |
45 </Project> |