| 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 |
<PropertyGroup> |
<PropertyGroup> |
| 3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 5 |
<ProductVersion>8.0.50727</ProductVersion> |
<ProductVersion>9.0.21022</ProductVersion> |
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
<ProjectGuid>{7EE161A6-3D3E-40D1-8CB1-25D2BF107296}</ProjectGuid> |
<ProjectGuid>{7EE161A6-3D3E-40D1-8CB1-25D2BF107296}</ProjectGuid> |
| 8 |
<OutputType>Exe</OutputType> |
<OutputType>Exe</OutputType> |
| 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 10 |
<RootNamespace>AssetServer</RootNamespace> |
<RootNamespace>AssetServer</RootNamespace> |
| 11 |
<AssemblyName>AssetServer</AssemblyName> |
<AssemblyName>AssetServer</AssemblyName> |
| 12 |
|
<FileUpgradeFlags> |
| 13 |
|
</FileUpgradeFlags> |
| 14 |
|
<OldToolsVersion>2.0</OldToolsVersion> |
| 15 |
|
<UpgradeBackupLocation> |
| 16 |
|
</UpgradeBackupLocation> |
| 17 |
|
<PublishUrl>publish\</PublishUrl> |
| 18 |
|
<Install>true</Install> |
| 19 |
|
<InstallFrom>Disk</InstallFrom> |
| 20 |
|
<UpdateEnabled>false</UpdateEnabled> |
| 21 |
|
<UpdateMode>Foreground</UpdateMode> |
| 22 |
|
<UpdateInterval>7</UpdateInterval> |
| 23 |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 24 |
|
<UpdatePeriodically>false</UpdatePeriodically> |
| 25 |
|
<UpdateRequired>false</UpdateRequired> |
| 26 |
|
<MapFileExtensions>true</MapFileExtensions> |
| 27 |
|
<ApplicationRevision>0</ApplicationRevision> |
| 28 |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 29 |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 30 |
|
<UseApplicationTrust>false</UseApplicationTrust> |
| 31 |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 32 |
</PropertyGroup> |
</PropertyGroup> |
| 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 34 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
| 35 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
| 36 |
<Optimize>false</Optimize> |
<Optimize>false</Optimize> |
| 37 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>bin\</OutputPath> |
| 38 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 39 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
| 40 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 42 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 43 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
| 44 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
| 45 |
<OutputPath>bin\Release\</OutputPath> |
<OutputPath>bin\</OutputPath> |
| 46 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE</DefineConstants> |
| 47 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
| 48 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 49 |
</PropertyGroup> |
</PropertyGroup> |
| 50 |
<ItemGroup> |
<ItemGroup> |
| 51 |
<Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
<Reference Include="DotNetOpenId, Version=2.6.0.8316, Culture=neutral, processorArchitecture=MSIL" /> |
| 52 |
<SpecificVersion>False</SpecificVersion> |
<Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 53 |
<HintPath>libs\ExtensionLoader.dll</HintPath> |
<Reference Include="OpenMetaverse, Version=1.0.0.31868, Culture=neutral, processorArchitecture=MSIL" /> |
| 54 |
</Reference> |
<Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
|
<Reference Include="OpenMetaverse, Version=1.0.0.21779, Culture=neutral, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>libs\OpenMetaverse.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>libs\OpenMetaverseTypes.dll</HintPath> |
|
|
</Reference> |
|
| 55 |
<Reference Include="System" /> |
<Reference Include="System" /> |
| 56 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
| 57 |
|
<Reference Include="System.Web" /> |
| 58 |
<Reference Include="System.Xml" /> |
<Reference Include="System.Xml" /> |
| 59 |
</ItemGroup> |
</ItemGroup> |
| 60 |
<ItemGroup> |
<ItemGroup> |
| 61 |
<Compile Include="AssetServer.cs" /> |
<Compile Include="AssetServer.cs" /> |
| 62 |
<Compile Include="Extensions\SimpleCreateAsset.cs" /> |
<Compile Include="DoubleDictionary.cs" /> |
| 63 |
<Compile Include="Extensions\SimpleData.cs" /> |
<Compile Include="Extensions\AuthorizeAll.cs" /> |
| 64 |
<Compile Include="Extensions\SimpleMetadata.cs" /> |
<Compile Include="Extensions\BrowseInterface.cs" /> |
| 65 |
|
<Compile Include="Extensions\OpenIdAuth.cs" /> |
| 66 |
|
<Compile Include="Extensions\OpenSimInterface.cs" /> |
| 67 |
|
<Compile Include="Extensions\ReferenceInterface.cs" /> |
| 68 |
<Compile Include="Interfaces.cs" /> |
<Compile Include="Interfaces.cs" /> |
| 69 |
<Compile Include="Main.cs" /> |
<Compile Include="Main.cs" /> |
| 70 |
|
<Compile Include="Metadata.cs" /> |
| 71 |
|
<Compile Include="Utils.cs" /> |
| 72 |
|
</ItemGroup> |
| 73 |
|
<ItemGroup> |
| 74 |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 75 |
|
<Visible>False</Visible> |
| 76 |
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 77 |
|
<Install>true</Install> |
| 78 |
|
</BootstrapperPackage> |
| 79 |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 80 |
|
<Visible>False</Visible> |
| 81 |
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 82 |
|
<Install>false</Install> |
| 83 |
|
</BootstrapperPackage> |
| 84 |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 85 |
|
<Visible>False</Visible> |
| 86 |
|
<ProductName>.NET Framework 3.5</ProductName> |
| 87 |
|
<Install>false</Install> |
| 88 |
|
</BootstrapperPackage> |
| 89 |
</ItemGroup> |
</ItemGroup> |
| 90 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 91 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |