Skip to content

Commit da7abf1

Browse files
committed
Merge branch 'master' into MonoIntegration
Conflicts: Parser/TechTalk.SpecFlow.Parser.csproj Tests/ParserTests/ParserTests.csproj Tests/ReportingTest.SampleProject/ReportingTest.SampleProject.csproj Tools/TechTalk.SpecFlow.Tools.csproj
2 parents 8aad449 + 442b4bc commit da7abf1

26 files changed

+550
-104
lines changed

Documentation/SpecFlow Guide.docx

-616 Bytes
Binary file not shown.

Generator/TechTalk.SpecFlow.Generator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" 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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Installer/ImportGherkinParser/ImportGherkinParser.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" 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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Installer/SpecFlowInstaller/Product.wxs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<?define ProductShortName = "SpecFlow" ?>
4-
<?define ProductVersion = "1.3.1" ?>
5-
<?define ProductVersionText = "1.3.1" ?>
4+
<?define ProductVersion = "1.3.2" ?>
5+
<?define ProductVersionText = "1.3.2" ?>
66
<?define ProductUrl = "http://www.specflow.org" ?>
77
<?define Manufacturer = "TechTalk" ?>
88
<?define UpgradeCode = "A72428B6-8ADB-4EDF-BC23-4BE4E19F01A0" ?>

Installer/SpecFlowInstaller/SpecFlowInstaller.wixproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
22
<PropertyGroup>
33
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
44
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -7,8 +7,8 @@
77
<SchemaVersion>2.0</SchemaVersion>
88
<OutputName>SpecFlowSetup</OutputName>
99
<OutputType>Package</OutputType>
10-
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.5\Wix.targets</WixTargetsPath>
11-
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\Wix.targets</WixTargetsPath>
10+
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.5\Wix2010.targets</WixTargetsPath>
11+
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.5\Wix2010.targets</WixTargetsPath>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1414
<OutputPath>bin\$(Configuration)\</OutputPath>

Parser/TechTalk.SpecFlow.Parser.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Reporting/NUnitExecutionReport/NUnitExecutionReportParameters.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public NUnitExecutionReportParameters(string projectFile, string xmlTestResult,
1111
: base(projectFile, outputFile, xsltFile)
1212
{
1313
this.XmlTestResult = Path.GetFullPath(xmlTestResult);
14-
this.LabelledTestOutput = Path.GetFullPath(labelledTestOutput);
14+
this.LabelledTestOutput = string.IsNullOrEmpty(labelledTestOutput) ? "" : Path.GetFullPath(labelledTestOutput);
1515
}
1616
}
1717
}

Reporting/TechTalk.SpecFlow.Reporting.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" 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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Runtime.Silverlight/Properties/AssemblyInfo.cs

-12
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,3 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("04dec58a-9677-4f58-ae8b-4744bbffb9a9")]
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 Revision and Build Numbers
33-
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]

Runtime.Silverlight/TechTalk.SpecFlow.Silverlight.csproj

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<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+
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
4+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
5+
</PropertyGroup>
26
<PropertyGroup>
37
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
48
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -10,10 +14,12 @@
1014
<AppDesignerFolder>Properties</AppDesignerFolder>
1115
<RootNamespace>TechTalk.SpecFlow</RootNamespace>
1216
<AssemblyName>TechTalk.SpecFlow.Silverlight</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
17+
<TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
1418
<SilverlightApplication>false</SilverlightApplication>
1519
<ValidateXaml>true</ValidateXaml>
1620
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
21+
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
22+
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
1723
</PropertyGroup>
1824
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1925
<DebugSymbols>true</DebugSymbols>
@@ -169,15 +175,24 @@
169175
<Compile Include="..\Runtime\UnitTestProvider\MbUnitRuntimeProvider.cs">
170176
<Link>UnitTestProvider\MbUnitRuntimeProvider.cs</Link>
171177
</Compile>
178+
<Compile Include="..\Runtime\UnitTestProvider\MsTest2010RuntimeProvider.cs">
179+
<Link>UnitTestProvider\MsTest2010RuntimeProvider.cs</Link>
180+
</Compile>
172181
<Compile Include="..\Runtime\UnitTestProvider\MsTestRuntimeProvider.cs">
173182
<Link>UnitTestProvider\MsTestRuntimeProvider.cs</Link>
174183
</Compile>
175184
<Compile Include="..\Runtime\UnitTestProvider\NUnitRuntimeProvider.cs">
176185
<Link>UnitTestProvider\NUnitRuntimeProvider.cs</Link>
177186
</Compile>
187+
<Compile Include="..\Runtime\UnitTestProvider\UnitTestRuntimeProviderHelper.cs">
188+
<Link>UnitTestProvider\UnitTestRuntimeProviderHelper.cs</Link>
189+
</Compile>
178190
<Compile Include="..\Runtime\UnitTestProvider\XUnitRuntimeProvider.cs">
179191
<Link>UnitTestProvider\XUnitRuntimeProvider.cs</Link>
180192
</Compile>
193+
<Compile Include="..\VersionInfo.cs">
194+
<Link>VersionInfo.cs</Link>
195+
</Compile>
181196
<Compile Include="Compatibility\ConfigurationErrorsException.cs" />
182197
<Compile Include="Compatibility\CultureInfoHelper.cs" />
183198
<Compile Include="Compatibility\EnumHelper.cs" />
@@ -191,7 +206,7 @@
191206
<Link>Languages.xml</Link>
192207
</EmbeddedResource>
193208
</ItemGroup>
194-
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
209+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
195210
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
196211
Other similar extension points exist, see Microsoft.Common.targets.
197212
<Target Name="BeforeBuild">

Runtime/TechTalk.SpecFlow.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" 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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

