]> fbox.kageds.com Git - NEATEST.git/blob - NEA/NEA.vbproj
Change icon in Games Table from Attachment to OLE Object
[NEATEST.git] / NEA / NEA.vbproj
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')" />
3 <PropertyGroup>
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>
15 </PropertyGroup>
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>
26 </PropertyGroup>
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>
38 </PropertyGroup>
39 <PropertyGroup>
40 <OptionExplicit>On</OptionExplicit>
41 </PropertyGroup>
42 <PropertyGroup>
43 <OptionCompare>Binary</OptionCompare>
44 </PropertyGroup>
45 <PropertyGroup>
46 <OptionStrict>Off</OptionStrict>
47 </PropertyGroup>
48 <PropertyGroup>
49 <OptionInfer>On</OptionInfer>
50 </PropertyGroup>
51 <PropertyGroup>
52 <StartupObject>
53 </StartupObject>
54 </PropertyGroup>
55 <ItemGroup>
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>
66 </Reference>
67 <Reference Include="WindowsBase" />
68 <Reference Include="PresentationCore" />
69 <Reference Include="PresentationFramework" />
70 <Reference Include="System.Net.Http" />
71 </ItemGroup>
72 <ItemGroup>
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>
79 </Compile>
80 <Compile Include="Achievemants.xaml.vb">
81 <DependentUpon>Achievemants.xaml</DependentUpon>
82 </Compile>
83 <Compile Include="fmProfile.xaml.vb">
84 <DependentUpon>fmProfile.xaml</DependentUpon>
85 </Compile>
86 <Compile Include="Friends.xaml.vb">
87 <DependentUpon>Friends.xaml</DependentUpon>
88 </Compile>
89 <Compile Include="Libary.xaml.vb">
90 <DependentUpon>Libary.xaml</DependentUpon>
91 </Compile>
92 <Compile Include="NEADataSet.Designer.vb">
93 <AutoGen>True</AutoGen>
94 <DesignTime>True</DesignTime>
95 <DependentUpon>NEADataSet.xsd</DependentUpon>
96 </Compile>
97 <Compile Include="NEADataSet.vb">
98 <DependentUpon>NEADataSet.xsd</DependentUpon>
99 </Compile>
100 <Compile Include="SignUp.xaml.vb">
101 <DependentUpon>SignUp.xaml</DependentUpon>
102 </Compile>
103 <Compile Include="SplashPage.xaml.vb">
104 <DependentUpon>SplashPage.xaml</DependentUpon>
105 </Compile>
106 <Compile Include="Store.xaml.vb">
107 <DependentUpon>Store.xaml</DependentUpon>
108 </Compile>
109 <Page Include="Account.xaml">
110 <SubType>Designer</SubType>
111 <Generator>MSBuild:Compile</Generator>
112 </Page>
113 <Page Include="Achievemants.xaml">
114 <SubType>Designer</SubType>
115 <Generator>MSBuild:Compile</Generator>
116 </Page>
117 <Page Include="fmProfile.xaml">
118 <SubType>Designer</SubType>
119 <Generator>MSBuild:Compile</Generator>
120 </Page>
121 <Page Include="Friends.xaml">
122 <SubType>Designer</SubType>
123 <Generator>MSBuild:Compile</Generator>
124 </Page>
125 <Page Include="Home.xaml">
126 <SubType>Designer</SubType>
127 <Generator>MSBuild:Compile</Generator>
128 </Page>
129 <Page Include="Libary.xaml">
130 <SubType>Designer</SubType>
131 <Generator>MSBuild:Compile</Generator>
132 </Page>
133 <Page Include="mainwindow.xaml">
134 <Generator>MSBuild:Compile</Generator>
135 <SubType>Designer</SubType>
136 </Page>
137 <Compile Include="Application.xaml.vb">
138 <DependentUpon>Application.xaml</DependentUpon>
139 <SubType>Code</SubType>
140 </Compile>
141 <Compile Include="Home.xaml.vb">
142 <DependentUpon>Home.xaml</DependentUpon>
143 </Compile>
144 <Compile Include="mainwindow.xaml.vb">
145 <DependentUpon>mainwindow.xaml</DependentUpon>
146 <SubType>Code</SubType>
147 </Compile>
148 <Page Include="SignUp.xaml">
149 <SubType>Designer</SubType>
150 <Generator>MSBuild:Compile</Generator>
151 </Page>
152 <Page Include="SplashPage.xaml">
153 <SubType>Designer</SubType>
154 <Generator>MSBuild:Compile</Generator>
155 </Page>
156 <Page Include="Store.xaml">
157 <SubType>Designer</SubType>
158 <Generator>MSBuild:Compile</Generator>
159 </Page>
160 </ItemGroup>
161 <ItemGroup>
162 <Import Include="System.Threading.Tasks" />
163 <Import Include="System.Linq" />
164 <Import Include="System.Xml.Linq" />
165 <Import Include="Microsoft.VisualBasic" />
166 <Import Include="System" />
167 <Import Include="System.Collections" />
168 <Import Include="System.Collections.Generic" />
169 <Import Include="System.Diagnostics" />
170 <Import Include="System.Windows" />
171 <Import Include="System.Windows.Controls" />
172 <Import Include="System.Windows.Data" />
173 <Import Include="System.Windows.Documents" />
174 <Import Include="System.Windows.Input" />
175 <Import Include="System.Windows.Shapes" />
176 <Import Include="System.Windows.Media" />
177 <Import Include="System.Windows.Media.Imaging" />
178 <Import Include="System.Windows.Navigation" />
179 </ItemGroup>
180 <ItemGroup>
181 <Compile Include="My Project\AssemblyInfo.vb">
182 <SubType>Code</SubType>
183 </Compile>
184 <Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
185 <VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
186 <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
187 </Compile>
188 <Compile Include="My Project\Resources.Designer.vb">
189 <AutoGen>True</AutoGen>
190 <DesignTime>True</DesignTime>
191 <DependentUpon>Resources.resx</DependentUpon>
192 </Compile>
193 <Compile Include="My Project\Settings.Designer.vb">
194 <AutoGen>True</AutoGen>
195 <DependentUpon>Settings.settings</DependentUpon>
196 <DesignTimeSharedInput>True</DesignTimeSharedInput>
197 </Compile>
198 <EmbeddedResource Include="My Project\Resources.resx">
199 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
200 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
201 <CustomToolNamespace>My.Resources</CustomToolNamespace>
202 </EmbeddedResource>
203 <None Include="My Project\Settings.settings">
204 <Generator>SettingsSingleFileGenerator</Generator>
205 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
206 </None>
207 <None Include="NEADataSet.xsc">
208 <DependentUpon>NEADataSet.xsd</DependentUpon>
209 </None>
210 <None Include="NEADataSet.xsd">
211 <Generator>MSDataSetGenerator</Generator>
212 <LastGenOutput>NEADataSet.Designer.vb</LastGenOutput>
213 <SubType>Designer</SubType>
214 </None>
215 <None Include="NEADataSet.xss">
216 <DependentUpon>NEADataSet.xsd</DependentUpon>
217 </None>
218 </ItemGroup>
219 <ItemGroup>
220 <None Include="App.config" />
221 </ItemGroup>
222 <ItemGroup>
223 <Resource Include="Home.png" />
224 </ItemGroup>
225 <ItemGroup>
226 <COMReference Include="ADODB">
227 <Guid>{B691E011-1797-432E-907A-4D8C69339129}</Guid>
228 <VersionMajor>6</VersionMajor>
229 <VersionMinor>1</VersionMinor>
230 <Lcid>0</Lcid>
231 <WrapperTool>tlbimp</WrapperTool>
232 <Isolated>False</Isolated>
233 <EmbedInteropTypes>True</EmbedInteropTypes>
234 </COMReference>
235 <COMReference Include="Microsoft.Office.Interop.Access.Dao">
236 <Guid>{4AC9E1DA-5BAD-4AC7-86E3-24F4CDCECA28}</Guid>
237 <VersionMajor>12</VersionMajor>
238 <VersionMinor>0</VersionMinor>
239 <Lcid>0</Lcid>
240 <WrapperTool>primary</WrapperTool>
241 <Isolated>False</Isolated>
242 <EmbedInteropTypes>True</EmbedInteropTypes>
243 </COMReference>
244 </ItemGroup>
245 <ItemGroup>
246 <Content Include="NEA.accdb">
247 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
248 </Content>
249 </ItemGroup>
250 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
251 </Project>