diff options
Diffstat (limited to 'OpenGridServices.InventoryServer/OpenGridServices.InventoryServer.csproj')
-rw-r--r-- | OpenGridServices.InventoryServer/OpenGridServices.InventoryServer.csproj | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/OpenGridServices.InventoryServer/OpenGridServices.InventoryServer.csproj b/OpenGridServices.InventoryServer/OpenGridServices.InventoryServer.csproj deleted file mode 100644 index 4cfab2f..0000000 --- a/OpenGridServices.InventoryServer/OpenGridServices.InventoryServer.csproj +++ /dev/null | |||
@@ -1,78 +0,0 @@ | |||
1 | <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>{596B9D58-F27D-430B-99D2-4C1B95F74A76}</ProjectGuid> | ||
8 | <OutputType>Exe</OutputType> | ||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
10 | <RootNamespace>OpenGridServices.InventoryServer</RootNamespace> | ||
11 | <AssemblyName>OpenGridServices.InventoryServer</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="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
32 | <SpecificVersion>False</SpecificVersion> | ||
33 | <HintPath>..\bin\libsecondlife.dll</HintPath> | ||
34 | </Reference> | ||
35 | <Reference Include="OpenSim.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
36 | <SpecificVersion>False</SpecificVersion> | ||
37 | <HintPath>..\bin\OpenSim.Framework.dll</HintPath> | ||
38 | </Reference> | ||
39 | <Reference Include="OpenSim.Framework.Console, Version=1.0.2706.24499, Culture=neutral, processorArchitecture=MSIL"> | ||
40 | <SpecificVersion>False</SpecificVersion> | ||
41 | <HintPath>..\bin\OpenSim.Framework.Console.dll</HintPath> | ||
42 | </Reference> | ||
43 | <Reference Include="OpenSim.Servers, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
44 | <SpecificVersion>False</SpecificVersion> | ||
45 | <HintPath>..\bin\OpenSim.Servers.dll</HintPath> | ||
46 | </Reference> | ||
47 | <Reference Include="System" /> | ||
48 | <Reference Include="System.Data" /> | ||
49 | <Reference Include="System.Xml" /> | ||
50 | <Reference Include="XMLRPC, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
51 | <SpecificVersion>False</SpecificVersion> | ||
52 | <HintPath>..\bin\XMLRPC.dll</HintPath> | ||
53 | </Reference> | ||
54 | </ItemGroup> | ||
55 | <ItemGroup> | ||
56 | <Compile Include="InventoryManager.cs" /> | ||
57 | <Compile Include="Main.cs" /> | ||
58 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
59 | </ItemGroup> | ||
60 | <ItemGroup> | ||
61 | <ProjectReference Include="..\OpenGridServices\OpenGrid.Framework.Data\OpenGrid.Framework.Data.csproj"> | ||
62 | <Project>{62CDF671-0000-0000-0000-000000000000}</Project> | ||
63 | <Name>OpenGrid.Framework.Data</Name> | ||
64 | </ProjectReference> | ||
65 | <ProjectReference Include="..\OpenGridServices\OpenGrid.Framework.Manager\OpenGrid.Framework.Manager.csproj"> | ||
66 | <Project>{7924FD35-0000-0000-0000-000000000000}</Project> | ||
67 | <Name>OpenGrid.Framework.Manager</Name> | ||
68 | </ProjectReference> | ||
69 | </ItemGroup> | ||
70 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
71 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
72 | Other similar extension points exist, see Microsoft.Common.targets. | ||
73 | <Target Name="BeforeBuild"> | ||
74 | </Target> | ||
75 | <Target Name="AfterBuild"> | ||
76 | </Target> | ||
77 | --> | ||
78 | </Project> \ No newline at end of file | ||