Mercurial > pub > ImplabNet
comparison Implab.Fx.Test/Implab.Fx.Test.csproj @ 72:d67b95eddaf4 v2
promises refactoring
author | cin |
---|---|
date | Thu, 04 Sep 2014 18:47:12 +0400 |
parents | f2559580b481 |
children | 4439140706d0 |
comparison
equal
deleted
inserted
replaced
71:1714fd8678ef | 72:d67b95eddaf4 |
---|---|
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> |
43 <Reference Include="System.Windows.Forms" /> | 42 <Reference Include="System.Windows.Forms" /> |
44 <Reference Include="System.Xml" /> | 43 <Reference Include="System.Xml" /> |
45 <Reference Include="WindowsBase" /> | 44 <Reference Include="WindowsBase" /> |
46 </ItemGroup> | 45 </ItemGroup> |
47 <ItemGroup> | 46 <ItemGroup> |
48 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> | |
49 <Visible>False</Visible> | |
50 </CodeAnalysisDependentAssemblyPaths> | |
51 </ItemGroup> | |
52 <ItemGroup> | |
53 <Compile Include="Properties\AssemblyInfo.cs" /> | 47 <Compile Include="Properties\AssemblyInfo.cs" /> |
54 <Compile Include="OverlayTest.cs" /> | 48 <Compile Include="OverlayTest.cs" /> |
55 <Compile Include="Sample\MainForm.cs"> | 49 <Compile Include="Sample\MainForm.cs"> |
56 <SubType>Form</SubType> | 50 <SubType>Form</SubType> |
57 </Compile> | 51 </Compile> |
66 </Compile> | 60 </Compile> |
67 </ItemGroup> | 61 </ItemGroup> |
68 <ItemGroup> | 62 <ItemGroup> |
69 <EmbeddedResource Include="Sample\MainForm.resx"> | 63 <EmbeddedResource Include="Sample\MainForm.resx"> |
70 <DependentUpon>MainForm.cs</DependentUpon> | 64 <DependentUpon>MainForm.cs</DependentUpon> |
65 <LogicalName> | |
66 </LogicalName> | |
71 </EmbeddedResource> | 67 </EmbeddedResource> |
72 <EmbeddedResource Include="Sample\OverlayForm.resx"> | 68 <EmbeddedResource Include="Sample\OverlayForm.resx"> |
73 <DependentUpon>OverlayForm.cs</DependentUpon> | 69 <DependentUpon>OverlayForm.cs</DependentUpon> |
70 <LogicalName> | |
71 </LogicalName> | |
74 </EmbeddedResource> | 72 </EmbeddedResource> |
75 </ItemGroup> | 73 </ItemGroup> |
76 <ItemGroup> | 74 <ItemGroup> |
77 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj"> | 75 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj"> |
78 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project> | 76 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project> |