Annotation of /trunk/AssetServer.csproj
Parent Directory
|
Revision Log
Revision 12 - (view) (download)
| 1 : | jhurliman | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 : | <PropertyGroup> | ||
| 3 : | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
| 4 : | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
| 5 : | <ProductVersion>8.0.50727</ProductVersion> | ||
| 6 : | <SchemaVersion>2.0</SchemaVersion> | ||
| 7 : | <ProjectGuid>{7EE161A6-3D3E-40D1-8CB1-25D2BF107296}</ProjectGuid> | ||
| 8 : | <OutputType>Exe</OutputType> | ||
| 9 : | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
| 10 : | <RootNamespace>AssetServer</RootNamespace> | ||
| 11 : | <AssemblyName>AssetServer</AssemblyName> | ||
| 12 : | </PropertyGroup> | ||
| 13 : | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
| 14 : | <DebugSymbols>true</DebugSymbols> | ||
| 15 : | <DebugType>full</DebugType> | ||
| 16 : | <Optimize>false</Optimize> | ||
| 17 : | jhurliman | 5 | <OutputPath>bin\</OutputPath> |
| 18 : | jhurliman | 2 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 19 : | <ErrorReport>prompt</ErrorReport> | ||
| 20 : | <WarningLevel>4</WarningLevel> | ||
| 21 : | </PropertyGroup> | ||
| 22 : | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
| 23 : | <DebugType>pdbonly</DebugType> | ||
| 24 : | <Optimize>true</Optimize> | ||
| 25 : | jhurliman | 5 | <OutputPath>bin\</OutputPath> |
| 26 : | jhurliman | 2 | <DefineConstants>TRACE</DefineConstants> |
| 27 : | <ErrorReport>prompt</ErrorReport> | ||
| 28 : | <WarningLevel>4</WarningLevel> | ||
| 29 : | </PropertyGroup> | ||
| 30 : | <ItemGroup> | ||
| 31 : | jhurliman | 5 | <Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 32 : | jhurliman | 12 | <Reference Include="OpenMetaverse, Version=1.0.0.28870, Culture=neutral, processorArchitecture=MSIL" /> |
| 33 : | jhurliman | 5 | <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 34 : | jhurliman | 2 | <Reference Include="System" /> |
| 35 : | <Reference Include="System.Data" /> | ||
| 36 : | <Reference Include="System.Xml" /> | ||
| 37 : | </ItemGroup> | ||
| 38 : | <ItemGroup> | ||
| 39 : | <Compile Include="AssetServer.cs" /> | ||
| 40 : | jhurliman | 12 | <Compile Include="Extensions\OpenSimInterface.cs" /> |
| 41 : | <Compile Include="Extensions\ReferenceInterface.cs" /> | ||
| 42 : | jhurliman | 3 | <Compile Include="Interfaces.cs" /> |
| 43 : | jhurliman | 2 | <Compile Include="Main.cs" /> |
| 44 : | jhurliman | 11 | <Compile Include="Utils.cs" /> |
| 45 : | jhurliman | 2 | </ItemGroup> |
| 46 : | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
| 47 : | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
| 48 : | Other similar extension points exist, see Microsoft.Common.targets. | ||
| 49 : | <Target Name="BeforeBuild"> | ||
| 50 : | </Target> | ||
| 51 : | <Target Name="AfterBuild"> | ||
| 52 : | </Target> | ||
| 53 : | --> | ||
| 54 : | </Project> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

