diff options
author | Tedd Hansen | 2007-09-12 13:27:04 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-09-12 13:27:04 +0000 |
commit | a5aedc089671fa326285c590a7bdd6414d2ec5f3 (patch) | |
tree | 55e78716eec7e35c094d89646b0288ec58a9120c /OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | |
parent | GUI also contains option for Stand Alone mode. (diff) | |
download | opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.zip opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.gz opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.bz2 opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.xz |
GUI: Added placeholders + info on what to be done
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj b/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj index 5228b2b..7ac4290 100644 --- a/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj +++ b/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | |||
@@ -36,6 +36,12 @@ | |||
36 | <Reference Include="System.Xml" /> | 36 | <Reference Include="System.Xml" /> |
37 | </ItemGroup> | 37 | </ItemGroup> |
38 | <ItemGroup> | 38 | <ItemGroup> |
39 | <Compile Include="frmConfiguration.cs"> | ||
40 | <SubType>Form</SubType> | ||
41 | </Compile> | ||
42 | <Compile Include="frmConfiguration.Designer.cs"> | ||
43 | <DependentUpon>frmConfiguration.cs</DependentUpon> | ||
44 | </Compile> | ||
39 | <Compile Include="InputTextBoxControl.cs"> | 45 | <Compile Include="InputTextBoxControl.cs"> |
40 | <SubType>Component</SubType> | 46 | <SubType>Component</SubType> |
41 | </Compile> | 47 | </Compile> |
@@ -50,6 +56,10 @@ | |||
50 | </Compile> | 56 | </Compile> |
51 | <Compile Include="Program.cs" /> | 57 | <Compile Include="Program.cs" /> |
52 | <Compile Include="Properties\AssemblyInfo.cs" /> | 58 | <Compile Include="Properties\AssemblyInfo.cs" /> |
59 | <EmbeddedResource Include="frmConfiguration.resx"> | ||
60 | <SubType>Designer</SubType> | ||
61 | <DependentUpon>frmConfiguration.cs</DependentUpon> | ||
62 | </EmbeddedResource> | ||
53 | <EmbeddedResource Include="Main.resx"> | 63 | <EmbeddedResource Include="Main.resx"> |
54 | <SubType>Designer</SubType> | 64 | <SubType>Designer</SubType> |
55 | <DependentUpon>Main.cs</DependentUpon> | 65 | <DependentUpon>Main.cs</DependentUpon> |