897088404d96872c625bbb8fa8b0e62d757a087a
[reactos.git] / irc / TechBot / TechBot.Library / TechBot.Library.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{1114F34D-F388-4F38-AE27-C0EE1B10B777}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>TechBot.Library</RootNamespace>
12 <AssemblyName>TechBot.Library</AssemblyName>
13 <StartupObject>
14 </StartupObject>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
34 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
35 Other similar extension points exist, see Microsoft.Common.targets.
36 <Target Name="BeforeBuild">
37 </Target>
38 <Target Name="AfterBuild">
39 </Target>
40 -->
41 <ItemGroup>
42 <Compile Include="ApiCommand.cs" />
43 <Compile Include="BugCommand.cs" />
44 <Compile Include="Commands\Base\XmlCommand.cs" />
45 <Compile Include="SambaBugUrl.cs" />
46 <Compile Include="WineBugUrl.cs" />
47 <Compile Include="ErrorCommand.cs" />
48 <Compile Include="HelpCommand.cs" />
49 <Compile Include="HresultCommand.cs" />
50 <Compile Include="ICommand.cs" />
51 <Compile Include="IrcService.cs" />
52 <Compile Include="MessageContext.cs" />
53 <Compile Include="NtStatusCommand.cs" />
54 <Compile Include="NumberParser.cs" />
55 <Compile Include="Properties\AssemblyInfo.cs" />
56 <Compile Include="ReactOSBugUrl.cs" />
57 <Compile Include="ServiceOutput.cs" />
58 <Compile Include="Settings.cs" />
59 <Compile Include="Settings.Designer.cs">
60 <AutoGen>True</AutoGen>
61 <DesignTimeSharedInput>True</DesignTimeSharedInput>
62 <DependentUpon>Settings.settings</DependentUpon>
63 </Compile>
64 <Compile Include="SvnCommand.cs" />
65 <Compile Include="TechBotService.cs" />
66 <Compile Include="WinerrorCommand.cs" />
67 <Compile Include="WmCommand.cs" />
68 </ItemGroup>
69 <ItemGroup>
70 <Reference Include="System" />
71 <Reference Include="System.Data" />
72 <Reference Include="System.XML" />
73 </ItemGroup>
74 <ItemGroup>
75 <ProjectReference Include="..\CHMLibrary\CHMLibrary.csproj">
76 <Project>{72E5CCA1-6318-4D62-964D-CB23A5C743B5}</Project>
77 <Name>CHMLibrary</Name>
78 </ProjectReference>
79 <ProjectReference Include="..\TechBot.IRCLibrary\TechBot.IRCLibrary.csproj">
80 <Project>{D2A57931-DF04-4BC3-BD11-75DF4F3B0A88}</Project>
81 <Name>TechBot.IRCLibrary</Name>
82 </ProjectReference>
83 </ItemGroup>
84 <ItemGroup>
85 <None Include="app.config" />
86 <None Include="Settings.settings">
87 <Generator>SettingsSingleFileGenerator</Generator>
88 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
89 </None>
90 </ItemGroup>
91 </Project>