Click here to Skip to main content
Click here to Skip to main content

Smart Thread Pool

By , 27 Aug 2012
 
smartthreadpool.zip
bin
Mono
SmartThreadPoolMono.dll
SilverLight
SmartThreadPoolSL.dll
Windows
SmartThreadPool.dll
WindowsCE
SmartThreadPoolCE.dll
demos
Mono
TestSmartThreadPool
SmartThreadPoolMono.dll
TestSmartThreadPoolMono.exe
UsageControl.dll
WorkItemsGroupDemo
SmartThreadPoolMono.dll
UsageControl.dll
WorkItemsGroupDemoMono.exe
SilverLight
SmartThreadPoolSL.dll
STPSLDemo.dll
STPSLDemo.xap
Windows
TestSmartThreadPool
SmartThreadPool.dll
TestSmartThreadPool.exe
UsageControl.dll
WorkItemsGroupDemo
SmartThreadPool.dll
UsageControl.dll
WorkItemsGroupDemo.exe
WindowsCE
SmartThreadPoolCE.dll
STPCEDemo.exe
src
SmartThreadPool
Properties
STPCEDemo
Properties
STPExamples
App.ico
STPSLDemo
Properties
Resources
EmptyCell.bmp
EmptyCell.jpg
GreenCell.bmp
GreenCell.jpg
RedCell.bmp
RedCell.jpg
STPTests
TestSmartThreadPool
App.ico
UsageControl
Properties
WorkItemsGroupDemo
Properties
Settings.settings
tests
STPTests.dll
smartthreadpool_11.zip
SmartThreadPool.dll
SmartThreadPool
STPExamples
App.ico
STPTests.dll
STPTests
TestSmartThreadPool.exe
TestSmartThreadPool
App.ico
UsageControl.dll
UsageControl
smartthreadpool_2.2.3-noexe.zip
STPSLDemo.xap
WindowsPhone
ApplicationIcon.png
Background.png
STPWPDemo.xap
App.ico
EmptyCell.bmp
EmptyCell.jpg
GreenCell.bmp
GreenCell.jpg
RedCell.bmp
RedCell.jpg
STPWPDemo
ApplicationIcon.png
Background.png
Properties
Resources
EmptyCell.jpg
GreenCell.jpg
RedCell.jpg
SplashScreenImage.jpg
App.ico
Settings.settings
smartthreadpool_2.2.3.zip
SmartThreadPool.dll
SmartThreadPoolSL.dll
SmartThreadPool.dll
WindowsPhone
SmartThreadPoolWP.dll
SmartThreadPool.dll
TestSmartThreadPoolMono.exe
UsageControl.dll
SmartThreadPool.dll
UsageControl.dll
WorkItemsGroupDemoMono.exe
SmartThreadPoolSL.dll
STPSLDemo.dll
STPSLDemo.xap
SmartThreadPool.dll
TestSmartThreadPool.exe
UsageControl.dll
SmartThreadPool.dll
UsageControl.dll
WorkItemsGroupDemo.exe
ApplicationIcon.png
Background.png
SmartThreadPoolWP.dll
STPWPDemo.dll
STPWPDemo.xap
App.ico
EmptyCell.bmp
EmptyCell.jpg
GreenCell.bmp
GreenCell.jpg
RedCell.bmp
RedCell.jpg
ApplicationIcon.png
Background.png
EmptyCell.jpg
GreenCell.jpg
RedCell.jpg
SplashScreenImage.jpg
App.ico
Settings.settings
STPTests.dll
smartthreadpool_20.zip
SmartThreadPool.dll
App.ico
STPTests.dll
TestSmartThreadPool.exe
App.ico
UsageControl.dll
smartthreadpool_demo.zip
SmartThreadPool.dll
SmartThreadPoolExamples
App.ico
TestSmartThreadPool.exe
App.ico
UsageControl.dll
smartthreadpool_demo_11.zip
SmartThreadPool.dll
App.ico
STPTests.dll
TestSmartThreadPool.exe
App.ico
UsageControl.dll
smartthreadpool_demo_20.zip
SmartThreadPool.dll
App.ico
STPTests.dll
TestSmartThreadPool.exe
App.ico
UsageControl.dll
smartthreadpool_src.zip
App.ico
smartthreadpool_src_11.zip
App.ico
smartthreadpool_src_20.zip
App.ico
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{356114BA-5F10-4DB6-9971-987CE11F765F}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>STPCEDemo</RootNamespace>
    <AssemblyName>STPCEDemo</AssemblyName>
    <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <PlatformFamilyName>WindowsCE</PlatformFamilyName>
    <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
    <OSVersion>5.0</OSVersion>
    <DeployDirSuffix>STPCEDemo</DeployDirSuffix>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <FormFactorID>
    </FormFactorID>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>2.0</OldToolsVersion>
    <NativePlatformName>Windows CE</NativePlatformName>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <FileAlignment>512</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
    <NoStdLib>true</NoStdLib>
    <NoConfig>true</NoConfig>
    <ErrorReport>prompt</ErrorReport>
    <FileAlignment>512</FileAlignment>
    <WarningLevel>4</WarningLevel>
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Form1.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Form1.Designer.cs">
      <DependentUpon>Form1.cs</DependentUpon>
    </Compile>
    <Compile Include="Pens.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="Form1.resx">
      <SubType>Designer</SubType>
      <DependentUpon>Form1.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="UsageControl.resx">
      <DependentUpon>UsageControl.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="UsageHistoryControl.resx">
      <DependentUpon>UsageHistoryControl.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <Compile Include="UsageControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="UsageHistoryControl.cs">
      <SubType>UserControl</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\SmartThreadPool\SmartThreadPoolCE.csproj">
      <Project>{D81DD596-C71F-4AC2-816C-63C19589E7E0}</Project>
      <Name>SmartThreadPoolCE</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
  <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
        <HostingProcess disable="1" />
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
</Project>

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)

About the Author

Ami Bar
Software Developer (Senior)
Israel Israel
Member
B.Sc. in Computer Science.
Works as Software Developer.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 27 Aug 2012
Article Copyright 2004 by Ami Bar
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid