Mercurial > pub > ImplabNet
comparison Implab.Fx.Test/Implab.Fx.Test.csproj @ 192:f1da3afc3521 release v2.1
Слияние с v2
author | cin |
---|---|
date | Fri, 22 Apr 2016 13:10:34 +0300 |
parents | 037df317f126 |
children | 5dc21f6a3222 |
comparison
equal
deleted
inserted
replaced
71:1714fd8678ef | 192:f1da3afc3521 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion> | 6 <ProductVersion>8.0.30703</ProductVersion> |
7 </ProductVersion> | |
8 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
9 <ProjectGuid>{2F31E405-E267-4195-A05D-574093C21209}</ProjectGuid> | 8 <ProjectGuid>{2F31E405-E267-4195-A05D-574093C21209}</ProjectGuid> |
10 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
11 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
12 <RootNamespace>Implab.Fx.Test</RootNamespace> | 11 <RootNamespace>Implab.Fx.Test</RootNamespace> |
13 <AssemblyName>Implab.Fx.Test</AssemblyName> | 12 <AssemblyName>Implab.Fx.Test</AssemblyName> |
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
15 <FileAlignment>512</FileAlignment> | 14 <FileAlignment>512</FileAlignment> |
16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | 15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 <TargetFrameworkProfile /> | |
17 </PropertyGroup> | 17 </PropertyGroup> |
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 <DebugSymbols>true</DebugSymbols> | 19 <DebugSymbols>true</DebugSymbols> |
20 <DebugType>full</DebugType> | 20 <DebugType>full</DebugType> |
21 <Optimize>false</Optimize> | 21 <Optimize>false</Optimize> |
22 <OutputPath>bin\Debug\</OutputPath> | 22 <OutputPath>bin\Debug\</OutputPath> |
23 <DefineConstants>DEBUG;TRACE</DefineConstants> | 23 <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 <ErrorReport>prompt</ErrorReport> | 24 <ErrorReport>prompt</ErrorReport> |
25 <WarningLevel>4</WarningLevel> | 25 <WarningLevel>4</WarningLevel> |
26 <Prefer32Bit>false</Prefer32Bit> | |
26 </PropertyGroup> | 27 </PropertyGroup> |
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 <DebugType>pdbonly</DebugType> | 29 <DebugType>pdbonly</DebugType> |
29 <Optimize>true</Optimize> | 30 <Optimize>true</Optimize> |
30 <OutputPath>bin\Release\</OutputPath> | 31 <OutputPath>bin\Release\</OutputPath> |
31 <DefineConstants>TRACE</DefineConstants> | 32 <DefineConstants>TRACE</DefineConstants> |
32 <ErrorReport>prompt</ErrorReport> | 33 <ErrorReport>prompt</ErrorReport> |
33 <WarningLevel>4</WarningLevel> | 34 <WarningLevel>4</WarningLevel> |
35 <Prefer32Bit>false</Prefer32Bit> | |
36 </PropertyGroup> | |
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> | |
38 <DebugSymbols>true</DebugSymbols> | |
39 <DebugType>full</DebugType> | |
40 <Optimize>false</Optimize> | |
41 <OutputPath>bin\Debug\</OutputPath> | |
42 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
43 <ErrorReport>prompt</ErrorReport> | |
44 <WarningLevel>4</WarningLevel> | |
45 <Prefer32Bit>false</Prefer32Bit> | |
46 </PropertyGroup> | |
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> | |
48 <DebugType>pdbonly</DebugType> | |
49 <Optimize>true</Optimize> | |
50 <OutputPath>bin\Release\</OutputPath> | |
51 <DefineConstants>TRACE</DefineConstants> | |
52 <ErrorReport>prompt</ErrorReport> | |
53 <WarningLevel>4</WarningLevel> | |
54 <Prefer32Bit>false</Prefer32Bit> | |
34 </PropertyGroup> | 55 </PropertyGroup> |
35 <ItemGroup> | 56 <ItemGroup> |
36 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | 57 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
37 <Reference Include="System" /> | 58 <Reference Include="System" /> |
38 <Reference Include="System.Core"> | 59 <Reference Include="System.Core"> |
41 <Reference Include="System.Data" /> | 62 <Reference Include="System.Data" /> |
42 <Reference Include="System.Drawing" /> | 63 <Reference Include="System.Drawing" /> |
43 <Reference Include="System.Windows.Forms" /> | 64 <Reference Include="System.Windows.Forms" /> |
44 <Reference Include="System.Xml" /> | 65 <Reference Include="System.Xml" /> |
45 <Reference Include="WindowsBase" /> | 66 <Reference Include="WindowsBase" /> |
46 </ItemGroup> | |
47 <ItemGroup> | |
48 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> | |
49 <Visible>False</Visible> | |
50 </CodeAnalysisDependentAssemblyPaths> | |
51 </ItemGroup> | 67 </ItemGroup> |
52 <ItemGroup> | 68 <ItemGroup> |
53 <Compile Include="Properties\AssemblyInfo.cs" /> | 69 <Compile Include="Properties\AssemblyInfo.cs" /> |
54 <Compile Include="OverlayTest.cs" /> | 70 <Compile Include="OverlayTest.cs" /> |
55 <Compile Include="Sample\MainForm.cs"> | 71 <Compile Include="Sample\MainForm.cs"> |
66 </Compile> | 82 </Compile> |
67 </ItemGroup> | 83 </ItemGroup> |
68 <ItemGroup> | 84 <ItemGroup> |
69 <EmbeddedResource Include="Sample\MainForm.resx"> | 85 <EmbeddedResource Include="Sample\MainForm.resx"> |
70 <DependentUpon>MainForm.cs</DependentUpon> | 86 <DependentUpon>MainForm.cs</DependentUpon> |
87 <LogicalName> | |
88 </LogicalName> | |
71 </EmbeddedResource> | 89 </EmbeddedResource> |
72 <EmbeddedResource Include="Sample\OverlayForm.resx"> | 90 <EmbeddedResource Include="Sample\OverlayForm.resx"> |
73 <DependentUpon>OverlayForm.cs</DependentUpon> | 91 <DependentUpon>OverlayForm.cs</DependentUpon> |
92 <LogicalName> | |
93 </LogicalName> | |
74 </EmbeddedResource> | 94 </EmbeddedResource> |
75 </ItemGroup> | 95 </ItemGroup> |
76 <ItemGroup> | 96 <ItemGroup> |
77 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj"> | 97 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj"> |
78 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project> | 98 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project> |