albacore 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/.bundle/config +2 -0
- data/.travis.yml +1 -0
- data/Gemfile +4 -1
- data/lib/albacore/assemblyinfo.rb +2 -1
- data/lib/albacore/config/netversion.rb +11 -8
- data/lib/albacore/output.rb +17 -14
- data/lib/albacore/sqlcmd.rb +3 -1
- data/lib/albacore/xunittestrunner.rb +4 -0
- data/lib/version.rb +1 -1
- data/spec/assemblyinfo_spec.rb +9 -0
- data/spec/msbuild_spec.rb +287 -287
- data/spec/mstesttestrunner_spec.rb +144 -144
- data/spec/netversion_spec.rb +53 -0
- data/spec/nugetinstall_spec.rb +46 -46
- data/spec/output_spec.rb +30 -0
- data/spec/sqlcmd_spec.rb +1 -1
- data/spec/support/CodeCoverage/xunit/assemblies/xunit.xml +2604 -2604
- data/spec/support/TestSolution/LocalTestRun.testrunconfig +4 -4
- data/spec/support/TestSolution/TestSolution.FailingTests/TestSolution.FailingTests.csproj +94 -94
- data/spec/support/TestSolution/TestSolution.FluentMigrator/TestSolution.FluentMigrator.csproj +94 -94
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/Properties/AssemblyInfo.cs +36 -36
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/TestSolution.MSTestTests.NET40.csproj +52 -52
- data/spec/support/TestSolution/TestSolution.MSTestTests/TestSolution.MSTestTests.csproj +90 -90
- data/spec/support/TestSolution/TestSolution.MSpecTests/TestSolution.MSpecTests.csproj +103 -103
- data/spec/support/TestSolution/TestSolution.SpecFlow/TestSolution.SpecFlow.csproj +115 -115
- data/spec/support/TestSolution/TestSolution.Tests/TestSolution.Tests.csproj +100 -100
- data/spec/support/TestSolution/TestSolution.XUnitTests/TestSolution.XUnitTests.csproj +101 -101
- data/spec/support/TestSolution/TestSolution.sln +75 -75
- data/spec/support/TestSolution/TestSolution.vsmdi +5 -5
- data/spec/support/TestSolution/TestSolution/TestSolution.csproj +90 -90
- data/spec/support/Tools/MSTest-2010/MSTest.exe.config +31 -31
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll.manifest +251 -251
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto +105 -105
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll.tdnet +5 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.xml +504 -504
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.1.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.5.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0 - VS2008.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0 - VS2010.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1 - VS2008.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1 - VS2010.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0 - VS2008.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0 - VS2010.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1 - VS2008.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1 - VS2010.bat +4 -4
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunner.bat +16 -16
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunnerSilent.bat +16 -16
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/License.txt +53 -53
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.plugin +42 -42
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll.tdnet +5 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/install.ps1 +5 -5
- data/spec/support/Tools/XUnit-v1.9/EULA.txt +28 -28
- data/spec/support/Tools/XUnit-v1.9/HTML.xslt +125 -125
- data/spec/support/Tools/XUnit-v1.9/NUnitXml.xslt +120 -120
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe.config +20 -20
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe.config +20 -20
- data/spec/support/Tools/XUnit-v1.9/xunit.console.exe.config +20 -20
- data/spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe.config +20 -20
- data/spec/support/Tools/XUnit-v1.9/xunit.dll.tdnet +4 -4
- data/spec/support/Tools/XUnit-v1.9/xunit.extensions.xml +805 -805
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.utility.xml +1212 -1212
- data/spec/support/Tools/XUnit-v1.9/xunit.xml +2604 -2604
- data/spec/support/assemblyinfotester.rb +1 -0
- data/spec/xunit_spec.rb +38 -0
- metadata +14 -7
@@ -1,5 +1,5 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<TestRunConfiguration name="Local Test Run" id="e3671143-2726-48d4-a12e-73c211aea02d" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
|
3
|
-
<Description>This is a default test run configuration for a local test run.</Description>
|
4
|
-
<TestTypeSpecific />
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<TestRunConfiguration name="Local Test Run" id="e3671143-2726-48d4-a12e-73c211aea02d" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
|
3
|
+
<Description>This is a default test run configuration for a local test run.</Description>
|
4
|
+
<TestTypeSpecific />
|
5
5
|
</TestRunConfiguration>
|
@@ -1,101 +1,101 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
-
<PropertyGroup>
|
4
|
-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5
|
-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6
|
-
<ProductVersion>9.0.30729</ProductVersion>
|
7
|
-
<SchemaVersion>2.0</SchemaVersion>
|
8
|
-
<ProjectGuid>{8D680D34-363A-4AB4-BC8B-ECA28AFE1D46}</ProjectGuid>
|
9
|
-
<OutputType>Library</OutputType>
|
10
|
-
<AppDesignerFolder>Properties</AppDesignerFolder>
|
11
|
-
<RootNamespace>TestSolution.FailingTests</RootNamespace>
|
12
|
-
<AssemblyName>TestSolution.FailingTests</AssemblyName>
|
13
|
-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
14
|
-
<FileAlignment>512</FileAlignment>
|
15
|
-
<FileUpgradeFlags>
|
16
|
-
</FileUpgradeFlags>
|
17
|
-
<OldToolsVersion>3.5</OldToolsVersion>
|
18
|
-
<UpgradeBackupLocation />
|
19
|
-
<PublishUrl>publish\</PublishUrl>
|
20
|
-
<Install>true</Install>
|
21
|
-
<InstallFrom>Disk</InstallFrom>
|
22
|
-
<UpdateEnabled>false</UpdateEnabled>
|
23
|
-
<UpdateMode>Foreground</UpdateMode>
|
24
|
-
<UpdateInterval>7</UpdateInterval>
|
25
|
-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
26
|
-
<UpdatePeriodically>false</UpdatePeriodically>
|
27
|
-
<UpdateRequired>false</UpdateRequired>
|
28
|
-
<MapFileExtensions>true</MapFileExtensions>
|
29
|
-
<ApplicationRevision>0</ApplicationRevision>
|
30
|
-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
31
|
-
<IsWebBootstrapper>false</IsWebBootstrapper>
|
32
|
-
<UseApplicationTrust>false</UseApplicationTrust>
|
33
|
-
<BootstrapperEnabled>true</BootstrapperEnabled>
|
34
|
-
</PropertyGroup>
|
35
|
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36
|
-
<DebugSymbols>true</DebugSymbols>
|
37
|
-
<DebugType>full</DebugType>
|
38
|
-
<Optimize>false</Optimize>
|
39
|
-
<OutputPath>bin\Debug\</OutputPath>
|
40
|
-
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
41
|
-
<ErrorReport>prompt</ErrorReport>
|
42
|
-
<WarningLevel>4</WarningLevel>
|
43
|
-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
44
|
-
</PropertyGroup>
|
45
|
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
46
|
-
<DebugType>pdbonly</DebugType>
|
47
|
-
<Optimize>true</Optimize>
|
48
|
-
<OutputPath>bin\Release\</OutputPath>
|
49
|
-
<DefineConstants>TRACE</DefineConstants>
|
50
|
-
<ErrorReport>prompt</ErrorReport>
|
51
|
-
<WarningLevel>4</WarningLevel>
|
52
|
-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
53
|
-
</PropertyGroup>
|
54
|
-
<ItemGroup>
|
55
|
-
<Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
56
|
-
<SpecificVersion>False</SpecificVersion>
|
57
|
-
<HintPath>..\..\Tools\NUnit-v2.5\nunit.framework.dll</HintPath>
|
58
|
-
</Reference>
|
59
|
-
<Reference Include="System" />
|
60
|
-
<Reference Include="System.Core">
|
61
|
-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
62
|
-
</Reference>
|
63
|
-
<Reference Include="System.Xml.Linq">
|
64
|
-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
65
|
-
</Reference>
|
66
|
-
<Reference Include="System.Data.DataSetExtensions">
|
67
|
-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
68
|
-
</Reference>
|
69
|
-
<Reference Include="System.Data" />
|
70
|
-
<Reference Include="System.Xml" />
|
71
|
-
</ItemGroup>
|
72
|
-
<ItemGroup>
|
73
|
-
<Compile Include="FailingTestFixture.cs" />
|
74
|
-
<Compile Include="Properties\AssemblyInfo.cs" />
|
75
|
-
</ItemGroup>
|
76
|
-
<ItemGroup>
|
77
|
-
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
78
|
-
<Visible>False</Visible>
|
79
|
-
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
80
|
-
<Install>false</Install>
|
81
|
-
</BootstrapperPackage>
|
82
|
-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
83
|
-
<Visible>False</Visible>
|
84
|
-
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
85
|
-
<Install>true</Install>
|
86
|
-
</BootstrapperPackage>
|
87
|
-
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
88
|
-
<Visible>False</Visible>
|
89
|
-
<ProductName>Windows Installer 3.1</ProductName>
|
90
|
-
<Install>true</Install>
|
91
|
-
</BootstrapperPackage>
|
92
|
-
</ItemGroup>
|
93
|
-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
+
<PropertyGroup>
|
4
|
+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5
|
+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6
|
+
<ProductVersion>9.0.30729</ProductVersion>
|
7
|
+
<SchemaVersion>2.0</SchemaVersion>
|
8
|
+
<ProjectGuid>{8D680D34-363A-4AB4-BC8B-ECA28AFE1D46}</ProjectGuid>
|
9
|
+
<OutputType>Library</OutputType>
|
10
|
+
<AppDesignerFolder>Properties</AppDesignerFolder>
|
11
|
+
<RootNamespace>TestSolution.FailingTests</RootNamespace>
|
12
|
+
<AssemblyName>TestSolution.FailingTests</AssemblyName>
|
13
|
+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
14
|
+
<FileAlignment>512</FileAlignment>
|
15
|
+
<FileUpgradeFlags>
|
16
|
+
</FileUpgradeFlags>
|
17
|
+
<OldToolsVersion>3.5</OldToolsVersion>
|
18
|
+
<UpgradeBackupLocation />
|
19
|
+
<PublishUrl>publish\</PublishUrl>
|
20
|
+
<Install>true</Install>
|
21
|
+
<InstallFrom>Disk</InstallFrom>
|
22
|
+
<UpdateEnabled>false</UpdateEnabled>
|
23
|
+
<UpdateMode>Foreground</UpdateMode>
|
24
|
+
<UpdateInterval>7</UpdateInterval>
|
25
|
+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
26
|
+
<UpdatePeriodically>false</UpdatePeriodically>
|
27
|
+
<UpdateRequired>false</UpdateRequired>
|
28
|
+
<MapFileExtensions>true</MapFileExtensions>
|
29
|
+
<ApplicationRevision>0</ApplicationRevision>
|
30
|
+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
31
|
+
<IsWebBootstrapper>false</IsWebBootstrapper>
|
32
|
+
<UseApplicationTrust>false</UseApplicationTrust>
|
33
|
+
<BootstrapperEnabled>true</BootstrapperEnabled>
|
34
|
+
</PropertyGroup>
|
35
|
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36
|
+
<DebugSymbols>true</DebugSymbols>
|
37
|
+
<DebugType>full</DebugType>
|
38
|
+
<Optimize>false</Optimize>
|
39
|
+
<OutputPath>bin\Debug\</OutputPath>
|
40
|
+
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
41
|
+
<ErrorReport>prompt</ErrorReport>
|
42
|
+
<WarningLevel>4</WarningLevel>
|
43
|
+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
44
|
+
</PropertyGroup>
|
45
|
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
46
|
+
<DebugType>pdbonly</DebugType>
|
47
|
+
<Optimize>true</Optimize>
|
48
|
+
<OutputPath>bin\Release\</OutputPath>
|
49
|
+
<DefineConstants>TRACE</DefineConstants>
|
50
|
+
<ErrorReport>prompt</ErrorReport>
|
51
|
+
<WarningLevel>4</WarningLevel>
|
52
|
+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
53
|
+
</PropertyGroup>
|
54
|
+
<ItemGroup>
|
55
|
+
<Reference Include="nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
56
|
+
<SpecificVersion>False</SpecificVersion>
|
57
|
+
<HintPath>..\..\Tools\NUnit-v2.5\nunit.framework.dll</HintPath>
|
58
|
+
</Reference>
|
59
|
+
<Reference Include="System" />
|
60
|
+
<Reference Include="System.Core">
|
61
|
+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
62
|
+
</Reference>
|
63
|
+
<Reference Include="System.Xml.Linq">
|
64
|
+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
65
|
+
</Reference>
|
66
|
+
<Reference Include="System.Data.DataSetExtensions">
|
67
|
+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
68
|
+
</Reference>
|
69
|
+
<Reference Include="System.Data" />
|
70
|
+
<Reference Include="System.Xml" />
|
71
|
+
</ItemGroup>
|
72
|
+
<ItemGroup>
|
73
|
+
<Compile Include="FailingTestFixture.cs" />
|
74
|
+
<Compile Include="Properties\AssemblyInfo.cs" />
|
75
|
+
</ItemGroup>
|
76
|
+
<ItemGroup>
|
77
|
+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
78
|
+
<Visible>False</Visible>
|
79
|
+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
80
|
+
<Install>false</Install>
|
81
|
+
</BootstrapperPackage>
|
82
|
+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
83
|
+
<Visible>False</Visible>
|
84
|
+
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
85
|
+
<Install>true</Install>
|
86
|
+
</BootstrapperPackage>
|
87
|
+
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
88
|
+
<Visible>False</Visible>
|
89
|
+
<ProductName>Windows Installer 3.1</ProductName>
|
90
|
+
<Install>true</Install>
|
91
|
+
</BootstrapperPackage>
|
92
|
+
</ItemGroup>
|
93
|
+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
94
94
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
95
95
|
Other similar extension points exist, see Microsoft.Common.targets.
|
96
96
|
<Target Name="BeforeBuild">
|
97
97
|
</Target>
|
98
98
|
<Target Name="AfterBuild">
|
99
99
|
</Target>
|
100
|
-
-->
|
100
|
+
-->
|
101
101
|
</Project>
|
data/spec/support/TestSolution/TestSolution.FluentMigrator/TestSolution.FluentMigrator.csproj
CHANGED
@@ -1,101 +1,101 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
-
<PropertyGroup>
|
4
|
-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5
|
-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6
|
-
<ProductVersion>9.0.30729</ProductVersion>
|
7
|
-
<SchemaVersion>2.0</SchemaVersion>
|
8
|
-
<ProjectGuid>{EC5A688A-19D1-4B1B-BA8F-804A5D460695}</ProjectGuid>
|
9
|
-
<OutputType>Library</OutputType>
|
10
|
-
<AppDesignerFolder>Properties</AppDesignerFolder>
|
11
|
-
<RootNamespace>TestSolution.FluentMigrator</RootNamespace>
|
12
|
-
<AssemblyName>TestSolution.FluentMigrator</AssemblyName>
|
13
|
-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
14
|
-
<FileAlignment>512</FileAlignment>
|
15
|
-
<FileUpgradeFlags>
|
16
|
-
</FileUpgradeFlags>
|
17
|
-
<OldToolsVersion>3.5</OldToolsVersion>
|
18
|
-
<UpgradeBackupLocation />
|
19
|
-
<PublishUrl>publish\</PublishUrl>
|
20
|
-
<Install>true</Install>
|
21
|
-
<InstallFrom>Disk</InstallFrom>
|
22
|
-
<UpdateEnabled>false</UpdateEnabled>
|
23
|
-
<UpdateMode>Foreground</UpdateMode>
|
24
|
-
<UpdateInterval>7</UpdateInterval>
|
25
|
-
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
26
|
-
<UpdatePeriodically>false</UpdatePeriodically>
|
27
|
-
<UpdateRequired>false</UpdateRequired>
|
28
|
-
<MapFileExtensions>true</MapFileExtensions>
|
29
|
-
<ApplicationRevision>0</ApplicationRevision>
|
30
|
-
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
31
|
-
<IsWebBootstrapper>false</IsWebBootstrapper>
|
32
|
-
<UseApplicationTrust>false</UseApplicationTrust>
|
33
|
-
<BootstrapperEnabled>true</BootstrapperEnabled>
|
34
|
-
</PropertyGroup>
|
35
|
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36
|
-
<DebugSymbols>true</DebugSymbols>
|
37
|
-
<DebugType>full</DebugType>
|
38
|
-
<Optimize>false</Optimize>
|
39
|
-
<OutputPath>bin\Debug\</OutputPath>
|
40
|
-
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
41
|
-
<ErrorReport>prompt</ErrorReport>
|
42
|
-
<WarningLevel>4</WarningLevel>
|
43
|
-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
44
|
-
</PropertyGroup>
|
45
|
-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
46
|
-
<DebugType>pdbonly</DebugType>
|
47
|
-
<Optimize>true</Optimize>
|
48
|
-
<OutputPath>bin\Release\</OutputPath>
|
49
|
-
<DefineConstants>TRACE</DefineConstants>
|
50
|
-
<ErrorReport>prompt</ErrorReport>
|
51
|
-
<WarningLevel>4</WarningLevel>
|
52
|
-
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
53
|
-
</PropertyGroup>
|
54
|
-
<ItemGroup>
|
55
|
-
<Reference Include="FluentMigrator, Version=0.9.0.42, Culture=neutral, processorArchitecture=MSIL">
|
56
|
-
<SpecificVersion>False</SpecificVersion>
|
57
|
-
<HintPath>..\..\Tools\FluentMigrator-0.9\FluentMigrator.dll</HintPath>
|
58
|
-
</Reference>
|
59
|
-
<Reference Include="System" />
|
60
|
-
<Reference Include="System.Core">
|
61
|
-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
62
|
-
</Reference>
|
63
|
-
<Reference Include="System.Xml.Linq">
|
64
|
-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
65
|
-
</Reference>
|
66
|
-
<Reference Include="System.Data.DataSetExtensions">
|
67
|
-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
68
|
-
</Reference>
|
69
|
-
<Reference Include="System.Data" />
|
70
|
-
<Reference Include="System.Xml" />
|
71
|
-
</ItemGroup>
|
72
|
-
<ItemGroup>
|
73
|
-
<Compile Include="M001_SampleMigration.cs" />
|
74
|
-
<Compile Include="Properties\AssemblyInfo.cs" />
|
75
|
-
</ItemGroup>
|
76
|
-
<ItemGroup>
|
77
|
-
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
78
|
-
<Visible>False</Visible>
|
79
|
-
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
80
|
-
<Install>false</Install>
|
81
|
-
</BootstrapperPackage>
|
82
|
-
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
83
|
-
<Visible>False</Visible>
|
84
|
-
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
85
|
-
<Install>true</Install>
|
86
|
-
</BootstrapperPackage>
|
87
|
-
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
88
|
-
<Visible>False</Visible>
|
89
|
-
<ProductName>Windows Installer 3.1</ProductName>
|
90
|
-
<Install>true</Install>
|
91
|
-
</BootstrapperPackage>
|
92
|
-
</ItemGroup>
|
93
|
-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3
|
+
<PropertyGroup>
|
4
|
+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5
|
+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6
|
+
<ProductVersion>9.0.30729</ProductVersion>
|
7
|
+
<SchemaVersion>2.0</SchemaVersion>
|
8
|
+
<ProjectGuid>{EC5A688A-19D1-4B1B-BA8F-804A5D460695}</ProjectGuid>
|
9
|
+
<OutputType>Library</OutputType>
|
10
|
+
<AppDesignerFolder>Properties</AppDesignerFolder>
|
11
|
+
<RootNamespace>TestSolution.FluentMigrator</RootNamespace>
|
12
|
+
<AssemblyName>TestSolution.FluentMigrator</AssemblyName>
|
13
|
+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
14
|
+
<FileAlignment>512</FileAlignment>
|
15
|
+
<FileUpgradeFlags>
|
16
|
+
</FileUpgradeFlags>
|
17
|
+
<OldToolsVersion>3.5</OldToolsVersion>
|
18
|
+
<UpgradeBackupLocation />
|
19
|
+
<PublishUrl>publish\</PublishUrl>
|
20
|
+
<Install>true</Install>
|
21
|
+
<InstallFrom>Disk</InstallFrom>
|
22
|
+
<UpdateEnabled>false</UpdateEnabled>
|
23
|
+
<UpdateMode>Foreground</UpdateMode>
|
24
|
+
<UpdateInterval>7</UpdateInterval>
|
25
|
+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
26
|
+
<UpdatePeriodically>false</UpdatePeriodically>
|
27
|
+
<UpdateRequired>false</UpdateRequired>
|
28
|
+
<MapFileExtensions>true</MapFileExtensions>
|
29
|
+
<ApplicationRevision>0</ApplicationRevision>
|
30
|
+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
31
|
+
<IsWebBootstrapper>false</IsWebBootstrapper>
|
32
|
+
<UseApplicationTrust>false</UseApplicationTrust>
|
33
|
+
<BootstrapperEnabled>true</BootstrapperEnabled>
|
34
|
+
</PropertyGroup>
|
35
|
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36
|
+
<DebugSymbols>true</DebugSymbols>
|
37
|
+
<DebugType>full</DebugType>
|
38
|
+
<Optimize>false</Optimize>
|
39
|
+
<OutputPath>bin\Debug\</OutputPath>
|
40
|
+
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
41
|
+
<ErrorReport>prompt</ErrorReport>
|
42
|
+
<WarningLevel>4</WarningLevel>
|
43
|
+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
44
|
+
</PropertyGroup>
|
45
|
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
46
|
+
<DebugType>pdbonly</DebugType>
|
47
|
+
<Optimize>true</Optimize>
|
48
|
+
<OutputPath>bin\Release\</OutputPath>
|
49
|
+
<DefineConstants>TRACE</DefineConstants>
|
50
|
+
<ErrorReport>prompt</ErrorReport>
|
51
|
+
<WarningLevel>4</WarningLevel>
|
52
|
+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
53
|
+
</PropertyGroup>
|
54
|
+
<ItemGroup>
|
55
|
+
<Reference Include="FluentMigrator, Version=0.9.0.42, Culture=neutral, processorArchitecture=MSIL">
|
56
|
+
<SpecificVersion>False</SpecificVersion>
|
57
|
+
<HintPath>..\..\Tools\FluentMigrator-0.9\FluentMigrator.dll</HintPath>
|
58
|
+
</Reference>
|
59
|
+
<Reference Include="System" />
|
60
|
+
<Reference Include="System.Core">
|
61
|
+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
62
|
+
</Reference>
|
63
|
+
<Reference Include="System.Xml.Linq">
|
64
|
+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
65
|
+
</Reference>
|
66
|
+
<Reference Include="System.Data.DataSetExtensions">
|
67
|
+
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
68
|
+
</Reference>
|
69
|
+
<Reference Include="System.Data" />
|
70
|
+
<Reference Include="System.Xml" />
|
71
|
+
</ItemGroup>
|
72
|
+
<ItemGroup>
|
73
|
+
<Compile Include="M001_SampleMigration.cs" />
|
74
|
+
<Compile Include="Properties\AssemblyInfo.cs" />
|
75
|
+
</ItemGroup>
|
76
|
+
<ItemGroup>
|
77
|
+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
78
|
+
<Visible>False</Visible>
|
79
|
+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
80
|
+
<Install>false</Install>
|
81
|
+
</BootstrapperPackage>
|
82
|
+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
83
|
+
<Visible>False</Visible>
|
84
|
+
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
85
|
+
<Install>true</Install>
|
86
|
+
</BootstrapperPackage>
|
87
|
+
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
88
|
+
<Visible>False</Visible>
|
89
|
+
<ProductName>Windows Installer 3.1</ProductName>
|
90
|
+
<Install>true</Install>
|
91
|
+
</BootstrapperPackage>
|
92
|
+
</ItemGroup>
|
93
|
+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
94
94
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
95
95
|
Other similar extension points exist, see Microsoft.Common.targets.
|
96
96
|
<Target Name="BeforeBuild">
|
97
97
|
</Target>
|
98
98
|
<Target Name="AfterBuild">
|
99
99
|
</Target>
|
100
|
-
-->
|
100
|
+
-->
|
101
101
|
</Project>
|
@@ -1,36 +1,36 @@
|
|
1
|
-
using System.Reflection;
|
2
|
-
using System.Runtime.CompilerServices;
|
3
|
-
using System.Runtime.InteropServices;
|
4
|
-
|
5
|
-
// General Information about an assembly is controlled through the following
|
6
|
-
// set of attributes. Change these attribute values to modify the information
|
7
|
-
// associated with an assembly.
|
8
|
-
[assembly: AssemblyTitle("TestSolution.MSTestTests.NET40")]
|
9
|
-
[assembly: AssemblyDescription("")]
|
10
|
-
[assembly: AssemblyConfiguration("")]
|
11
|
-
[assembly: AssemblyCompany("Microsoft")]
|
12
|
-
[assembly: AssemblyProduct("TestSolution.MSTestTests.NET40")]
|
13
|
-
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
|
14
|
-
[assembly: AssemblyTrademark("")]
|
15
|
-
[assembly: AssemblyCulture("")]
|
16
|
-
|
17
|
-
// Setting ComVisible to false makes the types in this assembly not visible
|
18
|
-
// to COM components. If you need to access a type in this assembly from
|
19
|
-
// COM, set the ComVisible attribute to true on that type.
|
20
|
-
[assembly: ComVisible(false)]
|
21
|
-
|
22
|
-
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
23
|
-
[assembly: Guid("86dc298c-afdc-4dc3-b5d8-5e002735a637")]
|
24
|
-
|
25
|
-
// Version information for an assembly consists of the following four values:
|
26
|
-
//
|
27
|
-
// Major Version
|
28
|
-
// Minor Version
|
29
|
-
// Build Number
|
30
|
-
// Revision
|
31
|
-
//
|
32
|
-
// You can specify all the values or you can default the Build and Revision Numbers
|
33
|
-
// by using the '*' as shown below:
|
34
|
-
// [assembly: AssemblyVersion("1.0.*")]
|
35
|
-
[assembly: AssemblyVersion("1.0.0.0")]
|
36
|
-
[assembly: AssemblyFileVersion("1.0.0.0")]
|
1
|
+
using System.Reflection;
|
2
|
+
using System.Runtime.CompilerServices;
|
3
|
+
using System.Runtime.InteropServices;
|
4
|
+
|
5
|
+
// General Information about an assembly is controlled through the following
|
6
|
+
// set of attributes. Change these attribute values to modify the information
|
7
|
+
// associated with an assembly.
|
8
|
+
[assembly: AssemblyTitle("TestSolution.MSTestTests.NET40")]
|
9
|
+
[assembly: AssemblyDescription("")]
|
10
|
+
[assembly: AssemblyConfiguration("")]
|
11
|
+
[assembly: AssemblyCompany("Microsoft")]
|
12
|
+
[assembly: AssemblyProduct("TestSolution.MSTestTests.NET40")]
|
13
|
+
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
|
14
|
+
[assembly: AssemblyTrademark("")]
|
15
|
+
[assembly: AssemblyCulture("")]
|
16
|
+
|
17
|
+
// Setting ComVisible to false makes the types in this assembly not visible
|
18
|
+
// to COM components. If you need to access a type in this assembly from
|
19
|
+
// COM, set the ComVisible attribute to true on that type.
|
20
|
+
[assembly: ComVisible(false)]
|
21
|
+
|
22
|
+
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
23
|
+
[assembly: Guid("86dc298c-afdc-4dc3-b5d8-5e002735a637")]
|
24
|
+
|
25
|
+
// Version information for an assembly consists of the following four values:
|
26
|
+
//
|
27
|
+
// Major Version
|
28
|
+
// Minor Version
|
29
|
+
// Build Number
|
30
|
+
// Revision
|
31
|
+
//
|
32
|
+
// You can specify all the values or you can default the Build and Revision Numbers
|
33
|
+
// by using the '*' as shown below:
|
34
|
+
// [assembly: AssemblyVersion("1.0.*")]
|
35
|
+
[assembly: AssemblyVersion("1.0.0.0")]
|
36
|
+
[assembly: AssemblyFileVersion("1.0.0.0")]
|