merge trunk head (37902)
[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 <Compile Include="Settings.Designer.cs">
44 <AutoGen>True</AutoGen>
45 <DesignTimeSharedInput>True</DesignTimeSharedInput>
46 <DependentUpon>Settings.settings</DependentUpon>
47 </Compile>
48 </ItemGroup>
49 <ItemGroup>
50 <Reference Include="System" />
51 </ItemGroup>
52 <ItemGroup>
53 <ProjectReference Include="..\TechBot.Commands.Common\TechBot.Commands.Common.csproj">
54 <Project>{041B5F06-BF97-4981-B024-3A7B6DD9F6AE}</Project>
55 <Name>TechBot.Commands.Common</Name>
56 </ProjectReference>
57 <ProjectReference Include="..\TechBot.Commands.RBuild\TechBot.Commands.RBuild.csproj">
58 <Project>{D676FEDE-62DD-4B4D-94C6-308598E827F9}</Project>
59 <Name>TechBot.Commands.RBuild</Name>
60 </ProjectReference>
61 <ProjectReference Include="..\TechBot.IRCLibrary\TechBot.IRCLibrary.csproj">
62 <Project>{D2A57931-DF04-4BC3-BD11-75DF4F3B0A88}</Project>
63 <Name>TechBot.IRCLibrary</Name>
64 </ProjectReference>
65 <ProjectReference Include="..\TechBot.Library\TechBot.Library.csproj">
66 <Project>{1114F34D-F388-4F38-AE27-C0EE1B10B777}</Project>
67 <Name>TechBot.Library</Name>
68 </ProjectReference>
69 </ItemGroup>
70 <ItemGroup>
71 <None Include="app.config" />
72 <None Include="Settings.settings">
73 <Generator>SettingsSingleFileGenerator</Generator>
74 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
75 </None>
76 </ItemGroup>
77 <ItemGroup>
78 <Folder Include="Properties\" />
79 </ItemGroup>
80 </Project>