Skip to content

Commit

Permalink
Put documentation file into nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 25, 2015
1 parent 051cd88 commit e42d27d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
Expand Down
9 changes: 0 additions & 9 deletions src/TestStack.BDDfy.Tests/TestStack.BDDfy.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
14 changes: 0 additions & 14 deletions src/TestStack.BDDfy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,20 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseNET35|Any CPU = ReleaseNET35|Any CPU
ReleaseSL4|Any CPU = ReleaseSL4|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.Release|Any CPU.Build.0 = Release|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseSL4|Any CPU
{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}.ReleaseSL4|Any CPU.Build.0 = ReleaseSL4|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.Release|Any CPU.Build.0 = Release|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{357B22FF-84E9-4AB4-AADF-6B9DBB76FB32}.ReleaseSL4|Any CPU.Build.0 = ReleaseNET35|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.Release|Any CPU.Build.0 = Release|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseNET35|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseNET35|Any CPU.Build.0 = ReleaseNET35|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseSL4|Any CPU.ActiveCfg = ReleaseNET35|Any CPU
{9D14B03B-9514-4DD8-9D4B-914A10D7EB59}.ReleaseSL4|Any CPU.Build.0 = ReleaseNET35|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
18 changes: 2 additions & 16 deletions src/TestStack.BDDfy/TestStack.BDDfy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\TestStack.BDDfy.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -31,26 +32,11 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DocumentationFile>bin\Release\TestStack.BDDfy.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNET35|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NET35</DefineConstants>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
<Optimize>true</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DebugType>pdbonly</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit e42d27d

Please sign in to comment.