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>{716C99C7-C5F0-40EA-8A5E-84493ED4D2F2}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Aquarium</RootNamespace>
12    <AssemblyName>Aquarium</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <WarningLevel>4</WarningLevel>
17    <ApplicationIcon>Resources\barrelfish.ico</ApplicationIcon>
18    <PublishUrl>publish\</PublishUrl>
19    <Install>true</Install>
20    <InstallFrom>Disk</InstallFrom>
21    <UpdateEnabled>false</UpdateEnabled>
22    <UpdateMode>Foreground</UpdateMode>
23    <UpdateInterval>7</UpdateInterval>
24    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25    <UpdatePeriodically>false</UpdatePeriodically>
26    <UpdateRequired>false</UpdateRequired>
27    <MapFileExtensions>true</MapFileExtensions>
28    <ApplicationRevision>0</ApplicationRevision>
29    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30    <IsWebBootstrapper>false</IsWebBootstrapper>
31    <UseApplicationTrust>false</UseApplicationTrust>
32    <BootstrapperEnabled>true</BootstrapperEnabled>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35    <DebugSymbols>true</DebugSymbols>
36    <DebugType>full</DebugType>
37    <Optimize>false</Optimize>
38    <OutputPath>..\bin\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42    <PlatformTarget>x86</PlatformTarget>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45    <DebugType>pdbonly</DebugType>
46    <Optimize>true</Optimize>
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <ErrorReport>prompt</ErrorReport>
50    <WarningLevel>4</WarningLevel>
51  </PropertyGroup>
52  <ItemGroup>
53    <Reference Include="System" />
54    <Reference Include="System.Core">
55      <RequiredTargetFramework>3.5</RequiredTargetFramework>
56    </Reference>
57    <Reference Include="System.Drawing" />
58    <Reference Include="System.Windows.Forms" />
59    <Reference Include="System.Xml.Linq">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Data.DataSetExtensions">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Data" />
66    <Reference Include="System.Xml" />
67    <Reference Include="WindowsBase" />
68    <Reference Include="PresentationCore" />
69    <Reference Include="PresentationFramework" />
70  </ItemGroup>
71  <ItemGroup>
72    <ApplicationDefinition Include="App.xaml">
73      <Generator>MSBuild:Compile</Generator>
74      <SubType>Designer</SubType>
75    </ApplicationDefinition>
76    <Page Include="Window1.xaml">
77      <Generator>MSBuild:Compile</Generator>
78      <SubType>Designer</SubType>
79    </Page>
80    <Page Include="Key.xaml">
81      <Generator>MSBuild:Compile</Generator>
82      <SubType>Designer</SubType>
83    </Page>
84    <Compile Include="App.xaml.cs">
85      <DependentUpon>App.xaml</DependentUpon>
86      <SubType>Code</SubType>
87    </Compile>
88    <Compile Include="Window1.xaml.cs">
89      <DependentUpon>Window1.xaml</DependentUpon>
90      <SubType>Code</SubType>
91    </Compile>
92    <Compile Include="Key.xaml.cs">
93      <DependentUpon>Key.xaml</DependentUpon>
94      <SubType>Code</SubType>
95    </Compile>
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="Dialogs.cs" />
99    <Compile Include="Properties\AssemblyInfo.cs">
100      <SubType>Code</SubType>
101    </Compile>
102    <Compile Include="Properties\Resources.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DesignTime>True</DesignTime>
105      <DependentUpon>Resources.resx</DependentUpon>
106    </Compile>
107    <Compile Include="Properties\Settings.Designer.cs">
108      <AutoGen>True</AutoGen>
109      <DependentUpon>Settings.settings</DependentUpon>
110      <DesignTimeSharedInput>True</DesignTimeSharedInput>
111    </Compile>
112    <EmbeddedResource Include="Properties\Resources.resx">
113      <Generator>ResXFileCodeGenerator</Generator>
114      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
115    </EmbeddedResource>
116    <None Include="Properties\Settings.settings">
117      <Generator>SettingsSingleFileGenerator</Generator>
118      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
119    </None>
120    <EmbeddedResource Include="Resources\barrelfish.ico" />
121    <AppDesigner Include="Properties\" />
122  </ItemGroup>
123  <ItemGroup>
124    <EmbeddedResource Include="barrelfish.png" />
125  </ItemGroup>
126  <ItemGroup>
127    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
128      <Visible>False</Visible>
129      <ProductName>.NET Framework Client Profile</ProductName>
130      <Install>false</Install>
131    </BootstrapperPackage>
132    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
133      <Visible>False</Visible>
134      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
135      <Install>false</Install>
136    </BootstrapperPackage>
137    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
138      <Visible>False</Visible>
139      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
140      <Install>false</Install>
141    </BootstrapperPackage>
142    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
143      <Visible>False</Visible>
144      <ProductName>.NET Framework 3.5</ProductName>
145      <Install>false</Install>
146    </BootstrapperPackage>
147    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
148      <Visible>False</Visible>
149      <ProductName>.NET Framework 3.5 SP1</ProductName>
150      <Install>true</Install>
151    </BootstrapperPackage>
152    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
153      <Visible>False</Visible>
154      <ProductName>Windows Installer 3.1</ProductName>
155      <Install>true</Install>
156    </BootstrapperPackage>
157  </ItemGroup>
158  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
159  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
160       Other similar extension points exist, see Microsoft.Common.targets.
161  <Target Name="BeforeBuild">
162  </Target>
163  <Target Name="AfterBuild">
164  </Target>
165  -->
166</Project>