opensim-development – 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>{D38C6D2D-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <ApplicationIcon></ApplicationIcon>
9 <AssemblyKeyContainerName>
10 </AssemblyKeyContainerName>
11 <AssemblyName>OpenSim.Region.ScriptEngine.Shared</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>OpenSim.Region.ScriptEngine.Shared</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="log4net" >
67 <Name>log4net</Name>
68 <HintPath>../../../../bin/log4net.dll</HintPath>
69 <Private>False</Private>
70 </Reference>
71 <Reference Include="Nini" >
72 <Name>Nini</Name>
73 <HintPath>../../../../bin/Nini.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 <Reference Include="Nini" >
77 <Name>Nini</Name>
78 <HintPath>../../../../bin/Nini.dll</HintPath>
79 <Private>False</Private>
80 </Reference>
81 <Reference Include="OpenMetaverseTypes" >
82 <Name>OpenMetaverseTypes</Name>
83 <HintPath>../../../../bin/OpenMetaverseTypes.dll</HintPath>
84 <Private>False</Private>
85 </Reference>
86 <Reference Include="System" >
87 <Name>System</Name>
88 <Private>False</Private>
89 </Reference>
90 <Reference Include="System.Data" >
91 <Name>System.Data</Name>
92 <Private>False</Private>
93 </Reference>
94 <Reference Include="System.Web" >
95 <Name>System.Web</Name>
96 <Private>False</Private>
97 </Reference>
98 <Reference Include="System.Xml" >
99 <Name>System.Xml</Name>
100 <Private>False</Private>
101 </Reference>
102 </ItemGroup>
103 <ItemGroup>
104 <ProjectReference Include="../../Application/OpenSim.csproj">
105 <Name>OpenSim</Name>
106 <Project>{17ED9A0D-0000-0000-0000-000000000000}</Project>
107 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
108 <Private>False</Private>
109 </ProjectReference>
110 <ProjectReference Include="../../../Framework/OpenSim.Framework.csproj">
111 <Name>OpenSim.Framework</Name>
112 <Project>{7404933D-0000-0000-0000-000000000000}</Project>
113 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
114 <Private>False</Private>
115 </ProjectReference>
116 <ProjectReference Include="../../../Framework/Communications/OpenSim.Framework.Communications.csproj">
117 <Name>OpenSim.Framework.Communications</Name>
118 <Project>{7667FA4E-0000-0000-0000-000000000000}</Project>
119 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
120 <Private>False</Private>
121 </ProjectReference>
122 <ProjectReference Include="../../../Framework/Console/OpenSim.Framework.Console.csproj">
123 <Name>OpenSim.Framework.Console</Name>
124 <Project>{16759386-0000-0000-0000-000000000000}</Project>
125 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
126 <Private>False</Private>
127 </ProjectReference>
128 <ProjectReference Include="../../CoreModules/OpenSim.Region.CoreModules.csproj">
129 <Name>OpenSim.Region.CoreModules</Name>
130 <Project>{D7F31C6F-0000-0000-0000-000000000000}</Project>
131 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
132 <Private>False</Private>
133 </ProjectReference>
134 <ProjectReference Include="../../Framework/OpenSim.Region.Framework.csproj">
135 <Name>OpenSim.Region.Framework</Name>
136 <Project>{9169B545-0000-0000-0000-000000000000}</Project>
137 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
138 <Private>False</Private>
139 </ProjectReference>
140 <ProjectReference Include="../../../Services/Interfaces/OpenSim.Services.Interfaces.csproj">
141 <Name>OpenSim.Services.Interfaces</Name>
142 <Project>{E1873C89-0000-0000-0000-000000000000}</Project>
143 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
144 <Private>False</Private>
145 </ProjectReference>
146 <ProjectReference Include="../../../../ThirdParty/SmartThreadPool/SmartThreadPool.csproj">
147 <Name>SmartThreadPool</Name>
148 <Project>{C22347CF-0000-0000-0000-000000000000}</Project>
149 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
150 <Private>False</Private>
151 </ProjectReference>
152 </ItemGroup>
153 <ItemGroup>
154 <Compile Include="AssemblyResolver.cs">
155 <SubType>Code</SubType>
156 </Compile>
157 <Compile Include="Helpers.cs">
158 <SubType>Code</SubType>
159 </Compile>
160 <Compile Include="LSL_Types.cs">
161 <SubType>Code</SubType>
162 </Compile>
163 <Compile Include="ScriptException.cs">
164 <SubType>Code</SubType>
165 </Compile>
166 <Compile Include="..\Interfaces\ICompiler.cs">
167 <SubType>Code</SubType>
168 </Compile>
169 <Compile Include="..\Interfaces\IScript.cs">
170 <SubType>Code</SubType>
171 </Compile>
172 <Compile Include="..\Interfaces\IScriptApi.cs">
173 <SubType>Code</SubType>
174 </Compile>
175 <Compile Include="..\Interfaces\IScriptEngine.cs">
176 <SubType>Code</SubType>
177 </Compile>
178 <Compile Include="..\Interfaces\IScriptInstance.cs">
179 <SubType>Code</SubType>
180 </Compile>
181 <Compile Include="Api\Interface\ILSL_Api.cs">
182 <SubType>Code</SubType>
183 </Compile>
184 <Compile Include="Api\Interface\ILS_Api.cs">
185 <SubType>Code</SubType>
186 </Compile>
187 <Compile Include="Api\Interface\IMOD_Api.cs">
188 <SubType>Code</SubType>
189 </Compile>
190 <Compile Include="Api\Interface\IOSSL_Api.cs">
191 <SubType>Code</SubType>
192 </Compile>
193 </ItemGroup>
194 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
195 <PropertyGroup>
196 <PreBuildEvent>
197 </PreBuildEvent>
198 <PostBuildEvent>
199 </PostBuildEvent>
200 </PropertyGroup>
201 </Project>