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