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>
38 <ItemGroup>
39 <Reference Include="DreamhostAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
40 <Reference Include="System" />
41 <Reference Include="System.Core">
42 <RequiredTargetFramework>3.5</RequiredTargetFramework>
43 </Reference>
44 <Reference Include="System.Design" />
45 <Reference Include="System.Xml.Linq">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
47 </Reference>
48 <Reference Include="System.Data.DataSetExtensions">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
50 </Reference>
51 <Reference Include="System.Data" />
52 <Reference Include="System.Deployment" />
53 <Reference Include="System.Drawing" />
54 <Reference Include="System.Windows.Forms" />
55 <Reference Include="System.Xml" />
56 </ItemGroup>
57 <ItemGroup>
58 <Compile Include="About.cs">
59 <SubType>Form</SubType>
60 </Compile>
61 <Compile Include="About.Designer.cs">
62 <DependentUpon>About.cs</DependentUpon>
63 </Compile>
64 <Compile Include="AddEdit.cs">
65 <SubType>Form</SubType>
66 </Compile>
67 <Compile Include="AddEdit.Designer.cs">
68 <DependentUpon>AddEdit.cs</DependentUpon>
69 </Compile>
70 <Compile Include="Listing.cs">
71 <SubType>Form</SubType>
72 </Compile>
73 <Compile Include="Listing.Designer.cs">
74 <DependentUpon>Listing.cs</DependentUpon>
75 </Compile>
76 <Compile Include="Program.cs" />
77 <Compile Include="Properties\AssemblyInfo.cs" />
78 <EmbeddedResource Include="About.resx">
79 <DependentUpon>About.cs</DependentUpon>
80 </EmbeddedResource>
81 <EmbeddedResource Include="AddEdit.resx">
82 <DependentUpon>AddEdit.cs</DependentUpon>
83 </EmbeddedResource>
84 <EmbeddedResource Include="Listing.resx">
85 <DependentUpon>Listing.cs</DependentUpon>
86 </EmbeddedResource>
87 <EmbeddedResource Include="Properties\Resources.resx">
88 <Generator>ResXFileCodeGenerator</Generator>
89 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
90 <SubType>Designer</SubType>
91 </EmbeddedResource>
92 <EmbeddedResource Include="Settings.resx">
93 <DependentUpon>Settings.cs</DependentUpon>
94 </EmbeddedResource>
95 <Compile Include="Properties\Resources.Designer.cs">
96 <AutoGen>True</AutoGen>
97 <DependentUpon>Resources.resx</DependentUpon>
98 </Compile>
99 <None Include="app.config" />
100 <None Include="Properties\Settings.settings">
101 <Generator>SettingsSingleFileGenerator</Generator>
102 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
103 </None>
104 <Compile Include="Properties\Settings.Designer.cs">
105 <AutoGen>True</AutoGen>
106 <DependentUpon>Settings.settings</DependentUpon>
107 <DesignTimeSharedInput>True</DesignTimeSharedInput>
108 </Compile>
109 <Compile Include="Settings.cs">
110 <SubType>Form</SubType>
111 </Compile>
112 <Compile Include="Settings.Designer.cs">
113 <DependentUpon>Settings.cs</DependentUpon>
114 </Compile>
115 </ItemGroup>
116 <ItemGroup>
117 <Content Include="Dreamhost.ico" />
118 <Content Include="DreamhostAPI.dll" />
119 </ItemGroup>
120 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122 Other similar extension points exist, see Microsoft.Common.targets.
123 <Target Name="BeforeBuild">
124 </Target>
125 <Target Name="AfterBuild">
126 </Target>
127 -->
128 </Project>