1 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{E47081EF-CB9D-4232-9C1B-266B43C8AD76}</ProjectGuid>
7 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>NEA</RootNamespace>
10 <AssemblyName>NEA</AssemblyName>
11 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12 <MyType>Custom</MyType>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <DefineDebug>true</DefineDebug>
21 <DefineTrace>true</DefineTrace>
22 <IncrementalBuild>true</IncrementalBuild>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DocumentationFile>NEA.xml</DocumentationFile>
25 <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <DebugSymbols>false</DebugSymbols>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <IncrementalBuild>false</IncrementalBuild>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\Release\</OutputPath>
36 <DocumentationFile>NEA.xml</DocumentationFile>
37 <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
40 <OptionExplicit>On</OptionExplicit>
43 <OptionCompare>Binary</OptionCompare>
46 <OptionStrict>Off</OptionStrict>
49 <OptionInfer>On</OptionInfer>
56 <Reference Include="System.Core" />
57 <Reference Include="System.Drawing" />
58 <Reference Include="System.Windows.Forms" />
59 <Reference Include="System.Xml.Linq" />
60 <Reference Include="System.Data.DataSetExtensions" />
61 <Reference Include="System" />
62 <Reference Include="System.Data" />
63 <Reference Include="System.Xml" />
64 <Reference Include="System.Xaml">
65 <RequiredTargetFramework>4.0</RequiredTargetFramework>
67 <Reference Include="WindowsBase" />
68 <Reference Include="PresentationCore" />
69 <Reference Include="PresentationFramework" />
70 <Reference Include="System.Net.Http" />
73 <ApplicationDefinition Include="Application.xaml">
74 <Generator>MSBuild:Compile</Generator>
75 <SubType>Designer</SubType>
76 </ApplicationDefinition>
77 <Compile Include="Account.xaml.vb">
78 <DependentUpon>Account.xaml</DependentUpon>
80 <Compile Include="Achievemants.xaml.vb">
81 <DependentUpon>Achievemants.xaml</DependentUpon>
83 <Compile Include="AddGame.xaml.vb">
84 <DependentUpon>AddGame.xaml</DependentUpon>
86 <Compile Include="fmProfile.xaml.vb">
87 <DependentUpon>fmProfile.xaml</DependentUpon>
89 <Compile Include="Friends.xaml.vb">
90 <DependentUpon>Friends.xaml</DependentUpon>
92 <Compile Include="Libary.xaml.vb">
93 <DependentUpon>Libary.xaml</DependentUpon>
95 <Compile Include="NEADataSet.Designer.vb">
96 <AutoGen>True</AutoGen>
97 <DesignTime>True</DesignTime>
98 <DependentUpon>NEADataSet.xsd</DependentUpon>
100 <Compile Include="NEADataSet.vb">
101 <DependentUpon>NEADataSet.xsd</DependentUpon>
103 <Compile Include="SignUp.xaml.vb">
104 <DependentUpon>SignUp.xaml</DependentUpon>
106 <Compile Include="SplashPage.xaml.vb">
107 <DependentUpon>SplashPage.xaml</DependentUpon>
109 <Compile Include="Store.xaml.vb">
110 <DependentUpon>Store.xaml</DependentUpon>
112 <Page Include="Account.xaml">
113 <SubType>Designer</SubType>
114 <Generator>MSBuild:Compile</Generator>
116 <Page Include="Achievemants.xaml">
117 <SubType>Designer</SubType>
118 <Generator>MSBuild:Compile</Generator>
120 <Page Include="AddGame.xaml">
121 <SubType>Designer</SubType>
122 <Generator>MSBuild:Compile</Generator>
124 <Page Include="fmProfile.xaml">
125 <SubType>Designer</SubType>
126 <Generator>MSBuild:Compile</Generator>
128 <Page Include="Friends.xaml">
129 <SubType>Designer</SubType>
130 <Generator>MSBuild:Compile</Generator>
132 <Page Include="Home.xaml">
133 <SubType>Designer</SubType>
134 <Generator>MSBuild:Compile</Generator>
136 <Page Include="Libary.xaml">
137 <SubType>Designer</SubType>
138 <Generator>MSBuild:Compile</Generator>
140 <Page Include="mainwindow.xaml">
141 <Generator>MSBuild:Compile</Generator>
142 <SubType>Designer</SubType>
144 <Compile Include="Application.xaml.vb">
145 <DependentUpon>Application.xaml</DependentUpon>
146 <SubType>Code</SubType>
148 <Compile Include="Home.xaml.vb">
149 <DependentUpon>Home.xaml</DependentUpon>
151 <Compile Include="mainwindow.xaml.vb">
152 <DependentUpon>mainwindow.xaml</DependentUpon>
153 <SubType>Code</SubType>
155 <Page Include="SignUp.xaml">
156 <SubType>Designer</SubType>
157 <Generator>MSBuild:Compile</Generator>
159 <Page Include="SplashPage.xaml">
160 <SubType>Designer</SubType>
161 <Generator>MSBuild:Compile</Generator>
163 <Page Include="Store.xaml">
164 <SubType>Designer</SubType>
165 <Generator>MSBuild:Compile</Generator>
169 <Import Include="System.Threading.Tasks" />
170 <Import Include="System.Linq" />
171 <Import Include="System.Xml.Linq" />
172 <Import Include="Microsoft.VisualBasic" />
173 <Import Include="System" />
174 <Import Include="System.Collections" />
175 <Import Include="System.Collections.Generic" />
176 <Import Include="System.Diagnostics" />
177 <Import Include="System.Windows" />
178 <Import Include="System.Windows.Controls" />
179 <Import Include="System.Windows.Data" />
180 <Import Include="System.Windows.Documents" />
181 <Import Include="System.Windows.Input" />
182 <Import Include="System.Windows.Shapes" />
183 <Import Include="System.Windows.Media" />
184 <Import Include="System.Windows.Media.Imaging" />
185 <Import Include="System.Windows.Navigation" />
188 <Compile Include="My Project\AssemblyInfo.vb">
189 <SubType>Code</SubType>
191 <Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
192 <VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
193 <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
195 <Compile Include="My Project\Resources.Designer.vb">
196 <AutoGen>True</AutoGen>
197 <DesignTime>True</DesignTime>
198 <DependentUpon>Resources.resx</DependentUpon>
200 <Compile Include="My Project\Settings.Designer.vb">
201 <AutoGen>True</AutoGen>
202 <DependentUpon>Settings.settings</DependentUpon>
203 <DesignTimeSharedInput>True</DesignTimeSharedInput>
205 <EmbeddedResource Include="My Project\Resources.resx">
206 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
207 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
208 <CustomToolNamespace>My.Resources</CustomToolNamespace>
210 <None Include="My Project\Settings.settings">
211 <Generator>SettingsSingleFileGenerator</Generator>
212 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
214 <None Include="NEADataSet.xsc">
215 <DependentUpon>NEADataSet.xsd</DependentUpon>
217 <None Include="NEADataSet.xsd">
218 <Generator>MSDataSetGenerator</Generator>
219 <LastGenOutput>NEADataSet.Designer.vb</LastGenOutput>
220 <SubType>Designer</SubType>
222 <None Include="NEADataSet.xss">
223 <DependentUpon>NEADataSet.xsd</DependentUpon>
227 <None Include="App.config" />
230 <Resource Include="Home.png" />
233 <COMReference Include="ADODB">
234 <Guid>{B691E011-1797-432E-907A-4D8C69339129}</Guid>
235 <VersionMajor>6</VersionMajor>
236 <VersionMinor>1</VersionMinor>
238 <WrapperTool>tlbimp</WrapperTool>
239 <Isolated>False</Isolated>
240 <EmbedInteropTypes>True</EmbedInteropTypes>
242 <COMReference Include="Microsoft.Office.Interop.Access.Dao">
243 <Guid>{4AC9E1DA-5BAD-4AC7-86E3-24F4CDCECA28}</Guid>
244 <VersionMajor>12</VersionMajor>
245 <VersionMinor>0</VersionMinor>
247 <WrapperTool>primary</WrapperTool>
248 <Isolated>False</Isolated>
249 <EmbedInteropTypes>True</EmbedInteropTypes>
253 <Resource Include="search.png" />
254 <Resource Include="GarethGames Full.png" />
255 <Resource Include="GarethGames.png" />
256 <Content Include="NEA.accdb">
257 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
260 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />