opensim – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.30729</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{C22347CF-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <ApplicationIcon></ApplicationIcon>
9 <AssemblyKeyContainerName>
10 </AssemblyKeyContainerName>
11 <AssemblyName>SmartThreadPool</AssemblyName>
12 <DefaultClientScript>JScript</DefaultClientScript>
13 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
14 <DefaultTargetSchema>IE50</DefaultTargetSchema>
15 <DelaySign>false</DelaySign>
16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <OutputType>Library</OutputType>
18 <AppDesignerFolder></AppDesignerFolder>
19 <RootNamespace>SmartThreadPool</RootNamespace>
20 <StartupObject></StartupObject>
21 <StartArguments></StartArguments>
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
27 <BaseAddress>285212672</BaseAddress>
28 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29 <ConfigurationOverrideFile>
30 </ConfigurationOverrideFile>
31 <DefineConstants>TRACE;DEBUG</DefineConstants>
32 <DocumentationFile></DocumentationFile>
33 <DebugSymbols>True</DebugSymbols>
34 <FileAlignment>4096</FileAlignment>
35 <Optimize>False</Optimize>
36 <OutputPath>../../bin/</OutputPath>
37 <RegisterForComInterop>False</RegisterForComInterop>
38 <RemoveIntegerChecks>False</RemoveIntegerChecks>
39 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
40 <WarningLevel>4</WarningLevel>
41 <NoStdLib>False</NoStdLib>
42 <NoWarn></NoWarn>
43 <PlatformTarget>AnyCPU</PlatformTarget>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
47 <BaseAddress>285212672</BaseAddress>
48 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
49 <ConfigurationOverrideFile>
50 </ConfigurationOverrideFile>
51 <DefineConstants>TRACE</DefineConstants>
52 <DocumentationFile></DocumentationFile>
53 <DebugSymbols>False</DebugSymbols>
54 <FileAlignment>4096</FileAlignment>
55 <Optimize>True</Optimize>
56 <OutputPath>../../bin/</OutputPath>
57 <RegisterForComInterop>False</RegisterForComInterop>
58 <RemoveIntegerChecks>False</RemoveIntegerChecks>
59 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
60 <WarningLevel>4</WarningLevel>
61 <NoStdLib>False</NoStdLib>
62 <NoWarn></NoWarn>
63 <PlatformTarget>AnyCPU</PlatformTarget>
64 </PropertyGroup>
65 <ItemGroup>
66 <Reference Include="System" >
67 <Name>System</Name>
68 <Private>False</Private>
69 </Reference>
70 <Reference Include="System.Data" >
71 <Name>System.Data</Name>
72 <Private>False</Private>
73 </Reference>
74 <Reference Include="System.Web" >
75 <Name>System.Web</Name>
76 <Private>False</Private>
77 </Reference>
78 <Reference Include="System.Xml" >
79 <Name>System.Xml</Name>
80 <Private>False</Private>
81 </Reference>
82 </ItemGroup>
83 <ItemGroup>
84 </ItemGroup>
85 <ItemGroup>
86 <Compile Include="CallerThreadContext.cs">
87 <SubType>Code</SubType>
88 </Compile>
89 <Compile Include="CanceledWorkItemsGroup.cs">
90 <SubType>Code</SubType>
91 </Compile>
92 <Compile Include="EventWaitHandle.cs">
93 <SubType>Code</SubType>
94 </Compile>
95 <Compile Include="EventWaitHandleFactory.cs">
96 <SubType>Code</SubType>
97 </Compile>
98 <Compile Include="Exceptions.cs">
99 <SubType>Code</SubType>
100 </Compile>
101 <Compile Include="Interfaces.cs">
102 <SubType>Code</SubType>
103 </Compile>
104 <Compile Include="InternalInterfaces.cs">
105 <SubType>Code</SubType>
106 </Compile>
107 <Compile Include="PriorityQueue.cs">
108 <SubType>Code</SubType>
109 </Compile>
110 <Compile Include="SLExt.cs">
111 <SubType>Code</SubType>
112 </Compile>
113 <Compile Include="STPEventWaitHandle.cs">
114 <SubType>Code</SubType>
115 </Compile>
116 <Compile Include="STPPerformanceCounter.cs">
117 <SubType>Code</SubType>
118 </Compile>
119 <Compile Include="STPStartInfo.cs">
120 <SubType>Code</SubType>
121 </Compile>
122 <Compile Include="SmartThreadPool.ThreadEntry.cs">
123 <SubType>Code</SubType>
124 </Compile>
125 <Compile Include="SmartThreadPool.cs">
126 <SubType>Code</SubType>
127 </Compile>
128 <Compile Include="SynchronizedDictionary.cs">
129 <SubType>Code</SubType>
130 </Compile>
131 <Compile Include="WIGStartInfo.cs">
132 <SubType>Code</SubType>
133 </Compile>
134 <Compile Include="WorkItem.WorkItemResult.cs">
135 <SubType>Code</SubType>
136 </Compile>
137 <Compile Include="WorkItem.cs">
138 <SubType>Code</SubType>
139 </Compile>
140 <Compile Include="WorkItemFactory.cs">
141 <SubType>Code</SubType>
142 </Compile>
143 <Compile Include="WorkItemInfo.cs">
144 <SubType>Code</SubType>
145 </Compile>
146 <Compile Include="WorkItemResultTWrapper.cs">
147 <SubType>Code</SubType>
148 </Compile>
149 <Compile Include="WorkItemsGroup.cs">
150 <SubType>Code</SubType>
151 </Compile>
152 <Compile Include="WorkItemsGroupBase.cs">
153 <SubType>Code</SubType>
154 </Compile>
155 <Compile Include="WorkItemsQueue.cs">
156 <SubType>Code</SubType>
157 </Compile>
158 </ItemGroup>
159 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
160 <PropertyGroup>
161 <PreBuildEvent>
162 </PreBuildEvent>
163 <PostBuildEvent>
164 </PostBuildEvent>
165 </PropertyGroup>
166 </Project>