mirror of
https://github.com/farcasclaudiu/SmartThreadPool.git
synced 2026-06-22 07:01:18 +03:00
CHG: build adjusted
(cherry picked from commit 7459063627ea9225c406ea18cc13207e7e59c4e6)
This commit is contained in:
committed by
Piotr Wysocki
parent
4b16bf08ce
commit
24d52fea38
@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("c764a3de-c4f8-434d-85b5-a09830d1e44f")]
|
||||
[assembly: AssemblyVersion("2.2.1.0")]
|
||||
[assembly: AssemblyVersion("2.2.2.0")]
|
||||
[assembly: InternalsVisibleTo("STPTests")]
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<ProjectGuid>{3462F30B-0156-409C-B256-6046D6F1764B}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<NoStandardLibraries>false</NoStandardLibraries>
|
||||
<AssemblyName>SmartThreadPoolMono</AssemblyName>
|
||||
<AssemblyName>SmartThreadPool</AssemblyName>
|
||||
<RootNamespace>Amib.Threading</RootNamespace>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
@@ -17,16 +17,18 @@
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>.\bin\Debug\</OutputPath>
|
||||
<OutputPath>.\bin\Debug\Mono</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;_MONO</DefineConstants>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>.\bin\Release\</OutputPath>
|
||||
<OutputPath>bin\Release\Mono\</OutputPath>
|
||||
<DefineConstants>TRACE;_MONO</DefineConstants>
|
||||
<DocumentationFile>bin\Release\Mono\SmartThreadPool.XML</DocumentationFile>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
||||
Reference in New Issue
Block a user