Annotation of /trunk/AssetServer.csproj
Parent Directory
|
Revision Log
Revision 3 - (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 : | <OutputPath>bin\Debug\</OutputPath> | ||
| 18 : | <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 : | <OutputPath>bin\Release\</OutputPath> | ||
| 26 : | <DefineConstants>TRACE</DefineConstants> | ||
| 27 : | <ErrorReport>prompt</ErrorReport> | ||
| 28 : | <WarningLevel>4</WarningLevel> | ||
| 29 : | </PropertyGroup> | ||
| 30 : | <ItemGroup> | ||
| 31 : | <Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
| 32 : | <SpecificVersion>False</SpecificVersion> | ||
| 33 : | <HintPath>libs\ExtensionLoader.dll</HintPath> | ||
| 34 : | </Reference> | ||
| 35 : | <Reference Include="OpenMetaverse, Version=1.0.0.21779, Culture=neutral, processorArchitecture=MSIL"> | ||
| 36 : | <SpecificVersion>False</SpecificVersion> | ||
| 37 : | <HintPath>libs\OpenMetaverse.dll</HintPath> | ||
| 38 : | </Reference> | ||
| 39 : | <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
| 40 : | <SpecificVersion>False</SpecificVersion> | ||
| 41 : | <HintPath>libs\OpenMetaverseTypes.dll</HintPath> | ||
| 42 : | </Reference> | ||
| 43 : | <Reference Include="System" /> | ||
| 44 : | <Reference Include="System.Data" /> | ||
| 45 : | <Reference Include="System.Xml" /> | ||
| 46 : | </ItemGroup> | ||
| 47 : | <ItemGroup> | ||
| 48 : | <Compile Include="AssetServer.cs" /> | ||
| 49 : | jhurliman | 3 | <Compile Include="Interfaces.cs" /> |
| 50 : | jhurliman | 2 | <Compile Include="Main.cs" /> |
| 51 : | </ItemGroup> | ||
| 52 : | <ItemGroup> | ||
| 53 : | <Folder Include="Extensions\" /> | ||
| 54 : | </ItemGroup> | ||
| 55 : | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
| 56 : | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
| 57 : | Other similar extension points exist, see Microsoft.Common.targets. | ||
| 58 : | <Target Name="BeforeBuild"> | ||
| 59 : | </Target> | ||
| 60 : | <Target Name="AfterBuild"> | ||
| 61 : | </Target> | ||
| 62 : | --> | ||
| 63 : | </Project> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

