Skip to content

Commit

Permalink
#41 - Generating full symbols for all assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed Mar 5, 2019
1 parent dfcb067 commit 656f6ea
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Solid.Bootstrapping/Solid.Bootstrapping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Bootstrapping.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion Solid.Common.Platform/net/Solid.Common.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Bin\net\Release\</OutputPath>
<DefineConstants>TRACE;NET</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\Bin\net\Release\Solid.Common.Platform.xml</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
3 changes: 2 additions & 1 deletion Solid.Common.Platform/uwp/Solid.Common.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Bin\uwp\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\Bin\uwp\Release\Solid.Common.Platform.XML</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
Expand Down
2 changes: 2 additions & 0 deletions Solid.Common/Solid.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Common.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Solid.Core/Solid.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Core.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 2 additions & 0 deletions Solid.Extensibility/Solid.Extensibility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Extensibility.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 2 additions & 0 deletions Solid.IoC.Adapters.BoDi/Solid.IoC.Adapters.BoDi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.IoC.Adapters.BoDi.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Solid.Patterns.Builder/Solid.Patterns.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Patterns.Builder.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Patterns.ChainOfResponsibility.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions Solid.Patterns.Memento/Solid.Patterns.Memento.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Patterns.Memento.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions Solid.Patterns.Visitor/Solid.Patterns.Visitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Patterns.Visitor.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Composition.Client.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Composition.Container.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Composition.Contracts.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release\</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Composition.Web.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Composition.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 2 additions & 0 deletions Solid.Practices.IoC/Solid.Practices.IoC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.IoC.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions Solid.Practices.Middleware/Solid.Practices.Middleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Middleware.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions Solid.Practices.Modularity/Solid.Practices.Modularity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Modularity.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Solid.Practices.Scheduling/Solid.Practices.Scheduling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\Bin\netstandard2.0\Release\</OutputPath>
<DocumentationFile>..\Bin\netstandard2.0\Release\Solid.Practices.Scheduling.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

</Project>

0 comments on commit 656f6ea

Please sign in to comment.