<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{1114F34D-F388-4F38-AE27-C0EE1B10B777}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>TechBot.Library</RootNamespace> <AssemblyName>TechBot.Library</AssemblyName> <StartupObject> </StartupObject> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> <ItemGroup> <Compile Include="Attributes\CommandAttribute.cs" /> <Compile Include="Attributes\CommandParameterAliasAttribute.cs" /> <Compile Include="Attributes\CommandParameterAttribute.cs" /> <Compile Include="Collections\CommandBuilderCollection.cs" /> <Compile Include="Commands\Base\XmlLookupCommand.cs" /> <Compile Include="Factory\CommandBuilder.cs" /> <Compile Include="Factory\CommandFactory.cs" /> <Compile Include="Commands\Base\Command.cs" /> <Compile Include="Commands\Base\XmlCommand.cs" /> <Compile Include="Commands\HelpCommand.cs" /> <Compile Include="MessageContext.cs" /> <Compile Include="NumberParser.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="ServiceOutput.cs" /> <Compile Include="Settings.cs" /> <Compile Include="Settings.Designer.cs"> <AutoGen>True</AutoGen> <DesignTimeSharedInput>True</DesignTimeSharedInput> <DependentUpon>Settings.settings</DependentUpon> </Compile> <Compile Include="TechBotIrcService.cs" /> <Compile Include="TechBotService.cs" /> </ItemGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.XML" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TechBot.IRCLibrary\TechBot.IRCLibrary.csproj"> <Project>{D2A57931-DF04-4BC3-BD11-75DF4F3B0A88}</Project> <Name>TechBot.IRCLibrary</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="app.config" /> <None Include="Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> </ItemGroup> </Project>