diff options
author | Jeff Ames | 2008-01-26 10:34:49 +0000 |
---|---|---|
committer | Jeff Ames | 2008-01-26 10:34:49 +0000 |
commit | 20215c3d30fb55bf232bff1b3d6652d82e00b798 (patch) | |
tree | 19fce94014cafb1a235b3874b7bde8bc92767415 /OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | |
parent | Removed ScriptServer.csproj from svn. (diff) | |
download | opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.zip opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.tar.gz opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.tar.bz2 opensim-SC_OLD-20215c3d30fb55bf232bff1b3d6652d82e00b798.tar.xz |
Rewrote svn properties handling script in python. Added more file types.
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | 186 |
1 files changed, 93 insertions, 93 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj b/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj index 7ac4290..e722fec 100644 --- a/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj +++ b/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | |||
@@ -1,94 +1,94 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 | <ProductVersion>8.0.50727</ProductVersion> | 5 | <ProductVersion>8.0.50727</ProductVersion> |
6 | <SchemaVersion>2.0</SchemaVersion> | 6 | <SchemaVersion>2.0</SchemaVersion> |
7 | <ProjectGuid>{78AEEDD5-4DA8-4E05-8D53-F3C5476A0B97}</ProjectGuid> | 7 | <ProjectGuid>{78AEEDD5-4DA8-4E05-8D53-F3C5476A0B97}</ProjectGuid> |
8 | <OutputType>WinExe</OutputType> | 8 | <OutputType>WinExe</OutputType> |
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | <RootNamespace>OpenSim.GUI</RootNamespace> | 10 | <RootNamespace>OpenSim.GUI</RootNamespace> |
11 | <AssemblyName>OpenSim.GUI</AssemblyName> | 11 | <AssemblyName>OpenSim.GUI</AssemblyName> |
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 | <DebugSymbols>true</DebugSymbols> | 14 | <DebugSymbols>true</DebugSymbols> |
15 | <DebugType>full</DebugType> | 15 | <DebugType>full</DebugType> |
16 | <Optimize>false</Optimize> | 16 | <Optimize>false</Optimize> |
17 | <OutputPath>..\..\..\bin\</OutputPath> | 17 | <OutputPath>..\..\..\bin\</OutputPath> |
18 | <DefineConstants>DEBUG;TRACE</DefineConstants> | 18 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
19 | <ErrorReport>prompt</ErrorReport> | 19 | <ErrorReport>prompt</ErrorReport> |
20 | <WarningLevel>4</WarningLevel> | 20 | <WarningLevel>4</WarningLevel> |
21 | </PropertyGroup> | 21 | </PropertyGroup> |
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
23 | <DebugType>pdbonly</DebugType> | 23 | <DebugType>pdbonly</DebugType> |
24 | <Optimize>true</Optimize> | 24 | <Optimize>true</Optimize> |
25 | <OutputPath>bin\Release\</OutputPath> | 25 | <OutputPath>bin\Release\</OutputPath> |
26 | <DefineConstants>TRACE</DefineConstants> | 26 | <DefineConstants>TRACE</DefineConstants> |
27 | <ErrorReport>prompt</ErrorReport> | 27 | <ErrorReport>prompt</ErrorReport> |
28 | <WarningLevel>4</WarningLevel> | 28 | <WarningLevel>4</WarningLevel> |
29 | </PropertyGroup> | 29 | </PropertyGroup> |
30 | <ItemGroup> | 30 | <ItemGroup> |
31 | <Reference Include="System" /> | 31 | <Reference Include="System" /> |
32 | <Reference Include="System.Data" /> | 32 | <Reference Include="System.Data" /> |
33 | <Reference Include="System.Deployment" /> | 33 | <Reference Include="System.Deployment" /> |
34 | <Reference Include="System.Drawing" /> | 34 | <Reference Include="System.Drawing" /> |
35 | <Reference Include="System.Windows.Forms" /> | 35 | <Reference Include="System.Windows.Forms" /> |
36 | <Reference Include="System.Xml" /> | 36 | <Reference Include="System.Xml" /> |
37 | </ItemGroup> | 37 | </ItemGroup> |
38 | <ItemGroup> | 38 | <ItemGroup> |
39 | <Compile Include="frmConfiguration.cs"> | 39 | <Compile Include="frmConfiguration.cs"> |
40 | <SubType>Form</SubType> | 40 | <SubType>Form</SubType> |
41 | </Compile> | 41 | </Compile> |
42 | <Compile Include="frmConfiguration.Designer.cs"> | 42 | <Compile Include="frmConfiguration.Designer.cs"> |
43 | <DependentUpon>frmConfiguration.cs</DependentUpon> | 43 | <DependentUpon>frmConfiguration.cs</DependentUpon> |
44 | </Compile> | 44 | </Compile> |
45 | <Compile Include="InputTextBoxControl.cs"> | 45 | <Compile Include="InputTextBoxControl.cs"> |
46 | <SubType>Component</SubType> | 46 | <SubType>Component</SubType> |
47 | </Compile> | 47 | </Compile> |
48 | <Compile Include="Main.cs"> | 48 | <Compile Include="Main.cs"> |
49 | <SubType>Form</SubType> | 49 | <SubType>Form</SubType> |
50 | </Compile> | 50 | </Compile> |
51 | <Compile Include="Main.Designer.cs"> | 51 | <Compile Include="Main.Designer.cs"> |
52 | <DependentUpon>Main.cs</DependentUpon> | 52 | <DependentUpon>Main.cs</DependentUpon> |
53 | </Compile> | 53 | </Compile> |
54 | <Compile Include="ProcessManager.cs"> | 54 | <Compile Include="ProcessManager.cs"> |
55 | <SubType>Component</SubType> | 55 | <SubType>Component</SubType> |
56 | </Compile> | 56 | </Compile> |
57 | <Compile Include="Program.cs" /> | 57 | <Compile Include="Program.cs" /> |
58 | <Compile Include="Properties\AssemblyInfo.cs" /> | 58 | <Compile Include="Properties\AssemblyInfo.cs" /> |
59 | <EmbeddedResource Include="frmConfiguration.resx"> | 59 | <EmbeddedResource Include="frmConfiguration.resx"> |
60 | <SubType>Designer</SubType> | 60 | <SubType>Designer</SubType> |
61 | <DependentUpon>frmConfiguration.cs</DependentUpon> | 61 | <DependentUpon>frmConfiguration.cs</DependentUpon> |
62 | </EmbeddedResource> | 62 | </EmbeddedResource> |
63 | <EmbeddedResource Include="Main.resx"> | 63 | <EmbeddedResource Include="Main.resx"> |
64 | <SubType>Designer</SubType> | 64 | <SubType>Designer</SubType> |
65 | <DependentUpon>Main.cs</DependentUpon> | 65 | <DependentUpon>Main.cs</DependentUpon> |
66 | </EmbeddedResource> | 66 | </EmbeddedResource> |
67 | <EmbeddedResource Include="Properties\Resources.resx"> | 67 | <EmbeddedResource Include="Properties\Resources.resx"> |
68 | <Generator>ResXFileCodeGenerator</Generator> | 68 | <Generator>ResXFileCodeGenerator</Generator> |
69 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> | 69 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
70 | <SubType>Designer</SubType> | 70 | <SubType>Designer</SubType> |
71 | </EmbeddedResource> | 71 | </EmbeddedResource> |
72 | <Compile Include="Properties\Resources.Designer.cs"> | 72 | <Compile Include="Properties\Resources.Designer.cs"> |
73 | <AutoGen>True</AutoGen> | 73 | <AutoGen>True</AutoGen> |
74 | <DependentUpon>Resources.resx</DependentUpon> | 74 | <DependentUpon>Resources.resx</DependentUpon> |
75 | </Compile> | 75 | </Compile> |
76 | <None Include="Properties\Settings.settings"> | 76 | <None Include="Properties\Settings.settings"> |
77 | <Generator>SettingsSingleFileGenerator</Generator> | 77 | <Generator>SettingsSingleFileGenerator</Generator> |
78 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> | 78 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
79 | </None> | 79 | </None> |
80 | <Compile Include="Properties\Settings.Designer.cs"> | 80 | <Compile Include="Properties\Settings.Designer.cs"> |
81 | <AutoGen>True</AutoGen> | 81 | <AutoGen>True</AutoGen> |
82 | <DependentUpon>Settings.settings</DependentUpon> | 82 | <DependentUpon>Settings.settings</DependentUpon> |
83 | <DesignTimeSharedInput>True</DesignTimeSharedInput> | 83 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
84 | </Compile> | 84 | </Compile> |
85 | </ItemGroup> | 85 | </ItemGroup> |
86 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 86 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
87 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | 87 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
88 | Other similar extension points exist, see Microsoft.Common.targets. | 88 | Other similar extension points exist, see Microsoft.Common.targets. |
89 | <Target Name="BeforeBuild"> | 89 | <Target Name="BeforeBuild"> |
90 | </Target> | 90 | </Target> |
91 | <Target Name="AfterBuild"> | 91 | <Target Name="AfterBuild"> |
92 | </Target> | 92 | </Target> |
93 | --> | 93 | --> |
94 | </Project> \ No newline at end of file | 94 | </Project> \ No newline at end of file |