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>{80C9FADF-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <ApplicationIcon></ApplicationIcon>
9 <AssemblyKeyContainerName>
10 </AssemblyKeyContainerName>
11 <AssemblyName>OpenSim.Framework.Serialization</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.Framework.Serialization</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="OpenMetaverse" >
72 <Name>OpenMetaverse</Name>
73 <HintPath>../../../bin/OpenMetaverse.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 <Reference Include="OpenMetaverseTypes" >
77 <Name>OpenMetaverseTypes</Name>
78 <HintPath>../../../bin/OpenMetaverseTypes.dll</HintPath>
79 <Private>False</Private>
80 </Reference>
81 <Reference Include="System" >
82 <Name>System</Name>
83 <Private>False</Private>
84 </Reference>
85 <Reference Include="System.Core" >
86 <Name>System.Core</Name>
87 <Private>False</Private>
88 </Reference>
89 <Reference Include="System.Xml" >
90 <Name>System.Xml</Name>
91 <Private>False</Private>
92 </Reference>
93 </ItemGroup>
94 <ItemGroup>
95 <ProjectReference Include="../OpenSim.Framework.csproj">
96 <Name>OpenSim.Framework</Name>
97 <Project>{7404933D-0000-0000-0000-000000000000}</Project>
98 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
99 <Private>False</Private>
100 </ProjectReference>
101 <ProjectReference Include="../../Services/Interfaces/OpenSim.Services.Interfaces.csproj">
102 <Name>OpenSim.Services.Interfaces</Name>
103 <Project>{E1873C89-0000-0000-0000-000000000000}</Project>
104 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
105 <Private>False</Private>
106 </ProjectReference>
107 </ItemGroup>
108 <ItemGroup>
109 <Compile Include="ArchiveConstants.cs">
110 <SubType>Code</SubType>
111 </Compile>
112 <Compile Include="TarArchiveReader.cs">
113 <SubType>Code</SubType>
114 </Compile>
115 <Compile Include="TarArchiveWriter.cs">
116 <SubType>Code</SubType>
117 </Compile>
118 <Compile Include="External\ExternalRepresentationUtils.cs">
119 <SubType>Code</SubType>
120 </Compile>
121 <Compile Include="External\LandDataSerializer.cs">
122 <SubType>Code</SubType>
123 </Compile>
124 <Compile Include="External\OspResolver.cs">
125 <SubType>Code</SubType>
126 </Compile>
127 <Compile Include="External\RegionSettingsSerializer.cs">
128 <SubType>Code</SubType>
129 </Compile>
130 <Compile Include="External\UserInventoryItemSerializer.cs">
131 <SubType>Code</SubType>
132 </Compile>
133 <Compile Include="External\UserProfileSerializer.cs">
134 <SubType>Code</SubType>
135 </Compile>
136 <Compile Include="Properties\AssemblyInfo.cs">
137 <SubType>Code</SubType>
138 </Compile>
139 </ItemGroup>
140 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
141 <PropertyGroup>
142 <PreBuildEvent>
143 </PreBuildEvent>
144 <PostBuildEvent>
145 </PostBuildEvent>
146 </PropertyGroup>
147 </Project>