CHG: build adjusted

(cherry picked from commit 7459063627ea9225c406ea18cc13207e7e59c4e6)
This commit is contained in:
Michal Staszewski
2011-06-21 14:51:15 +02:00
committed by Piotr Wysocki
parent 4b16bf08ce
commit 24d52fea38
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: Guid("c764a3de-c4f8-434d-85b5-a09830d1e44f")] [assembly: Guid("c764a3de-c4f8-434d-85b5-a09830d1e44f")]
[assembly: AssemblyVersion("2.2.1.0")] [assembly: AssemblyVersion("2.2.2.0")]
[assembly: InternalsVisibleTo("STPTests")] [assembly: InternalsVisibleTo("STPTests")]
+6 -4
View File
@@ -5,7 +5,7 @@
<ProjectGuid>{3462F30B-0156-409C-B256-6046D6F1764B}</ProjectGuid> <ProjectGuid>{3462F30B-0156-409C-B256-6046D6F1764B}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries> <NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>SmartThreadPoolMono</AssemblyName> <AssemblyName>SmartThreadPool</AssemblyName>
<RootNamespace>Amib.Threading</RootNamespace> <RootNamespace>Amib.Threading</RootNamespace>
<FileUpgradeFlags> <FileUpgradeFlags>
</FileUpgradeFlags> </FileUpgradeFlags>
@@ -17,16 +17,18 @@
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>.\bin\Debug\</OutputPath> <OutputPath>.\bin\Debug\Mono</OutputPath>
<DefineConstants>TRACE;DEBUG;_MONO</DefineConstants> <DefineConstants>TRACE;DEBUG;_MONO</DefineConstants>
<DocumentationFile> <DocumentationFile>
</DocumentationFile> </DocumentationFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>full</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>.\bin\Release\</OutputPath> <OutputPath>bin\Release\Mono\</OutputPath>
<DefineConstants>TRACE;_MONO</DefineConstants> <DefineConstants>TRACE;_MONO</DefineConstants>
<DocumentationFile>bin\Release\Mono\SmartThreadPool.XML</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />