| 5 |
clempaul |
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
|
2 |
<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion> |
|
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
|
8 |
<ProjectGuid>{04C096AC-729F-48A3-AB18-3AB42F932523}</ProjectGuid> |
|
|
9 |
<OutputType>Library</OutputType> |
|
|
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
11 |
<RootNamespace>DreamhostAPI</RootNamespace> |
|
|
12 |
<AssemblyName>DreamhostAPI</AssemblyName> |
|
|
13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
14 |
<FileAlignment>512</FileAlignment> |
|
|
15 |
</PropertyGroup> |
|
|
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
17 |
<DebugSymbols>true</DebugSymbols> |
|
|
18 |
<DebugType>full</DebugType> |
|
|
19 |
<Optimize>false</Optimize> |
|
|
20 |
<OutputPath>bin\Debug\</OutputPath> |
|
|
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
22 |
<ErrorReport>prompt</ErrorReport> |
|
|
23 |
<WarningLevel>4</WarningLevel> |
|
|
24 |
</PropertyGroup> |
|
|
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
26 |
<DebugType>pdbonly</DebugType> |
|
|
27 |
<Optimize>true</Optimize> |
|
|
28 |
<OutputPath>bin\Release\</OutputPath> |
|
|
29 |
<DefineConstants>TRACE</DefineConstants> |
|
|
30 |
<ErrorReport>prompt</ErrorReport> |
|
|
31 |
<WarningLevel>4</WarningLevel> |
|
|
32 |
</PropertyGroup> |
|
|
33 |
<ItemGroup> |
|
|
34 |
<Reference Include="System" /> |
|
|
35 |
<Reference Include="System.Core"> |
|
|
36 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
37 |
</Reference> |
| 16 |
clempaul |
38 |
<Reference Include="System.Drawing" /> |
|
|
39 |
<Reference Include="System.Windows.Forms" /> |
| 5 |
clempaul |
40 |
<Reference Include="System.Xml.Linq"> |
|
|
41 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
42 |
</Reference> |
|
|
43 |
<Reference Include="System.Data.DataSetExtensions"> |
|
|
44 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
|
45 |
</Reference> |
|
|
46 |
<Reference Include="System.Data" /> |
|
|
47 |
<Reference Include="System.Xml" /> |
|
|
48 |
</ItemGroup> |
|
|
49 |
<ItemGroup> |
| 34 |
clempaul |
50 |
<Compile Include="Account\AccountRequests.cs" /> |
|
|
51 |
<Compile Include="Account\DomainUsage.cs" /> |
|
|
52 |
<Compile Include="Account\UserUsage.cs" /> |
| 19 |
clempaul |
53 |
<Compile Include="AnnouncementList\Announcement.cs" /> |
| 16 |
clempaul |
54 |
<Compile Include="AnnouncementList\AnnouncementList.cs" /> |
|
|
55 |
<Compile Include="AnnouncementList\AnnouncementListRequests.cs" /> |
|
|
56 |
<Compile Include="AnnouncementList\AnnouncementListSubscriber.cs" /> |
| 14 |
clempaul |
57 |
<Compile Include="DNS\DNSRequests.cs" /> |
| 10 |
clempaul |
58 |
<Compile Include="DNS\DNSRecord.cs" /> |
| 14 |
clempaul |
59 |
<Compile Include="Domain\DomainRequests.cs" /> |
| 6 |
clempaul |
60 |
<Compile Include="Domain\Domain.cs" /> |
| 14 |
clempaul |
61 |
<Compile Include="Domain\DomainRegistration.cs" /> |
| 5 |
clempaul |
62 |
<Compile Include="DreamhostAPI.cs" /> |
| 18 |
clempaul |
63 |
<Compile Include="ExtensionMethods.cs" /> |
| 14 |
clempaul |
64 |
<Compile Include="Mail\MailRequests.cs" /> |
| 12 |
clempaul |
65 |
<Compile Include="Mail\MailFilter.cs" /> |
| 16 |
clempaul |
66 |
<Compile Include="MySQL\DB.cs" /> |
|
|
67 |
<Compile Include="MySQL\DBHostname.cs" /> |
|
|
68 |
<Compile Include="MySQL\DBUser.cs" /> |
|
|
69 |
<Compile Include="MySQL\MySQLRequests.cs" /> |
| 34 |
clempaul |
70 |
<Compile Include="OneClick\DestroyResult.cs" /> |
|
|
71 |
<Compile Include="OneClick\OneClick.cs" /> |
|
|
72 |
<Compile Include="OneClick\OneClickAdvanced.cs" /> |
|
|
73 |
<Compile Include="OneClick\OneClickInstall.cs" /> |
|
|
74 |
<Compile Include="OneClick\OneClickRequests.cs" /> |
| 5 |
clempaul |
75 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 17 |
clempaul |
76 |
<Compile Include="PS\ActivePS.cs" /> |
|
|
77 |
<Compile Include="PS\PendingPS.cs" /> |
|
|
78 |
<Compile Include="PS\PSRequests.cs" /> |
|
|
79 |
<Compile Include="PS\PSSettings.cs" /> |
|
|
80 |
<Compile Include="PS\PSSize.cs" /> |
|
|
81 |
<Compile Include="PS\PSUsage.cs" /> |
| 6 |
clempaul |
82 |
<Compile Include="QueryData.cs" /> |
| 14 |
clempaul |
83 |
<Compile Include="User\UserRequests.cs" /> |
| 11 |
clempaul |
84 |
<Compile Include="User\User.cs" /> |
| 5 |
clempaul |
85 |
</ItemGroup> |
|
|
86 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
87 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
88 |
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
89 |
<Target Name="BeforeBuild"> |
|
|
90 |
</Target> |
|
|
91 |
<Target Name="AfterBuild"> |
|
|
92 |
</Target> |
|
|
93 |
--> |
|
|
94 |
</Project> |