OSDN Git Service

b351b8be7f4dce509b2f23ecc3409712231918db
[radegast/radegast.git] / plugins / Radegast.Plugin.IRC / Radegast.Plugin.IRC.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{6D4DFA78-7DA5-4B5F-BE42-67EF949478FC}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Radegast.Plugin.IRC</RootNamespace>\r
12     <AssemblyName>Radegast.Plugin.IRC</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>..\..\bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>..\..\bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
34     <DebugSymbols>true</DebugSymbols>\r
35     <OutputPath>..\..\bin\Debug\</OutputPath>\r
36     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
37     <DebugType>full</DebugType>\r
38     <PlatformTarget>x86</PlatformTarget>\r
39     <ErrorReport>prompt</ErrorReport>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
42     <OutputPath>..\..\bin\Release\</OutputPath>\r
43     <DefineConstants>TRACE</DefineConstants>\r
44     <Optimize>true</Optimize>\r
45     <DebugType>pdbonly</DebugType>\r
46     <PlatformTarget>x86</PlatformTarget>\r
47     <ErrorReport>prompt</ErrorReport>\r
48   </PropertyGroup>\r
49   <ItemGroup>\r
50     <Reference Include="Meebey.SmartIrc4net, Version=0.4.0.29113, Culture=neutral, processorArchitecture=x86" />\r
51     <Reference Include="System" />\r
52     <Reference Include="System.Core">\r
53       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
54     </Reference>\r
55     <Reference Include="System.Drawing" />\r
56     <Reference Include="System.Windows.Forms" />\r
57     <Reference Include="System.Xml.Linq">\r
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
59     </Reference>\r
60     <Reference Include="System.Data.DataSetExtensions">\r
61       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
62     </Reference>\r
63     <Reference Include="System.Data" />\r
64     <Reference Include="System.Xml" />\r
65   </ItemGroup>\r
66   <ItemGroup>\r
67     <Compile Include="Radegast.Plugin.IRC.cs" />\r
68     <Compile Include="Properties\AssemblyInfo.cs" />\r
69     <Compile Include="RelayConsole.cs">\r
70       <SubType>UserControl</SubType>\r
71     </Compile>\r
72     <Compile Include="RelayConsole.Designer.cs">\r
73       <DependentUpon>RelayConsole.cs</DependentUpon>\r
74     </Compile>\r
75   </ItemGroup>\r
76   <ItemGroup>\r
77     <None Include="assemblies\Meebey.SmartIrc4net.dll" />\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <ProjectReference Include="..\..\..\libopenmetaverse\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">\r
81       <Project>{9532352B-BB4D-463A-A8DE-6B678009CD51}</Project>\r
82       <Name>OpenMetaverse.StructuredData</Name>\r
83     </ProjectReference>\r
84     <ProjectReference Include="..\..\..\libopenmetaverse\OpenMetaverseTypes\OpenMetaverseTypes.csproj">\r
85       <Project>{6EFD681C-F4F1-459F-A059-664A28F234EF}</Project>\r
86       <Name>OpenMetaverseTypes</Name>\r
87     </ProjectReference>\r
88     <ProjectReference Include="..\..\..\libopenmetaverse\OpenMetaverse\OpenMetaverse.csproj">\r
89       <Project>{58072E17-F662-47D2-A2BE-001D026009EA}</Project>\r
90       <Name>OpenMetaverse</Name>\r
91     </ProjectReference>\r
92     <ProjectReference Include="..\..\Radegast\Radegast.csproj">\r
93       <Project>{A6D955CD-1F55-459F-A7AD-01E591404989}</Project>\r
94       <Name>Radegast</Name>\r
95     </ProjectReference>\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <EmbeddedResource Include="RelayConsole.resx">\r
99       <DependentUpon>RelayConsole.cs</DependentUpon>\r
100     </EmbeddedResource>\r
101   </ItemGroup>\r
102   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
103   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
104        Other similar extension points exist, see Microsoft.Common.targets.\r
105   <Target Name="BeforeBuild">\r
106   </Target>\r
107   <Target Name="AfterBuild">\r
108   </Target>\r
109   -->\r
110 </Project>