123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <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>{D45B6E48-5668-478D-B9CB-6D46E665FACF}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>OGS_UserServer</RootNamespace>
- <AssemblyName>OGS-UserServer</AssemblyName>
- <StartupObject>OpenGridServices.OpenUser_Main</StartupObject>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</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\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\common\bin\libsecondlife.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\common\src\OGS-Console.cs">
- <Link>OGS-Console.cs</Link>
- </Compile>
- <Compile Include="..\..\common\VersionInfo\VersionInfo.cs">
- <Link>VersionInfo.cs</Link>
- </Compile>
- <Compile Include="ConsoleCmds.cs" />
- <Compile Include="Main.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="UserHttp.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\OpenSim.FrameWork\OpenSim.Framework.csproj">
- <Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
- <Name>OpenSim.Framework</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\ServerConsole\ServerConsole.csproj">
- <Project>{7667E6E2-F227-41A2-B1B2-315613E1BAFC}</Project>
- <Name>ServerConsole</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- </Project>
|