TechTalk.SpecFlow.sln

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 10.00
3-
# Visual Studio 2008
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
44
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Setup", "Setup", "{DCE0C3C4-5BC6-4A30-86BE-3FEFF4677A01}"
55
EndProject
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}"
@@ -13,6 +13,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1313
VersionInfo.cs = VersionInfo.cs
1414
EndProjectSection
1515
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{EF9D1EFD-574B-4A33-96CB-8885A6CEB227}"
17+
ProjectSection(SolutionItems) = preProject
18+
Installer\Resources\EULA.rtf = Installer\Resources\EULA.rtf
19+
Installer\Resources\header.bmp = Installer\Resources\header.bmp
20+
Installer\Resources\logo.png = Installer\Resources\logo.png
21+
Installer\Resources\welcome_dialog.bmp = Installer\Resources\welcome_dialog.bmp
22+
EndProjectSection
23+
EndProject
1624
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.Reporting", "Reporting\TechTalk.SpecFlow.Reporting.csproj", "{FC43509F-E7D3-40C4-B4C3-1E6C9D5530A4}"
1725
EndProject
1826
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow", "Runtime\TechTalk.SpecFlow.csproj", "{413EE28C-4F89-4C6F-BA1E-2CDEE4CD43B4}"
@@ -37,14 +45,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExternalStepsCS", "Tests\Fe
3745
EndProject
3846
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SpecFlowInstaller", "Installer\SpecFlowInstaller\SpecFlowInstaller.wixproj", "{89167EB9-F458-48DA-9D8F-F639A74F5871}"
3947
EndProject
40-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{EF9D1EFD-574B-4A33-96CB-8885A6CEB227}"
41-
ProjectSection(SolutionItems) = preProject
42-
Installer\Resources\EULA.rtf = Installer\Resources\EULA.rtf
43-
Installer\Resources\header.bmp = Installer\Resources\header.bmp
44-
Installer\Resources\logo.png = Installer\Resources\logo.png
45-
Installer\Resources\welcome_dialog.bmp = Installer\Resources\welcome_dialog.bmp
46-
EndProjectSection
47-
EndProject
4848
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechTalk.SpecFlow.Silverlight", "Runtime.Silverlight\TechTalk.SpecFlow.Silverlight.csproj", "{B93F95CF-BF89-4D92-BB0F-86885B9B6DCE}"
4949
EndProject
5050
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReportingTests", "Tests\ReportingTests\ReportingTests.csproj", "{1965463E-6972-4618-8E59-D3259AE7A125}"
@@ -144,6 +144,7 @@ Global
144144
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
145145
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Debug|Any CPU.Build.0 = Debug|Any CPU
146146
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
147+
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
147148
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Debug|x86.ActiveCfg = Debug|Any CPU
148149
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Release|Any CPU.ActiveCfg = Release|Any CPU
149150
{0D3D2616-F53C-46A2-ADEB-273D140C1267}.Release|Any CPU.Build.0 = Release|Any CPU
@@ -214,9 +215,9 @@ Global
214215
HideSolutionNode = FALSE
215216
EndGlobalSection
216217
GlobalSection(NestedProjects) = preSolution
218+
{EF9D1EFD-574B-4A33-96CB-8885A6CEB227} = {DCE0C3C4-5BC6-4A30-86BE-3FEFF4677A01}
217219
{0D3D2616-F53C-46A2-ADEB-273D140C1267} = {DCE0C3C4-5BC6-4A30-86BE-3FEFF4677A01}
218220
{89167EB9-F458-48DA-9D8F-F639A74F5871} = {DCE0C3C4-5BC6-4A30-86BE-3FEFF4677A01}
219-
{EF9D1EFD-574B-4A33-96CB-8885A6CEB227} = {DCE0C3C4-5BC6-4A30-86BE-3FEFF4677A01}
220221
{70376361-0BE1-478D-8EEC-47BD1C768165} = {A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}
221222
{F8FACCF0-5497-4C6B-861F-78D72FD9561B} = {A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}
222223
{3FE793A8-E662-4026-B4EC-891324073235} = {A10B5CD6-38EC-4D7E-9D1C-2EBA8017E437}

Tests/FeatureTests/ExternalSteps/ExternalStepsCS/ExternalStepsCS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" 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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Tests/FeatureTests/FeatureTests.csproj

+6-39
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -15,21 +15,6 @@
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>
1717
</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>
3318
</PropertyGroup>
3419
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3520
<DebugSymbols>true</DebugSymbols>
@@ -49,6 +34,9 @@
4934
<WarningLevel>4</WarningLevel>
5035
</PropertyGroup>
5136
<ItemGroup>
37+
<Reference Include="nunit.framework">
38+
<HintPath>..\..\lib\nunit\nunit.framework.dll</HintPath>
39+
</Reference>
5240
<Reference Include="System" />
5341
<Reference Include="System.Core">
5442
<RequiredTargetFramework>3.5</RequiredTargetFramework>
@@ -57,9 +45,6 @@
5745
<Reference Include="System.Data.DataSetExtensions" />
5846
<Reference Include="System.Data" />
5947
<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>
6348
<Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f">
6449
<HintPath>..\..\lib\mocking\Rhino.Mocks.dll</HintPath>
6550
</Reference>
@@ -141,24 +126,6 @@
141126
<LastGenOutput>StepArgumentTransformation.feature.cs</LastGenOutput>
142127
</None>
143128
</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>
162129
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163130
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164131
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@@ -168,4 +135,4 @@
168135
<Target Name="AfterBuild">
169136
</Target>
170137
-->
171-
</Project>
138+
</Project>

Tests/ParserTests/ParserTests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

0 commit comments

Comments
 (0)