Jeffrey Morlan (mrnobo1024 at yahoo.com) - Fix ModifyWorldTransform multiplies. See...
[reactos.git] / irc / TechBot / TechBot.Commands.Common / TechBot.Commands.Common.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{041B5F06-BF97-4981-B024-3A7B6DD9F6AE}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>TechBot.Commands.Common</RootNamespace>
11 <AssemblyName>TechBot.Commands.Common</AssemblyName>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\Debug\</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <ItemGroup>
31 <Reference Include="System" />
32 <Reference Include="System.Data" />
33 <Reference Include="System.Xml" />
34 </ItemGroup>
35 <ItemGroup>
36 <Compile Include="Base\BugCommand.cs" />
37 <Compile Include="HResultCommand.cs" />
38 <Compile Include="NtStatusCommand.cs" />
39 <Compile Include="Properties\AssemblyInfo.cs" />
40 <Compile Include="ReactOSBugUrl.cs" />
41 <Compile Include="SambaBugUrl.cs" />
42 <Compile Include="Settings.cs" />
43 <Compile Include="Settings.Designer.cs">
44 <DependentUpon>Settings.settings</DependentUpon>
45 <AutoGen>True</AutoGen>
46 <DesignTimeSharedInput>True</DesignTimeSharedInput>
47 </Compile>
48 <Compile Include="SvnCommand.cs" />
49 <Compile Include="WineBugUrl.cs" />
50 <Compile Include="WinerrorCommand.cs" />
51 <Compile Include="WMCommand.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <ProjectReference Include="..\TechBot.Library\TechBot.Library.csproj">
55 <Project>{1114F34D-F388-4F38-AE27-C0EE1B10B777}</Project>
56 <Name>TechBot.Library</Name>
57 </ProjectReference>
58 </ItemGroup>
59 <ItemGroup>
60 <None Include="app.config" />
61 <None Include="Settings.settings">
62 <Generator>SettingsSingleFileGenerator</Generator>
63 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
64 </None>
65 </ItemGroup>
66 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
67 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68 Other similar extension points exist, see Microsoft.Common.targets.
69 <Target Name="BeforeBuild">
70 </Target>
71 <Target Name="AfterBuild">
72 </Target>
73 -->
74 </Project>