Skip to content

Commit e42d27d

Browse files
committed
Put documentation file into nuget
1 parent 051cd88 commit e42d27d

4 files changed

Lines changed: 2 additions & 47 deletions

File tree

src/Samples/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
35-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
36-
<DebugType>pdbonly</DebugType>
37-
<Optimize>true</Optimize>
38-
<OutputPath>bin\Release\</OutputPath>
39-
<DefineConstants>TRACE</DefineConstants>
40-
<ErrorReport>prompt</ErrorReport>
41-
<WarningLevel>4</WarningLevel>
42-
</PropertyGroup>
4335
<ItemGroup>
4436
<Folder Include="Properties\" />
4537
</ItemGroup>

src/TestStack.BDDfy.Tests/TestStack.BDDfy.Tests.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@
3636
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3737
<Prefer32Bit>false</Prefer32Bit>
3838
</PropertyGroup>
39-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
40-
<DebugType>pdbonly</DebugType>
41-
<Optimize>true</Optimize>
42-
<OutputPath>bin\Release\</OutputPath>
43-
<DefineConstants>TRACE</DefineConstants>
44-
<ErrorReport>prompt</ErrorReport>
45-
<WarningLevel>4</WarningLevel>
46-
<Prefer32Bit>false</Prefer32Bit>
47-
</PropertyGroup>
4839
<ItemGroup>
4940
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
5041
<SpecificVersion>False</SpecificVersion>

src/TestStack.BDDfy.sln

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,20 @@ Global
2424
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2525
Debug|Any CPU = Debug|Any CPU
2626
Release|Any CPU = Release|Any CPU
27-
ReleaseNET35|Any CPU = ReleaseNET35|Any CPU
28-
ReleaseSL4|Any CPU = ReleaseSL4|Any CPU
2927
EndGlobalSection
3028
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3129
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3230
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
3331
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
3432
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Release|Any CPU.Build.0 = Release|Any CPU
35-
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
36-
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
37-
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
38-
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
3933
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4034
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Debug|Any CPU.Build.0 = Debug|Any CPU
4135
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Release|Any CPU.ActiveCfg = Release|Any CPU
4236
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Release|Any CPU.Build.0 = Release|Any CPU
43-
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
44-
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
45-
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
46-
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseSL4|Any CPU.Build.0 = ReleaseNET35|Any CPU
4737
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4838
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Debug|Any CPU.Build.0 = Debug|Any CPU
4939
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Release|Any CPU.ActiveCfg = Release|Any CPU
5040
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
52-
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
53-
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
54-
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseSL4|Any CPU.Build.0 = ReleaseNET35|Any CPU
5541
EndGlobalSection
5642
GlobalSection(SolutionProperties) = preSolution
5743
HideSolutionNode = FALSE

src/TestStack.BDDfy/TestStack.BDDfy.csproj

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25+
<DocumentationFile>bin\Debug\TestStack.BDDfy.xml</DocumentationFile>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<DebugType>pdbonly</DebugType>
@@ -31,26 +32,11 @@
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
3334
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
35+
<DocumentationFile>bin\Release\TestStack.BDDfy.xml</DocumentationFile>
3436
</PropertyGroup>
3537
<PropertyGroup>
3638
<SignAssembly>false</SignAssembly>
3739
</PropertyGroup>
38-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
39-
<OutputPath>bin\Release\</OutputPath>
40-
<DefineConstants>TRACE;NET35</DefineConstants>
41-
<WarningLevel>4</WarningLevel>
42-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
43-
<Optimize>true</Optimize>
44-
</PropertyGroup>
45-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
46-
<OutputPath>bin\Release\</OutputPath>
47-
<DefineConstants>TRACE</DefineConstants>
48-
<WarningLevel>4</WarningLevel>
49-
<Optimize>true</Optimize>
50-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
51-
<DebugType>pdbonly</DebugType>
52-
<ErrorReport>prompt</ErrorReport>
53-
</PropertyGroup>
5440
<ItemGroup>
5541
<Reference Include="System" />
5642
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)