This commit is contained in:
Michael Becker 2019-09-17 19:02:55 -04:00
parent 600aabd976
commit 9c43bcc163
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>MBS.Framework.Console</RootNamespace>
<AssemblyName>MBS.Framework.CLI</AssemblyName>
<ReleaseVersion>1.0.*</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -7,6 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>MBS.Framework</RootNamespace>
<AssemblyName>MBS.Framework</AssemblyName>
<ReleaseVersion>1.0.*</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>