1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{DA4C427D-607A-4AB8-9C12-1B60AB283471}</ProjectGuid>
\r
8 <OutputType>WinExe</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>amule.net</RootNamespace>
\r
11 <AssemblyName>amule-remote.net</AssemblyName>
\r
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
14 <DebugSymbols>true</DebugSymbols>
\r
15 <DebugType>full</DebugType>
\r
16 <Optimize>false</Optimize>
\r
17 <OutputPath>bin\Debug\</OutputPath>
\r
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
19 <ErrorReport>prompt</ErrorReport>
\r
20 <WarningLevel>4</WarningLevel>
\r
21 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
\r
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
24 <DebugType>pdbonly</DebugType>
\r
25 <Optimize>true</Optimize>
\r
26 <OutputPath>bin\Release\</OutputPath>
\r
27 <DefineConstants>TRACE</DefineConstants>
\r
28 <ErrorReport>prompt</ErrorReport>
\r
29 <WarningLevel>4</WarningLevel>
\r
30 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
\r
33 <Reference Include="System" />
\r
34 <Reference Include="System.Data" />
\r
35 <Reference Include="System.Deployment" />
\r
36 <Reference Include="System.Drawing" />
\r
37 <Reference Include="System.Windows.Forms" />
\r
38 <Reference Include="System.Xml" />
\r
41 <Compile Include="AboutBox.cs">
\r
42 <SubType>Form</SubType>
\r
44 <Compile Include="AboutBox.Designer.cs">
\r
45 <DependentUpon>AboutBox.cs</DependentUpon>
\r
47 <Compile Include="AddLinkDialog.cs">
\r
48 <SubType>Form</SubType>
\r
50 <Compile Include="AddLinkDialog.Designer.cs">
\r
51 <DependentUpon>AddLinkDialog.cs</DependentUpon>
\r
53 <Compile Include="amuleData.cs" />
\r
54 <Compile Include="amuleRemote.cs" />
\r
55 <Compile Include="ConnectDlg.cs">
\r
56 <SubType>Form</SubType>
\r
58 <Compile Include="ConnectDlg.Designer.cs">
\r
59 <DependentUpon>ConnectDlg.cs</DependentUpon>
\r
61 <Compile Include="DownloadControl.cs">
\r
62 <SubType>Component</SubType>
\r
64 <Compile Include="ECCodes.cs" />
\r
65 <Compile Include="ecProto.cs" />
\r
66 <Compile Include="ECTagTypes.cs" />
\r
67 <Compile Include="MainWindow.cs">
\r
68 <SubType>Form</SubType>
\r
70 <Compile Include="MainWindow.Designer.cs">
\r
71 <DependentUpon>MainWindow.cs</DependentUpon>
\r
73 <Compile Include="Program.cs" />
\r
74 <Compile Include="Properties\AssemblyInfo.cs" />
\r
75 <EmbeddedResource Include="AboutBox.resx">
\r
76 <SubType>Designer</SubType>
\r
77 <DependentUpon>AboutBox.cs</DependentUpon>
\r
79 <EmbeddedResource Include="AddLinkDialog.resx">
\r
80 <SubType>Designer</SubType>
\r
81 <DependentUpon>AddLinkDialog.cs</DependentUpon>
\r
83 <EmbeddedResource Include="ConnectDlg.resx">
\r
84 <DependentUpon>ConnectDlg.cs</DependentUpon>
\r
85 <SubType>Designer</SubType>
\r
87 <EmbeddedResource Include="MainWindow.resx">
\r
88 <DependentUpon>MainWindow.cs</DependentUpon>
\r
89 <SubType>Designer</SubType>
\r
91 <EmbeddedResource Include="Properties\Resources.resx">
\r
92 <Generator>ResXFileCodeGenerator</Generator>
\r
93 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
\r
94 <SubType>Designer</SubType>
\r
96 <EmbeddedResource Include="SearchControl.resx">
\r
97 <SubType>Designer</SubType>
\r
98 <DependentUpon>SearchControl.cs</DependentUpon>
\r
100 <Compile Include="Properties\Resources.Designer.cs">
\r
101 <AutoGen>True</AutoGen>
\r
102 <DependentUpon>Resources.resx</DependentUpon>
\r
103 <DesignTime>True</DesignTime>
\r
105 <None Include="Properties\Settings.settings">
\r
106 <Generator>SettingsSingleFileGenerator</Generator>
\r
107 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
\r
109 <Compile Include="Properties\Settings.Designer.cs">
\r
110 <AutoGen>True</AutoGen>
\r
111 <DependentUpon>Settings.settings</DependentUpon>
\r
112 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
114 <Compile Include="SearchControl.cs">
\r
115 <SubType>UserControl</SubType>
\r
117 <Compile Include="SearchControl.Designer.cs">
\r
118 <DependentUpon>SearchControl.cs</DependentUpon>
\r
122 <Content Include="images\Toolbar_About.png" />
\r
123 <Content Include="images\Toolbar_Disconnect.png" />
\r
124 <Content Include="images\Toolbar_Import.png" />
\r
125 <Content Include="images\Toolbar_Network.png" />
\r
126 <Content Include="images\Toolbar_Prefs.png" />
\r
127 <Content Include="images\Toolbar_Search.png" />
\r
128 <Content Include="images\Toolbar_Shared.png" />
\r
129 <Content Include="images\Toolbar_Stats.png" />
\r
130 <Content Include="images\Toolbar_Transfers.png" />
\r
132 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
133 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
134 Other similar extension points exist, see Microsoft.Common.targets.
\r
135 <Target Name="BeforeBuild">
\r
137 <Target Name="AfterBuild">
\r