1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 3.5 " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0 " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
15
15
<SignAssembly >true</SignAssembly >
16
16
<AssemblyOriginatorKeyFile >
17
17
</AssemblyOriginatorKeyFile >
18
- <IsWebBootstrapper >false</IsWebBootstrapper >
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
- <UseApplicationTrust >false</UseApplicationTrust >
32
- <BootstrapperEnabled >true</BootstrapperEnabled >
33
18
</PropertyGroup >
34
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35
20
<DebugSymbols >true</DebugSymbols >
49
34
<WarningLevel >4</WarningLevel >
50
35
</PropertyGroup >
51
36
<ItemGroup >
37
+ <Reference Include =" nunit.framework" >
38
+ <HintPath >..\..\lib\nunit\nunit.framework.dll</HintPath >
39
+ </Reference >
52
40
<Reference Include =" System" />
53
41
<Reference Include =" System.Core" >
54
42
<RequiredTargetFramework >3.5</RequiredTargetFramework >
57
45
<Reference Include =" System.Data.DataSetExtensions" />
58
46
<Reference Include =" System.Data" />
59
47
<Reference Include =" System.Xml" />
60
- <Reference Include =" nunit.framework, Version=2.5.1.9189, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" >
61
- <HintPath >..\..\lib\nunit\nunit.framework.dll</HintPath >
62
- </Reference >
63
48
<Reference Include =" Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f" >
64
49
<HintPath >..\..\lib\mocking\Rhino.Mocks.dll</HintPath >
65
50
</Reference >
141
126
<LastGenOutput >StepArgumentTransformation.feature.cs</LastGenOutput >
142
127
</None >
143
128
</ItemGroup >
144
- <ItemGroup />
145
- <ItemGroup >
146
- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
147
- <Visible >False</Visible >
148
- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
149
- <Install >false</Install >
150
- </BootstrapperPackage >
151
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
152
- <Visible >False</Visible >
153
- <ProductName >.NET Framework 3.5 SP1</ProductName >
154
- <Install >true</Install >
155
- </BootstrapperPackage >
156
- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
157
- <Visible >False</Visible >
158
- <ProductName >Windows Installer 3.1</ProductName >
159
- <Install >true</Install >
160
- </BootstrapperPackage >
161
- </ItemGroup >
162
129
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163
130
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
164
131
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168
135
<Target Name="AfterBuild">
169
136
</Target>
170
137
-->
171
- </Project >
138
+ </Project >
0 commit comments