158
|
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>
|
182
|
13 <ReleaseVersion>0.2</ReleaseVersion>
|
158
|
14 </PropertyGroup>
|
|
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
16 <DebugSymbols>true</DebugSymbols>
|
|
17 <DebugType>full</DebugType>
|
|
18 <Optimize>false</Optimize>
|
|
19 <OutputPath>bin\Debug</OutputPath>
|
|
20 <DefineConstants>DEBUG;</DefineConstants>
|
|
21 <ErrorReport>prompt</ErrorReport>
|
|
22 <WarningLevel>4</WarningLevel>
|
|
23 <ConsolePause>false</ConsolePause>
|
|
24 </PropertyGroup>
|
|
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
26 <DebugType>full</DebugType>
|
|
27 <Optimize>true</Optimize>
|
|
28 <OutputPath>bin\Release</OutputPath>
|
|
29 <ErrorReport>prompt</ErrorReport>
|
|
30 <WarningLevel>4</WarningLevel>
|
|
31 <ConsolePause>false</ConsolePause>
|
|
32 </PropertyGroup>
|
|
33 <ItemGroup>
|
|
34 <Reference Include="System" />
|
|
35 <Reference Include="nunit.framework">
|
182
|
36 <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
|
158
|
37 </Reference>
|
|
38 </ItemGroup>
|
|
39 <ItemGroup>
|
|
40 <Compile Include="JsonTests.cs" />
|
|
41 </ItemGroup>
|
|
42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
43 <ItemGroup>
|
182
|
44 <ProjectReference Include="..\..\Implab\Implab.csproj">
|
|
45 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
|
|
46 <Name>Implab</Name>
|
|
47 </ProjectReference>
|
|
48 </ItemGroup>
|
|
49 <ItemGroup>
|
158
|
50 <None Include="packages.config" />
|
|
51 </ItemGroup>
|
|
52 </Project> |