##// END OF EJS Templates
minor fixes for vs2012
cin -
r155:037df317f126 v2
parent child
Show More
@@ -1,109 +1,114
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>8.0.30703</ProductVersion>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{2F31E405-E267-4195-A05D-574093C21209}</ProjectGuid>
8 <ProjectGuid>{2F31E405-E267-4195-A05D-574093C21209}</ProjectGuid>
9 <OutputType>Library</OutputType>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Implab.Fx.Test</RootNamespace>
11 <RootNamespace>Implab.Fx.Test</RootNamespace>
12 <AssemblyName>Implab.Fx.Test</AssemblyName>
12 <AssemblyName>Implab.Fx.Test</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
14 <FileAlignment>512</FileAlignment>
15 <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 />
16 </PropertyGroup>
17 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 <WarningLevel>4</WarningLevel>
26 <Prefer32Bit>false</Prefer32Bit>
25 </PropertyGroup>
27 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
29 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
30 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
31 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
32 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
33 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup>
36 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
35 <DebugSymbols>true</DebugSymbols>
38 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
39 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
40 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath>
41 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
43 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
44 <WarningLevel>4</WarningLevel>
45 <Prefer32Bit>false</Prefer32Bit>
42 </PropertyGroup>
46 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
44 <DebugType>pdbonly</DebugType>
48 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
49 <Optimize>true</Optimize>
46 <OutputPath>bin\Release\</OutputPath>
50 <OutputPath>bin\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
51 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
52 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
53 <WarningLevel>4</WarningLevel>
54 <Prefer32Bit>false</Prefer32Bit>
50 </PropertyGroup>
55 </PropertyGroup>
51 <ItemGroup>
56 <ItemGroup>
52 <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" />
53 <Reference Include="System" />
58 <Reference Include="System" />
54 <Reference Include="System.Core">
59 <Reference Include="System.Core">
55 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 <RequiredTargetFramework>3.5</RequiredTargetFramework>
56 </Reference>
61 </Reference>
57 <Reference Include="System.Data" />
62 <Reference Include="System.Data" />
58 <Reference Include="System.Drawing" />
63 <Reference Include="System.Drawing" />
59 <Reference Include="System.Windows.Forms" />
64 <Reference Include="System.Windows.Forms" />
60 <Reference Include="System.Xml" />
65 <Reference Include="System.Xml" />
61 <Reference Include="WindowsBase" />
66 <Reference Include="WindowsBase" />
62 </ItemGroup>
67 </ItemGroup>
63 <ItemGroup>
68 <ItemGroup>
64 <Compile Include="Properties\AssemblyInfo.cs" />
69 <Compile Include="Properties\AssemblyInfo.cs" />
65 <Compile Include="OverlayTest.cs" />
70 <Compile Include="OverlayTest.cs" />
66 <Compile Include="Sample\MainForm.cs">
71 <Compile Include="Sample\MainForm.cs">
67 <SubType>Form</SubType>
72 <SubType>Form</SubType>
68 </Compile>
73 </Compile>
69 <Compile Include="Sample\MainForm.Designer.cs">
74 <Compile Include="Sample\MainForm.Designer.cs">
70 <DependentUpon>MainForm.cs</DependentUpon>
75 <DependentUpon>MainForm.cs</DependentUpon>
71 </Compile>
76 </Compile>
72 <Compile Include="Sample\OverlayForm.cs">
77 <Compile Include="Sample\OverlayForm.cs">
73 <SubType>Form</SubType>
78 <SubType>Form</SubType>
74 </Compile>
79 </Compile>
75 <Compile Include="Sample\OverlayForm.Designer.cs">
80 <Compile Include="Sample\OverlayForm.Designer.cs">
76 <DependentUpon>OverlayForm.cs</DependentUpon>
81 <DependentUpon>OverlayForm.cs</DependentUpon>
77 </Compile>
82 </Compile>
78 </ItemGroup>
83 </ItemGroup>
79 <ItemGroup>
84 <ItemGroup>
80 <EmbeddedResource Include="Sample\MainForm.resx">
85 <EmbeddedResource Include="Sample\MainForm.resx">
81 <DependentUpon>MainForm.cs</DependentUpon>
86 <DependentUpon>MainForm.cs</DependentUpon>
82 <LogicalName>
87 <LogicalName>
83 </LogicalName>
88 </LogicalName>
84 </EmbeddedResource>
89 </EmbeddedResource>
85 <EmbeddedResource Include="Sample\OverlayForm.resx">
90 <EmbeddedResource Include="Sample\OverlayForm.resx">
86 <DependentUpon>OverlayForm.cs</DependentUpon>
91 <DependentUpon>OverlayForm.cs</DependentUpon>
87 <LogicalName>
92 <LogicalName>
88 </LogicalName>
93 </LogicalName>
89 </EmbeddedResource>
94 </EmbeddedResource>
90 </ItemGroup>
95 </ItemGroup>
91 <ItemGroup>
96 <ItemGroup>
92 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj">
97 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj">
93 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project>
98 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project>
94 <Name>Implab.Fx</Name>
99 <Name>Implab.Fx</Name>
95 </ProjectReference>
100 </ProjectReference>
96 <ProjectReference Include="..\Implab\Implab.csproj">
101 <ProjectReference Include="..\Implab\Implab.csproj">
97 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
102 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
98 <Name>Implab</Name>
103 <Name>Implab</Name>
99 </ProjectReference>
104 </ProjectReference>
100 </ItemGroup>
105 </ItemGroup>
101 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
106 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103 Other similar extension points exist, see Microsoft.Common.targets.
108 Other similar extension points exist, see Microsoft.Common.targets.
104 <Target Name="BeforeBuild">
109 <Target Name="BeforeBuild">
105 </Target>
110 </Target>
106 <Target Name="AfterBuild">
111 <Target Name="AfterBuild">
107 </Target>
112 </Target>
108 -->
113 -->
109 </Project> No newline at end of file
114 </Project>
@@ -1,38 +1,38
1 using System.Windows.Forms;
1 using System.Windows.Forms;
2 using Implab.Fx.Test.Sample;
2 using Implab.Fx.Test.Sample;
3 using Implab.Fx;
3 using Implab.Fx;
4
4
5 #if MONO
5 #if MONO
6
6
7 using NUnit.Framework;
7 using NUnit.Framework;
8 using TestClassAttribute = NUnit.Framework.TestFixtureAttribute;
8 using TestClassAttribute = NUnit.Framework.TestFixtureAttribute;
9 using TestMethod = NUnit.Framework.TestAttribute;
9 using TestMethod = NUnit.Framework.TestAttribute;
10
10
11 #else
11 #else
12
12
13 using Microsoft.VisualStudio.TestTools.UnitTesting;
13 using Microsoft.VisualStudio.TestTools.UnitTesting;
14
14
15 #endif
15 #endif
16
16
17 namespace Implab.Fx.Test
17 namespace Implab.Fx.Test
18 {
18 {
19 [TestClass]
19 [TestClass]
20 public class OverlayTest
20 public class OverlayTest
21 {
21 {
22 [TestMethod]
22 [TestMethod]
23 public void TestMethod1()
23 public void TestMethod1()
24 {
24 {
25 var mainForm = new MainForm();
25 var mainForm = new MainForm();
26
26
27 mainForm.ButtonEvent += (sender, args) =>
27 mainForm.ButtonEvent += (sender, args) =>
28 {
28 {
29 var overlay = new OverlayForm();
29 var overlay = new OverlayForm();
30 mainForm.OverlayFadeIn(overlay).Then(
30 mainForm.OverlayFadeIn(overlay).On(
31 o => o.ButtonEvent += (s2, args2) => o.CloseFadeOut()
31 o => o.ButtonEvent += (s2, args2) => o.CloseFadeOut()
32 );
32 );
33 };
33 };
34
34
35 Application.Run(mainForm);
35 Application.Run(mainForm);
36 }
36 }
37 }
37 }
38 }
38 }
@@ -1,83 +1,88
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>8.0.30703</ProductVersion>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid>
8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid>
9 <OutputType>Library</OutputType>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Implab.Fx</RootNamespace>
11 <RootNamespace>Implab.Fx</RootNamespace>
12 <AssemblyName>Implab.Fx</AssemblyName>
12 <AssemblyName>Implab.Fx</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
14 <FileAlignment>512</FileAlignment>
15 <ReleaseVersion>0.2</ReleaseVersion>
15 <ReleaseVersion>0.2</ReleaseVersion>
16 <TargetFrameworkProfile />
16 </PropertyGroup>
17 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 <WarningLevel>4</WarningLevel>
26 <Prefer32Bit>false</Prefer32Bit>
25 </PropertyGroup>
27 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
29 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
30 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
31 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
32 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
33 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup>
36 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
35 <DebugSymbols>true</DebugSymbols>
38 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
39 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
40 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath>
41 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
43 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
44 <WarningLevel>4</WarningLevel>
45 <Prefer32Bit>false</Prefer32Bit>
42 </PropertyGroup>
46 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
44 <DebugType>pdbonly</DebugType>
48 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
49 <Optimize>true</Optimize>
46 <OutputPath>bin\Release\</OutputPath>
50 <OutputPath>bin\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
51 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
52 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
53 <WarningLevel>4</WarningLevel>
54 <Prefer32Bit>false</Prefer32Bit>
50 </PropertyGroup>
55 </PropertyGroup>
51 <ItemGroup>
56 <ItemGroup>
52 <Reference Include="System" />
57 <Reference Include="System" />
53 <Reference Include="System.Core" />
58 <Reference Include="System.Core" />
54 <Reference Include="System.Drawing" />
59 <Reference Include="System.Drawing" />
55 <Reference Include="System.Windows.Forms" />
60 <Reference Include="System.Windows.Forms" />
56 <Reference Include="System.Xml.Linq" />
61 <Reference Include="System.Xml.Linq" />
57 <Reference Include="System.Data.DataSetExtensions" />
62 <Reference Include="System.Data.DataSetExtensions" />
58 <Reference Include="Microsoft.CSharp" />
63 <Reference Include="Microsoft.CSharp" />
59 <Reference Include="System.Data" />
64 <Reference Include="System.Data" />
60 <Reference Include="System.Xml" />
65 <Reference Include="System.Xml" />
61 </ItemGroup>
66 </ItemGroup>
62 <ItemGroup>
67 <ItemGroup>
63 <Compile Include="Animation.cs" />
68 <Compile Include="Animation.cs" />
64 <Compile Include="AnimationHelpers.cs" />
69 <Compile Include="AnimationHelpers.cs" />
65 <Compile Include="PromiseHelpers.cs" />
70 <Compile Include="PromiseHelpers.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
71 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Compile Include="ControlBoundPromise.cs" />
72 <Compile Include="ControlBoundPromise.cs" />
68 </ItemGroup>
73 </ItemGroup>
69 <ItemGroup>
74 <ItemGroup>
70 <ProjectReference Include="..\Implab\Implab.csproj">
75 <ProjectReference Include="..\Implab\Implab.csproj">
71 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
76 <Project>{f550f1f8-8746-4ad0-9614-855f4c4b7f05}</Project>
72 <Name>Implab</Name>
77 <Name>Implab</Name>
73 </ProjectReference>
78 </ProjectReference>
74 </ItemGroup>
79 </ItemGroup>
75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77 Other similar extension points exist, see Microsoft.Common.targets.
82 Other similar extension points exist, see Microsoft.Common.targets.
78 <Target Name="BeforeBuild">
83 <Target Name="BeforeBuild">
79 </Target>
84 </Target>
80 <Target Name="AfterBuild">
85 <Target Name="AfterBuild">
81 </Target>
86 </Target>
82 -->
87 -->
83 </Project> No newline at end of file
88 </Project>
@@ -1,77 +1,82
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>8.0.30703</ProductVersion>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
9 <OutputType>Library</OutputType>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Implab.Test</RootNamespace>
11 <RootNamespace>Implab.Test</RootNamespace>
12 <AssemblyName>Implab.Test</AssemblyName>
12 <AssemblyName>Implab.Test</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
14 <FileAlignment>512</FileAlignment>
15 <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 />
16 </PropertyGroup>
17 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 <WarningLevel>4</WarningLevel>
26 <Prefer32Bit>false</Prefer32Bit>
25 </PropertyGroup>
27 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
29 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
30 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
31 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
32 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
33 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup>
36 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
35 <DebugSymbols>true</DebugSymbols>
38 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
39 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
40 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath>
41 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
43 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
44 <WarningLevel>4</WarningLevel>
45 <Prefer32Bit>false</Prefer32Bit>
42 </PropertyGroup>
46 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
44 <DebugType>pdbonly</DebugType>
48 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
49 <Optimize>true</Optimize>
46 <OutputPath>bin\Release\</OutputPath>
50 <OutputPath>bin\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants>
51 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
52 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
53 <WarningLevel>4</WarningLevel>
54 <Prefer32Bit>false</Prefer32Bit>
50 </PropertyGroup>
55 </PropertyGroup>
51 <ItemGroup>
56 <ItemGroup>
52 <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" />
53 <Reference Include="System" />
58 <Reference Include="System" />
54 <Reference Include="System.Core">
59 <Reference Include="System.Core">
55 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 <RequiredTargetFramework>3.5</RequiredTargetFramework>
56 </Reference>
61 </Reference>
57 </ItemGroup>
62 </ItemGroup>
58 <ItemGroup>
63 <ItemGroup>
59 <Compile Include="AsyncTests.cs" />
64 <Compile Include="AsyncTests.cs" />
60 <Compile Include="PromiseHelper.cs" />
65 <Compile Include="PromiseHelper.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
62 </ItemGroup>
67 </ItemGroup>
63 <ItemGroup>
68 <ItemGroup>
64 <ProjectReference Include="..\Implab\Implab.csproj">
69 <ProjectReference Include="..\Implab\Implab.csproj">
65 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
70 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
66 <Name>Implab</Name>
71 <Name>Implab</Name>
67 </ProjectReference>
72 </ProjectReference>
68 </ItemGroup>
73 </ItemGroup>
69 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
74 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71 Other similar extension points exist, see Microsoft.Common.targets.
76 Other similar extension points exist, see Microsoft.Common.targets.
72 <Target Name="BeforeBuild">
77 <Target Name="BeforeBuild">
73 </Target>
78 </Target>
74 <Target Name="AfterBuild">
79 <Target Name="AfterBuild">
75 </Target>
80 </Target>
76 -->
81 -->
77 </Project> No newline at end of file
82 </Project>
General Comments 0
You need to be logged in to leave comments. Login now