* refactor the code to make it more OOP and extensible
[reactos.git] / irc / TechBot / TechBot / TechBot.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>{106F437D-424B-4758-A69C-862D08D26F3D}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>TechBot</RootNamespace>
12 <AssemblyName>TechBot</AssemblyName>
13 <StartupObject>TechBot.TechBotService</StartupObject>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release\</OutputPath>
28 <DefineConstants>TRACE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 </PropertyGroup>
32 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
33 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
34 Other similar extension points exist, see Microsoft.Common.targets.
35 <Target Name="BeforeBuild">
36 </Target>
37 <Target Name="AfterBuild">
38 </Target>
39 -->
40 <ItemGroup>
41 <None Include="App.config" />
42 </ItemGroup>
43 <ItemGroup>
44 <Compile Include="AssemblyInfo.cs" />
45 <Compile Include="ServiceThread.cs" />
46 <Compile Include="TechBotService.cs">
47 <SubType>Component</SubType>
48 </Compile>
49 </ItemGroup>
50 <ItemGroup>
51 <Reference Include="System" />
52 <Reference Include="System.Configuration.Install" />
53 <Reference Include="System.Data" />
54 <Reference Include="System.ServiceProcess" />
55 </ItemGroup>
56 <ItemGroup>
57 <ProjectReference Include="..\TechBot.IRCLibrary\TechBot.IRCLibrary.csproj">
58 <Project>{D2A57931-DF04-4BC3-BD11-75DF4F3B0A88}</Project>
59 <Name>TechBot.IRCLibrary</Name>
60 </ProjectReference>
61 <ProjectReference Include="..\TechBot.Library\TechBot.Library.csproj">
62 <Project>{1114F34D-F388-4F38-AE27-C0EE1B10B777}</Project>
63 <Name>TechBot.Library</Name>
64 </ProjectReference>
65 </ItemGroup>
66 <ItemGroup>
67 <Folder Include="Properties\" />
68 </ItemGroup>
69 </Project>