View of /trunk/AssetServer.csproj
Parent Directory
|
Revision Log
Revision 17 -
(download)
(annotate)
Mon Nov 3 19:21:57 2008 UTC (4 years, 6 months ago) by jhurliman
File size: 2505 byte(s)
Mon Nov 3 19:21:57 2008 UTC (4 years, 6 months ago) by jhurliman
File size: 2505 byte(s)
* Adding sanity check when loading config file * Added an asset upload interface where the UUID is specified * Added asset upload support for ReferenceInterface and OpenSimInterface (untested) * Removing dead code * Cleanup
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{7EE161A6-3D3E-40D1-8CB1-25D2BF107296}</ProjectGuid> <OutputType>Exe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>AssetServer</RootNamespace> <AssemblyName>AssetServer</AssemblyName> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> <Reference Include="OpenMetaverse, Version=1.0.0.18039, Culture=neutral, processorArchitecture=MSIL" /> <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="AssetServer.cs" /> <Compile Include="Extensions\BrowseInterface.cs" /> <Compile Include="Extensions\OpenSimInterface.cs" /> <Compile Include="Extensions\ReferenceInterface.cs" /> <Compile Include="Interfaces.cs" /> <Compile Include="Main.cs" /> <Compile Include="Utils.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

