git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@360 52acb1d6-8a22-11de-b505-999d5b087335
131 lines
5.2 KiB
XML
131 lines
5.2 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{A6D955CD-1F55-459F-A7AD-01E591404989}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SLChat</RootNamespace>
|
|
<AssemblyName>SLChat</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="libsecondlife">
|
|
<HintPath>D:\Oz's Files\Second Life Stuff\libsecondlife\libsecondlife-cs\bin\Debug\libsecondlife.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="GUI\About.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GUI\About.Designer.cs">
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\ChatTextManager.cs" />
|
|
<Compile Include="GUI\IMTabWindow.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="GUI\IMTabWindow.Designer.cs">
|
|
<DependentUpon>IMTabWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\IMTextManager.cs" />
|
|
<Compile Include="GUI\InstantMessages.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GUI\InstantMessages.Designer.cs">
|
|
<DependentUpon>InstantMessages.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\ITextPrinter.cs" />
|
|
<Compile Include="GUI\Login.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GUI\Login.Designer.cs">
|
|
<DependentUpon>Login.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GUI\MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="GUI\MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Core\RichTextBoxPrinter.cs" />
|
|
<Compile Include="SLNetCom\SLLoginOptions.cs" />
|
|
<Compile Include="SLNetCom\SLNetCom.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="GUI\About.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GUI\IMTabWindow.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>IMTabWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GUI\InstantMessages.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>InstantMessages.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GUI\Login.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>Login.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="GUI\MainForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Include="SLNetCom\SLNetComEnums.cs" />
|
|
<Compile Include="SLNetCom\SLNetComEvents.cs" />
|
|
<Compile Include="GUI\Preferences.Designer.cs">
|
|
<DependentUpon>Preferences.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="GUI\Preferences.cs" />
|
|
<EmbeddedResource Include="GUI\Preferences.resx">
|
|
<DependentUpon>Preferences.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Compile Include="Core\PrefsManager.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |