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>{34D166E0-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <ApplicationIcon></ApplicationIcon>
9 <AssemblyKeyContainerName>
10 </AssemblyKeyContainerName>
11 <AssemblyName>OpenSim.Tests</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.Tests</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="Nini" >
67 <Name>Nini</Name>
68 <HintPath>../../bin/Nini.dll</HintPath>
69 <Private>False</Private>
70 </Reference>
71 <Reference Include="nunit.framework" >
72 <Name>nunit.framework</Name>
73 <HintPath>../../bin/nunit.framework.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 </ItemGroup>
77 <ItemGroup>
78 <ProjectReference Include="../Region/Application/OpenSim.csproj">
79 <Name>OpenSim</Name>
80 <Project>{17ED9A0D-0000-0000-0000-000000000000}</Project>
81 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
82 <Private>False</Private>
83 </ProjectReference>
84 <ProjectReference Include="../Framework/OpenSim.Framework.csproj">
85 <Name>OpenSim.Framework</Name>
86 <Project>{7404933D-0000-0000-0000-000000000000}</Project>
87 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
88 <Private>False</Private>
89 </ProjectReference>
90 <ProjectReference Include="../Tests/Common/OpenSim.Tests.Common.csproj">
91 <Name>OpenSim.Tests.Common</Name>
92 <Project>{84F9D8D9-0000-0000-0000-000000000000}</Project>
93 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
94 <Private>False</Private>
95 </ProjectReference>
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="ConfigurationLoaderTest.cs">
99 <SubType>Code</SubType>
100 </Compile>
101 </ItemGroup>
102 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
103 <PropertyGroup>
104 <PreBuildEvent>
105 </PreBuildEvent>
106 <PostBuildEvent>
107 </PostBuildEvent>
108 </PropertyGroup>
109 </Project>