Mercurial > pub > ImplabNet
diff 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 |
line wrap: on
line diff
--- a/Implab.Fx.Test/Implab.Fx.Test.csproj Wed Sep 03 18:34:02 2014 +0400 +++ b/Implab.Fx.Test/Implab.Fx.Test.csproj Thu Sep 04 18:47:12 2014 +0400 @@ -3,8 +3,7 @@ <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion> - </ProductVersion> + <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{2F31E405-E267-4195-A05D-574093C21209}</ProjectGuid> <OutputType>Library</OutputType> @@ -45,11 +44,6 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> - <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> - <Visible>False</Visible> - </CodeAnalysisDependentAssemblyPaths> - </ItemGroup> - <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="OverlayTest.cs" /> <Compile Include="Sample\MainForm.cs"> @@ -68,9 +62,13 @@ <ItemGroup> <EmbeddedResource Include="Sample\MainForm.resx"> <DependentUpon>MainForm.cs</DependentUpon> + <LogicalName> + </LogicalName> </EmbeddedResource> <EmbeddedResource Include="Sample\OverlayForm.resx"> <DependentUpon>OverlayForm.cs</DependentUpon> + <LogicalName> + </LogicalName> </EmbeddedResource> </ItemGroup> <ItemGroup>