diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj b/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj new file mode 100644 index 0000000..5228b2b --- /dev/null +++ b/OpenSim/Tools/OpenSim.GUI/OpenSim.GUI.csproj | |||
@@ -0,0 +1,84 @@ | |||
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>{78AEEDD5-4DA8-4E05-8D53-F3C5476A0B97}</ProjectGuid> | ||
8 | <OutputType>WinExe</OutputType> | ||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
10 | <RootNamespace>OpenSim.GUI</RootNamespace> | ||
11 | <AssemblyName>OpenSim.GUI</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\</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="System" /> | ||
32 | <Reference Include="System.Data" /> | ||
33 | <Reference Include="System.Deployment" /> | ||
34 | <Reference Include="System.Drawing" /> | ||
35 | <Reference Include="System.Windows.Forms" /> | ||
36 | <Reference Include="System.Xml" /> | ||
37 | </ItemGroup> | ||
38 | <ItemGroup> | ||
39 | <Compile Include="InputTextBoxControl.cs"> | ||
40 | <SubType>Component</SubType> | ||
41 | </Compile> | ||
42 | <Compile Include="Main.cs"> | ||
43 | <SubType>Form</SubType> | ||
44 | </Compile> | ||
45 | <Compile Include="Main.Designer.cs"> | ||
46 | <DependentUpon>Main.cs</DependentUpon> | ||
47 | </Compile> | ||
48 | <Compile Include="ProcessManager.cs"> | ||
49 | <SubType>Component</SubType> | ||
50 | </Compile> | ||
51 | <Compile Include="Program.cs" /> | ||
52 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
53 | <EmbeddedResource Include="Main.resx"> | ||
54 | <SubType>Designer</SubType> | ||
55 | <DependentUpon>Main.cs</DependentUpon> | ||
56 | </EmbeddedResource> | ||
57 | <EmbeddedResource Include="Properties\Resources.resx"> | ||
58 | <Generator>ResXFileCodeGenerator</Generator> | ||
59 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
60 | <SubType>Designer</SubType> | ||
61 | </EmbeddedResource> | ||
62 | <Compile Include="Properties\Resources.Designer.cs"> | ||
63 | <AutoGen>True</AutoGen> | ||
64 | <DependentUpon>Resources.resx</DependentUpon> | ||
65 | </Compile> | ||
66 | <None Include="Properties\Settings.settings"> | ||
67 | <Generator>SettingsSingleFileGenerator</Generator> | ||
68 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
69 | </None> | ||
70 | <Compile Include="Properties\Settings.Designer.cs"> | ||
71 | <AutoGen>True</AutoGen> | ||
72 | <DependentUpon>Settings.settings</DependentUpon> | ||
73 | <DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
74 | </Compile> | ||
75 | </ItemGroup> | ||
76 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
77 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
78 | Other similar extension points exist, see Microsoft.Common.targets. | ||
79 | <Target Name="BeforeBuild"> | ||
80 | </Target> | ||
81 | <Target Name="AfterBuild"> | ||
82 | </Target> | ||
83 | --> | ||
84 | </Project> \ No newline at end of file | ||