diff options
author | Adam Frisby | 2007-07-08 02:58:01 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-08 02:58:01 +0000 |
commit | 10ece46cf681f389b9ecce5e89b94d749a44e9c1 (patch) | |
tree | 82a545774d62ba188db435b1b1f4123d7242bc2f /OpenSim/Grid/GridServer | |
parent | *Reverting lbsa71's commit as requred (diff) | |
download | opensim-SC_OLD-10ece46cf681f389b9ecce5e89b94d749a44e9c1.zip opensim-SC_OLD-10ece46cf681f389b9ecce5e89b94d749a44e9c1.tar.gz opensim-SC_OLD-10ece46cf681f389b9ecce5e89b94d749a44e9c1.tar.bz2 opensim-SC_OLD-10ece46cf681f389b9ecce5e89b94d749a44e9c1.tar.xz |
* Updating prebuild
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj | 4 | ||||
-rw-r--r-- | OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj index 7fbb581..424072e 100644 --- a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj +++ b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj | |||
@@ -114,10 +114,10 @@ | |||
114 | </ProjectReference> | 114 | </ProjectReference> |
115 | </ItemGroup> | 115 | </ItemGroup> |
116 | <ItemGroup> | 116 | <ItemGroup> |
117 | <Compile Include="Main.cs"> | 117 | <Compile Include="GridManager.cs"> |
118 | <SubType>Code</SubType> | 118 | <SubType>Code</SubType> |
119 | </Compile> | 119 | </Compile> |
120 | <Compile Include="GridManager.cs"> | 120 | <Compile Include="Main.cs"> |
121 | <SubType>Code</SubType> | 121 | <SubType>Code</SubType> |
122 | </Compile> | 122 | </Compile> |
123 | <Compile Include="Properties\AssemblyInfo.cs"> | 123 | <Compile Include="Properties\AssemblyInfo.cs"> |
diff --git a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build index 45cf353..4cadf1d 100644 --- a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build +++ b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build | |||
@@ -11,8 +11,8 @@ | |||
11 | <resources prefix="OpenSim.Grid.GridServer" dynamicprefix="true" > | 11 | <resources prefix="OpenSim.Grid.GridServer" dynamicprefix="true" > |
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="Main.cs" /> | ||
15 | <include name="GridManager.cs" /> | 14 | <include name="GridManager.cs" /> |
15 | <include name="Main.cs" /> | ||
16 | <include name="Properties/AssemblyInfo.cs" /> | 16 | <include name="Properties/AssemblyInfo.cs" /> |
17 | </sources> | 17 | </sources> |
18 | <references basedir="${project::get-base-directory()}"> | 18 | <references basedir="${project::get-base-directory()}"> |