Rev Author Line No. Line
2 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>{8B1F42C5-E722-4317-BEF9-79A1FB3EDB4B}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>DNS_Manager</RootNamespace>
12 <AssemblyName>DNS Manager</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <ApplicationIcon>Dreamhost.ico</ApplicationIcon>
16 <SccProjectName>Svn</SccProjectName>
17 <SccLocalPath>Svn</SccLocalPath>
18 <SccAuxPath>Svn</SccAuxPath>
19 <SccProvider>SubversionScc</SccProvider>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
6 clempaul 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39 <DebugSymbols>true</DebugSymbols>
40 <OutputPath>bin\x86\Debug\</OutputPath>
41 <DefineConstants>DEBUG;TRACE</DefineConstants>
42 <DebugType>full</DebugType>
43 <PlatformTarget>x86</PlatformTarget>
44 <ErrorReport>prompt</ErrorReport>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47 <OutputPath>bin\x86\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <Optimize>true</Optimize>
50 <DebugType>pdbonly</DebugType>
51 <PlatformTarget>x86</PlatformTarget>
52 <ErrorReport>prompt</ErrorReport>
53 </PropertyGroup>
2 clempaul 54 <ItemGroup>
11 clempaul 55 <Reference Include="DreamhostAPI, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL" />
2 clempaul 56 <Reference Include="System" />
57 <Reference Include="System.Core">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
59 </Reference>
60 <Reference Include="System.Design" />
61 <Reference Include="System.Xml.Linq">
62 <RequiredTargetFramework>3.5</RequiredTargetFramework>
63 </Reference>
64 <Reference Include="System.Data.DataSetExtensions">
65 <RequiredTargetFramework>3.5</RequiredTargetFramework>
66 </Reference>
67 <Reference Include="System.Data" />
68 <Reference Include="System.Deployment" />
69 <Reference Include="System.Drawing" />
70 <Reference Include="System.Windows.Forms" />
71 <Reference Include="System.Xml" />
72 </ItemGroup>
73 <ItemGroup>
74 <Compile Include="About.cs">
75 <SubType>Form</SubType>
76 </Compile>
77 <Compile Include="About.Designer.cs">
78 <DependentUpon>About.cs</DependentUpon>
79 </Compile>
80 <Compile Include="AddEdit.cs">
81 <SubType>Form</SubType>
82 </Compile>
83 <Compile Include="AddEdit.Designer.cs">
84 <DependentUpon>AddEdit.cs</DependentUpon>
85 </Compile>
86 <Compile Include="Listing.cs">
87 <SubType>Form</SubType>
88 </Compile>
89 <Compile Include="Listing.Designer.cs">
90 <DependentUpon>Listing.cs</DependentUpon>
91 </Compile>
92 <Compile Include="Program.cs" />
93 <Compile Include="Properties\AssemblyInfo.cs" />
94 <EmbeddedResource Include="About.resx">
95 <DependentUpon>About.cs</DependentUpon>
96 </EmbeddedResource>
97 <EmbeddedResource Include="AddEdit.resx">
98 <DependentUpon>AddEdit.cs</DependentUpon>
99 </EmbeddedResource>
100 <EmbeddedResource Include="Listing.resx">
101 <DependentUpon>Listing.cs</DependentUpon>
102 </EmbeddedResource>
103 <EmbeddedResource Include="Properties\Resources.resx">
104 <Generator>ResXFileCodeGenerator</Generator>
105 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
106 <SubType>Designer</SubType>
107 </EmbeddedResource>
108 <EmbeddedResource Include="Settings.resx">
109 <DependentUpon>Settings.cs</DependentUpon>
110 </EmbeddedResource>
111 <Compile Include="Properties\Resources.Designer.cs">
112 <AutoGen>True</AutoGen>
113 <DependentUpon>Resources.resx</DependentUpon>
114 </Compile>
115 <None Include="app.config" />
116 <None Include="Properties\Settings.settings">
117 <Generator>SettingsSingleFileGenerator</Generator>
118 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
119 </None>
120 <Compile Include="Properties\Settings.Designer.cs">
121 <AutoGen>True</AutoGen>
122 <DependentUpon>Settings.settings</DependentUpon>
123 <DesignTimeSharedInput>True</DesignTimeSharedInput>
124 </Compile>
125 <Compile Include="Settings.cs">
126 <SubType>Form</SubType>
127 </Compile>
128 <Compile Include="Settings.Designer.cs">
129 <DependentUpon>Settings.cs</DependentUpon>
130 </Compile>
6 clempaul 131 <Compile Include="Utilities.cs" />
2 clempaul 132 </ItemGroup>
133 <ItemGroup>
134 <Content Include="Dreamhost.ico" />
11 clempaul 135 <Content Include="DreamhostAPI.dll">
136 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
137 </Content>
2 clempaul 138 </ItemGroup>
139 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141 Other similar extension points exist, see Microsoft.Common.targets.
142 <Target Name="BeforeBuild">
143 </Target>
144 <Target Name="AfterBuild">
145 </Target>
146 -->
147 </Project>