diff options
author | lbsa71 | 2007-03-23 13:57:34 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-23 13:57:34 +0000 |
commit | 96a6da15f677d1364ab25ebaaae78329db25d7a3 (patch) | |
tree | 053fb2b31749ef4f05c7d542a38723b3bae90d18 /OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj | |
parent | Added LoadAnims() (diff) | |
download | opensim-SC_OLD-96a6da15f677d1364ab25ebaaae78329db25d7a3.zip opensim-SC_OLD-96a6da15f677d1364ab25ebaaae78329db25d7a3.tar.gz opensim-SC_OLD-96a6da15f677d1364ab25ebaaae78329db25d7a3.tar.bz2 opensim-SC_OLD-96a6da15f677d1364ab25ebaaae78329db25d7a3.tar.xz |
* Hopefully got vs2005 target to gen refs correctly
Diffstat (limited to 'OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj')
-rw-r--r-- | OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj b/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj index 37d1d12..819fb8d 100644 --- a/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj +++ b/OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.csproj | |||
@@ -3,7 +3,7 @@ | |||
3 | <ProjectType>Local</ProjectType> | 3 | <ProjectType>Local</ProjectType> |
4 | <ProductVersion>8.0.50727</ProductVersion> | 4 | <ProductVersion>8.0.50727</ProductVersion> |
5 | <SchemaVersion>2.0</SchemaVersion> | 5 | <SchemaVersion>2.0</SchemaVersion> |
6 | <ProjectGuid>{2AF1E37E-064D-4590-8D7E-B6390F721BAE}</ProjectGuid> | 6 | <ProjectGuid>{8A213DE7-B78F-4631-B232-D36B1B0BAE34}</ProjectGuid> |
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | <ApplicationIcon></ApplicationIcon> | 9 | <ApplicationIcon></ApplicationIcon> |
@@ -59,25 +59,30 @@ | |||
59 | </PropertyGroup> | 59 | </PropertyGroup> |
60 | <ItemGroup> | 60 | <ItemGroup> |
61 | <Reference Include="System" > | 61 | <Reference Include="System" > |
62 | <HintPath>\System.dll</HintPath> | 62 | <HintPath>System.dll</HintPath> |
63 | <Private>False</Private> | ||
63 | </Reference> | 64 | </Reference> |
64 | <Reference Include="System.Xml.dll" > | 65 | <Reference Include="System.Xml" > |
65 | <HintPath>\System.Xml.dll.dll</HintPath> | 66 | <HintPath>System.Xml.dll</HintPath> |
67 | <Private>False</Private> | ||
66 | </Reference> | 68 | </Reference> |
67 | <Reference Include="libsecondlife.dll" > | 69 | <Reference Include="libsecondlife.dll" > |
68 | <HintPath>\libsecondlife.dll.dll</HintPath> | 70 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> |
71 | <Private>False</Private> | ||
69 | </Reference> | 72 | </Reference> |
70 | </ItemGroup> | 73 | </ItemGroup> |
71 | <ItemGroup> | 74 | <ItemGroup> |
72 | <ProjectReference Include="..\..\OpenSim.Framework\OpenSim.Framework.csproj"> | 75 | <ProjectReference Include="..\..\OpenSim.Framework\OpenSim.Framework.csproj"> |
73 | <Name>OpenSim.Framework</Name> | 76 | <Name>OpenSim.Framework</Name> |
74 | <Project>{1D2865A9-CF8E-45F7-B96D-91ED128A32CF}</Project> | 77 | <Project>{08C84711-1498-461D-8081-02FDD06BBC4D}</Project> |
75 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 78 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
79 | <Private>False</Private> | ||
76 | </ProjectReference> | 80 | </ProjectReference> |
77 | <ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> | 81 | <ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> |
78 | <Name>OpenSim.Framework.Console</Name> | 82 | <Name>OpenSim.Framework.Console</Name> |
79 | <Project>{C8405E1A-EC19-48B6-9C8C-CA03624B9916}</Project> | 83 | <Project>{FCDE59EA-602A-4705-BBC1-A228522669E4}</Project> |
80 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 84 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
85 | <Private>False</Private> | ||
81 | </ProjectReference> | 86 | </ProjectReference> |
82 | </ItemGroup> | 87 | </ItemGroup> |
83 | <ItemGroup> | 88 | <ItemGroup> |