SmartThreadPool v2.0
This commit is contained in:
Ami Bar
2009-12-19 16:32:41 +02:00
parent b30b4abdda
commit 4d6ffb5851
89 changed files with 13714 additions and 2639 deletions
+33
View File
@@ -73,6 +73,16 @@
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseCE|AnyCPU' ">
<OutputPath>bin\ReleaseCE\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<BaseAddress>285212672</BaseAddress>
<Optimize>true</Optimize>
<DebugType>
</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
@@ -94,12 +104,35 @@
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="QueueUsageControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="QueueUsageControl.Designer.cs">
<DependentUpon>QueueUsageControl.cs</DependentUpon>
</Compile>
<Compile Include="QueueUsageEntry.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UsageControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UsageHistoryControl.cs">
<SubType>UserControl</SubType>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="QueueUsageControl.resx">
<SubType>Designer</SubType>
<DependentUpon>QueueUsageControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UsageControl.resx">
<DependentUpon>UsageControl.cs</DependentUpon>
<SubType>Designer</SubType>