comparison Implab.Test/Implab.Format.Test/Implab.Format.Test.csproj @ 190:1c2a16d071a7 v2

Слияние с ref20160224
author cin
date Fri, 22 Apr 2016 13:08:08 +0300
parents 76e8f2ba12b8
children 8200ab154c8a
comparison
equal deleted inserted replaced
161:2a8466f0cb8a 190:1c2a16d071a7
8 <ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid> 8 <ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <RootNamespace>Implab.Format.Test</RootNamespace> 10 <RootNamespace>Implab.Format.Test</RootNamespace>
11 <AssemblyName>Implab.Format.Test</AssemblyName> 11 <AssemblyName>Implab.Format.Test</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <ReleaseVersion>0.2</ReleaseVersion>
13 </PropertyGroup> 14 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols> 16 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType> 17 <DebugType>full</DebugType>
17 <Optimize>false</Optimize> 18 <Optimize>false</Optimize>
30 <ConsolePause>false</ConsolePause> 31 <ConsolePause>false</ConsolePause>
31 </PropertyGroup> 32 </PropertyGroup>
32 <ItemGroup> 33 <ItemGroup>
33 <Reference Include="System" /> 34 <Reference Include="System" />
34 <Reference Include="nunit.framework"> 35 <Reference Include="nunit.framework">
35 <HintPath>..\..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath> 36 <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
36 </Reference> 37 </Reference>
37 </ItemGroup> 38 </ItemGroup>
38 <ItemGroup> 39 <ItemGroup>
39 <Compile Include="JsonTests.cs" /> 40 <Compile Include="JsonTests.cs" />
40 </ItemGroup> 41 </ItemGroup>
41 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
42 <ItemGroup> 43 <ItemGroup>
44 <ProjectReference Include="..\..\Implab\Implab.csproj">
45 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
46 <Name>Implab</Name>
47 </ProjectReference>
48 </ItemGroup>
49 <ItemGroup>
43 <None Include="packages.config" /> 50 <None Include="packages.config" />
44 </ItemGroup> 51 </ItemGroup>
45 </Project> 52 </Project>