Annotation of /trunk/AssetServer.csproj
Parent Directory
|
Revision Log
Revision 25 - (view) (download)
| 1 : | jhurliman | 19 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 : | jhurliman | 2 | <PropertyGroup> |
| 3 : | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
| 4 : | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
| 5 : | jhurliman | 20 | <ProductVersion>9.0.21022</ProductVersion> |
| 6 : | jhurliman | 2 | <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 : | jhurliman | 19 | <FileUpgradeFlags> |
| 13 : | </FileUpgradeFlags> | ||
| 14 : | <OldToolsVersion>2.0</OldToolsVersion> | ||
| 15 : | <UpgradeBackupLocation> | ||
| 16 : | </UpgradeBackupLocation> | ||
| 17 : | jhurliman | 20 | <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 : | jhurliman | 2 | </PropertyGroup> |
| 33 : | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
| 34 : | <DebugSymbols>true</DebugSymbols> | ||
| 35 : | <DebugType>full</DebugType> | ||
| 36 : | <Optimize>false</Optimize> | ||
| 37 : | jhurliman | 5 | <OutputPath>bin\</OutputPath> |
| 38 : | jhurliman | 2 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 39 : | <ErrorReport>prompt</ErrorReport> | ||
| 40 : | <WarningLevel>4</WarningLevel> | ||
| 41 : | </PropertyGroup> | ||
| 42 : | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
| 43 : | <DebugType>pdbonly</DebugType> | ||
| 44 : | <Optimize>true</Optimize> | ||
| 45 : | jhurliman | 5 | <OutputPath>bin\</OutputPath> |
| 46 : | jhurliman | 2 | <DefineConstants>TRACE</DefineConstants> |
| 47 : | <ErrorReport>prompt</ErrorReport> | ||
| 48 : | <WarningLevel>4</WarningLevel> | ||
| 49 : | </PropertyGroup> | ||
| 50 : | <ItemGroup> | ||
| 51 : | jhurliman | 24 | <Reference Include="DotNetOpenId, Version=2.6.0.8316, Culture=neutral, processorArchitecture=MSIL" /> |
| 52 : | jhurliman | 5 | <Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 53 : | jhurliman | 23 | <Reference Include="OpenMetaverse, Version=1.0.0.31868, Culture=neutral, processorArchitecture=MSIL" /> |
| 54 : | jhurliman | 5 | <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 55 : | jhurliman | 2 | <Reference Include="System" /> |
| 56 : | <Reference Include="System.Data" /> | ||
| 57 : | jhurliman | 24 | <Reference Include="System.Web" /> |
| 58 : | jhurliman | 2 | <Reference Include="System.Xml" /> |
| 59 : | </ItemGroup> | ||
| 60 : | <ItemGroup> | ||
| 61 : | <Compile Include="AssetServer.cs" /> | ||
| 62 : | jhurliman | 24 | <Compile Include="DoubleDictionary.cs" /> |
| 63 : | <Compile Include="Extensions\AuthorizeAll.cs" /> | ||
| 64 : | jhurliman | 17 | <Compile Include="Extensions\BrowseInterface.cs" /> |
| 65 : | jhurliman | 24 | <Compile Include="Extensions\OpenIdAuth.cs" /> |
| 66 : | jhurliman | 12 | <Compile Include="Extensions\OpenSimInterface.cs" /> |
| 67 : | <Compile Include="Extensions\ReferenceInterface.cs" /> | ||
| 68 : | jhurliman | 3 | <Compile Include="Interfaces.cs" /> |
| 69 : | jhurliman | 2 | <Compile Include="Main.cs" /> |
| 70 : | jhurliman | 25 | <Compile Include="Metadata.cs" /> |
| 71 : | jhurliman | 11 | <Compile Include="Utils.cs" /> |
| 72 : | jhurliman | 2 | </ItemGroup> |
| 73 : | jhurliman | 20 | <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> | ||
| 90 : | jhurliman | 2 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 91 : | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
| 92 : | Other similar extension points exist, see Microsoft.Common.targets. | ||
| 93 : | <Target Name="BeforeBuild"> | ||
| 94 : | </Target> | ||
| 95 : | <Target Name="AfterBuild"> | ||
| 96 : | </Target> | ||
| 97 : | --> | ||
| 98 : | </Project> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

