- Enable ACPI
[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="Attributes\CommandAttribute.cs" />
43 <Compile Include="Attributes\CommandParameterAliasAttribute.cs" />
44 <Compile Include="Attributes\CommandParameterAttribute.cs" />
45 <Compile Include="Collections\CommandBuilderCollection.cs" />
46 <Compile Include="Commands\Base\XmlLookupCommand.cs" />
47 <Compile Include="Factory\CommandBuilder.cs" />
48 <Compile Include="Factory\CommandFactory.cs" />
49 <Compile Include="Commands\Base\Command.cs" />
50 <Compile Include="Commands\Base\XmlCommand.cs" />
51 <Compile Include="Commands\HelpCommand.cs" />
52 <Compile Include="MessageContext.cs" />
53 <Compile Include="NumberParser.cs" />
54 <Compile Include="Properties\AssemblyInfo.cs" />
55 <Compile Include="ServiceOutput.cs" />
56 <Compile Include="Settings.cs" />
57 <Compile Include="Settings.Designer.cs">
58 <AutoGen>True</AutoGen>
59 <DesignTimeSharedInput>True</DesignTimeSharedInput>
60 <DependentUpon>Settings.settings</DependentUpon>
61 </Compile>
62 <Compile Include="TechBotIrcService.cs" />
63 <Compile Include="TechBotService.cs" />
64 </ItemGroup>
65 <ItemGroup>
66 <Reference Include="System" />
67 <Reference Include="System.Data" />
68 <Reference Include="System.XML" />
69 </ItemGroup>
70 <ItemGroup>
71 <ProjectReference Include="..\TechBot.IRCLibrary\TechBot.IRCLibrary.csproj">
72 <Project>{D2A57931-DF04-4BC3-BD11-75DF4F3B0A88}</Project>
73 <Name>TechBot.IRCLibrary</Name>
74 </ProjectReference>
75 </ItemGroup>
76 <ItemGroup>
77 <None Include="app.config" />
78 <None Include="Settings.settings">
79 <Generator>SettingsSingleFileGenerator</Generator>
80 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
81 </None>
82 </ItemGroup>
83 </Project>