yantian yue
2023-12-29 fdda48e034b2da82fb100ec04f5b51351477e2bb
提交 | 用户 | 时间
e46d3b 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{5A9B349E-80A2-4CB0-A95C-E6BE49F72F8F}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>YX</RootNamespace>
11     <AssemblyName>YX</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <PlatformTarget>AnyCPU</PlatformTarget>
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <PlatformTarget>AnyCPU</PlatformTarget>
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <PropertyGroup>
35     <ApplicationIcon>days_sam_32px.ico</ApplicationIcon>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="EasyModbus, Version=5.6.0.0, Culture=neutral, processorArchitecture=MSIL">
39       <HintPath>..\packages\EasyModbusTCP.5.6.0\lib\net40\EasyModbus.dll</HintPath>
40     </Reference>
41     <Reference Include="EntityFramework">
42       <HintPath>lib\EntityFramework.dll</HintPath>
43     </Reference>
44     <Reference Include="EntityFramework.SqlServer">
45       <HintPath>lib\EntityFramework.SqlServer.dll</HintPath>
46     </Reference>
47     <Reference Include="log4net">
48       <HintPath>lib\log4net.dll</HintPath>
49     </Reference>
50     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
51       <SpecificVersion>False</SpecificVersion>
52       <HintPath>lib\Newtonsoft.Json.dll</HintPath>
53     </Reference>
54     <Reference Include="System" />
55     <Reference Include="System.Configuration" />
56     <Reference Include="System.Core" />
57     <Reference Include="System.ServiceModel" />
58     <Reference Include="System.Xml.Linq" />
59     <Reference Include="System.Data.DataSetExtensions" />
60     <Reference Include="Microsoft.CSharp" />
61     <Reference Include="System.Data" />
62     <Reference Include="System.Deployment" />
63     <Reference Include="System.Drawing" />
64     <Reference Include="System.Windows.Forms" />
65     <Reference Include="System.Xml" />
66     <Reference Include="WeifenLuo.WinFormsUI.Docking">
67       <HintPath>lib\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
68     </Reference>
69   </ItemGroup>
70   <ItemGroup>
71     <Compile Include="AsyncTcpClient.cs" />
72     <Compile Include="Frmhome.cs">
73       <SubType>Form</SubType>
74     </Compile>
75     <Compile Include="Frmhome.Designer.cs">
76       <DependentUpon>Frmhome.cs</DependentUpon>
77     </Compile>
78     <Compile Include="JXC\FrmGoodsInfo.cs">
79       <SubType>Form</SubType>
80     </Compile>
81     <Compile Include="JXC\FrmGoodsInfo.Designer.cs">
82       <DependentUpon>FrmGoodsInfo.cs</DependentUpon>
83     </Compile>
84     <Compile Include="WebService\WMI08Request.cs" />
85     <Compile Include="WebService\WMI08Response.cs" />
86     <Compile Include="WebService\WMISoap.cs" />
87     <Compile Include="WebService\WMISoapChannel.cs" />
88     <Compile Include="WebService\WMISoapClient.cs" />
89     <Compile Include="WindowParent.cs">
90       <SubType>Form</SubType>
91     </Compile>
92     <Compile Include="Entity\ExpressCompany.cs" />
93     <Compile Include="Entity\ExpressInfo.cs" />
94     <Compile Include="System\FrmAppendProperty.cs">
95       <SubType>Form</SubType>
96     </Compile>
97     <Compile Include="System\FrmAppendProperty.Designer.cs">
98       <DependentUpon>FrmAppendProperty.cs</DependentUpon>
99     </Compile>
100     <Compile Include="System\FrmAppendPropertyEdit.cs">
101       <SubType>Form</SubType>
102     </Compile>
103     <Compile Include="System\FrmAppendPropertyEdit.Designer.cs">
104       <DependentUpon>FrmAppendPropertyEdit.cs</DependentUpon>
105     </Compile>
106     <Compile Include="System\FrmDataCenter.cs">
107       <SubType>Form</SubType>
108     </Compile>
109     <Compile Include="System\FrmDataCenter.Designer.cs">
110       <DependentUpon>FrmDataCenter.cs</DependentUpon>
111     </Compile>
112     <Compile Include="System\FrmDeptInfo.cs">
113       <SubType>Form</SubType>
114     </Compile>
115     <Compile Include="System\FrmDeptInfo.Designer.cs">
116       <DependentUpon>FrmDeptInfo.cs</DependentUpon>
117     </Compile>
118     <Compile Include="System\FrmDeptInfoEdit.cs">
119       <SubType>Form</SubType>
120     </Compile>
121     <Compile Include="System\FrmDeptInfoEdit.Designer.cs">
122       <DependentUpon>FrmDeptInfoEdit.cs</DependentUpon>
123     </Compile>
124     <Compile Include="wt\FrmExpress.cs">
125       <SubType>Form</SubType>
126     </Compile>
127     <Compile Include="wt\FrmExpress.Designer.cs">
128       <DependentUpon>FrmExpress.cs</DependentUpon>
129     </Compile>
130     <Compile Include="FrmLeft.cs">
131       <SubType>Form</SubType>
132     </Compile>
133     <Compile Include="FrmLeft.Designer.cs">
134       <DependentUpon>FrmLeft.cs</DependentUpon>
135     </Compile>
136     <Compile Include="System\FrmListImages.cs">
137       <SubType>Form</SubType>
138     </Compile>
139     <Compile Include="System\FrmListImages.Designer.cs">
140       <DependentUpon>FrmListImages.cs</DependentUpon>
141     </Compile>
142     <Compile Include="FrmLogin.cs">
143       <SubType>Form</SubType>
144     </Compile>
145     <Compile Include="FrmLogin.Designer.cs">
146       <DependentUpon>FrmLogin.cs</DependentUpon>
147     </Compile>
148     <Compile Include="System\FrmMenu.cs">
149       <SubType>Form</SubType>
150     </Compile>
151     <Compile Include="System\FrmMenu.Designer.cs">
152       <DependentUpon>FrmMenu.cs</DependentUpon>
153     </Compile>
154     <Compile Include="System\FrmMenuEdit.cs">
155       <SubType>Form</SubType>
156     </Compile>
157     <Compile Include="System\FrmMenuEdit.Designer.cs">
158       <DependentUpon>FrmMenuEdit.cs</DependentUpon>
159     </Compile>
160     <Compile Include="System\FrmRole.cs">
161       <SubType>Form</SubType>
162     </Compile>
163     <Compile Include="System\FrmRole.Designer.cs">
164       <DependentUpon>FrmRole.cs</DependentUpon>
165     </Compile>
166     <Compile Include="System\FrmRoleEdit.cs">
167       <SubType>Form</SubType>
168     </Compile>
169     <Compile Include="System\FrmRoleEdit.Designer.cs">
170       <DependentUpon>FrmRoleEdit.cs</DependentUpon>
171     </Compile>
172     <Compile Include="System\FrmUserInfo.cs">
173       <SubType>Form</SubType>
174     </Compile>
175     <Compile Include="System\FrmUserInfo.Designer.cs">
176       <DependentUpon>FrmUserInfo.cs</DependentUpon>
177     </Compile>
178     <Compile Include="System\FrmUserInfoEdit.cs">
179       <SubType>Form</SubType>
180     </Compile>
181     <Compile Include="System\FrmUserInfoEdit.Designer.cs">
182       <DependentUpon>FrmUserInfoEdit.cs</DependentUpon>
183     </Compile>
184     <Compile Include="LogHelper.cs" />
185     <Compile Include="FrmMain.cs">
186       <SubType>Form</SubType>
187     </Compile>
188     <Compile Include="FrmMain.Designer.cs">
189       <DependentUpon>FrmMain.cs</DependentUpon>
190     </Compile>
191     <Compile Include="OperationType.cs" />
192     <Compile Include="Program.cs" />
193     <Compile Include="Properties\AssemblyInfo.cs" />
194     <Compile Include="wt\Frmwt.cs">
195       <SubType>Form</SubType>
196     </Compile>
197     <Compile Include="wt\Frmwt.Designer.cs">
198       <DependentUpon>Frmwt.cs</DependentUpon>
199     </Compile>
200     <EmbeddedResource Include="Frmhome.resx">
201       <DependentUpon>Frmhome.cs</DependentUpon>
202     </EmbeddedResource>
203     <EmbeddedResource Include="JXC\FrmGoodsInfo.resx">
204       <DependentUpon>FrmGoodsInfo.cs</DependentUpon>
205     </EmbeddedResource>
206     <EmbeddedResource Include="System\FrmAppendProperty.resx">
207       <DependentUpon>FrmAppendProperty.cs</DependentUpon>
208     </EmbeddedResource>
209     <EmbeddedResource Include="System\FrmAppendPropertyEdit.resx">
210       <DependentUpon>FrmAppendPropertyEdit.cs</DependentUpon>
211     </EmbeddedResource>
212     <EmbeddedResource Include="System\FrmDataCenter.resx">
213       <DependentUpon>FrmDataCenter.cs</DependentUpon>
214     </EmbeddedResource>
215     <EmbeddedResource Include="System\FrmDeptInfo.resx">
216       <DependentUpon>FrmDeptInfo.cs</DependentUpon>
217     </EmbeddedResource>
218     <EmbeddedResource Include="System\FrmDeptInfoEdit.resx">
219       <DependentUpon>FrmDeptInfoEdit.cs</DependentUpon>
220     </EmbeddedResource>
221     <EmbeddedResource Include="wt\FrmExpress.resx">
222       <DependentUpon>FrmExpress.cs</DependentUpon>
223     </EmbeddedResource>
224     <EmbeddedResource Include="FrmLeft.resx">
225       <DependentUpon>FrmLeft.cs</DependentUpon>
226     </EmbeddedResource>
227     <EmbeddedResource Include="System\FrmListImages.resx">
228       <DependentUpon>FrmListImages.cs</DependentUpon>
229     </EmbeddedResource>
230     <EmbeddedResource Include="FrmLogin.resx">
231       <DependentUpon>FrmLogin.cs</DependentUpon>
232     </EmbeddedResource>
233     <EmbeddedResource Include="FrmMain.resx">
234       <DependentUpon>FrmMain.cs</DependentUpon>
235     </EmbeddedResource>
236     <EmbeddedResource Include="System\FrmMenu.resx">
237       <DependentUpon>FrmMenu.cs</DependentUpon>
238     </EmbeddedResource>
239     <EmbeddedResource Include="System\FrmMenuEdit.resx">
240       <DependentUpon>FrmMenuEdit.cs</DependentUpon>
241     </EmbeddedResource>
242     <EmbeddedResource Include="System\FrmRole.resx">
243       <DependentUpon>FrmRole.cs</DependentUpon>
244     </EmbeddedResource>
245     <EmbeddedResource Include="System\FrmRoleEdit.resx">
246       <DependentUpon>FrmRoleEdit.cs</DependentUpon>
247     </EmbeddedResource>
248     <EmbeddedResource Include="System\FrmUserInfo.resx">
249       <DependentUpon>FrmUserInfo.cs</DependentUpon>
250     </EmbeddedResource>
251     <EmbeddedResource Include="System\FrmUserInfoEdit.resx">
252       <DependentUpon>FrmUserInfoEdit.cs</DependentUpon>
253     </EmbeddedResource>
254     <EmbeddedResource Include="Properties\Resources.resx">
255       <Generator>ResXFileCodeGenerator</Generator>
256       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
257       <SubType>Designer</SubType>
258     </EmbeddedResource>
259     <Compile Include="Properties\Resources.Designer.cs">
260       <AutoGen>True</AutoGen>
261       <DependentUpon>Resources.resx</DependentUpon>
262       <DesignTime>True</DesignTime>
263     </Compile>
264     <EmbeddedResource Include="WindowParent.resx">
265       <DependentUpon>WindowParent.cs</DependentUpon>
266     </EmbeddedResource>
267     <EmbeddedResource Include="wt\Frmwt.resx">
268       <DependentUpon>Frmwt.cs</DependentUpon>
269     </EmbeddedResource>
270     <None Include="App.config">
271       <SubType>Designer</SubType>
272     </None>
273     <None Include="packages.config" />
274     <None Include="Properties\Settings.settings">
275       <Generator>SettingsSingleFileGenerator</Generator>
276       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
277     </None>
278     <Compile Include="Properties\Settings.Designer.cs">
279       <AutoGen>True</AutoGen>
280       <DependentUpon>Settings.settings</DependentUpon>
281       <DesignTimeSharedInput>True</DesignTimeSharedInput>
282     </Compile>
283   </ItemGroup>
284   <ItemGroup>
285     <Content Include="days_sam_32px.ico" />
286     <Content Include="lib\log4net.dll" />
287     <Content Include="lib\WeifenLuo.WinFormsUI.Docking.dll" />
288     <None Include="Resources\save.bmp" />
289     <Content Include="res\32\1.png" />
290     <Content Include="res\32\10.png" />
291     <Content Include="res\32\100.png" />
292     <Content Include="res\32\101.png" />
293     <Content Include="res\32\102.png" />
294     <Content Include="res\32\103.png" />
295     <Content Include="res\32\104.png" />
296     <Content Include="res\32\105.png" />
297     <Content Include="res\32\106.png" />
298     <Content Include="res\32\107.png" />
299     <Content Include="res\32\108.png" />
300     <Content Include="res\32\109.png" />
301     <Content Include="res\32\11.png" />
302     <Content Include="res\32\110.png" />
303     <Content Include="res\32\111.png" />
304     <Content Include="res\32\112.png" />
305     <Content Include="res\32\113.png" />
306     <Content Include="res\32\114.png" />
307     <Content Include="res\32\115.png" />
308     <Content Include="res\32\116.png" />
309     <Content Include="res\32\117.png" />
310     <Content Include="res\32\118.png" />
311     <Content Include="res\32\119.png" />
312     <Content Include="res\32\12.png" />
313     <Content Include="res\32\120.png" />
314     <Content Include="res\32\121.png" />
315     <Content Include="res\32\122.png" />
316     <Content Include="res\32\123.png" />
317     <Content Include="res\32\124.png" />
318     <Content Include="res\32\125.png" />
319     <Content Include="res\32\126.png" />
320     <Content Include="res\32\127.png" />
321     <Content Include="res\32\128.png" />
322     <Content Include="res\32\129.png" />
323     <Content Include="res\32\13.png" />
324     <Content Include="res\32\130.png" />
325     <Content Include="res\32\131.png" />
326     <Content Include="res\32\132.png" />
327     <Content Include="res\32\133.png" />
328     <Content Include="res\32\134.png" />
329     <Content Include="res\32\135.png" />
330     <Content Include="res\32\136.png" />
331     <Content Include="res\32\137.png" />
332     <Content Include="res\32\138.png" />
333     <Content Include="res\32\139.png" />
334     <Content Include="res\32\14.png" />
335     <Content Include="res\32\140.png" />
336     <Content Include="res\32\141.png" />
337     <Content Include="res\32\142.png" />
338     <Content Include="res\32\143.png" />
339     <Content Include="res\32\144.png" />
340     <Content Include="res\32\145.png" />
341     <Content Include="res\32\146.png" />
342     <Content Include="res\32\147.png" />
343     <Content Include="res\32\148.png" />
344     <Content Include="res\32\149.png" />
345     <Content Include="res\32\15.png" />
346     <Content Include="res\32\150.png" />
347     <Content Include="res\32\151.png" />
348     <Content Include="res\32\152.png" />
349     <Content Include="res\32\153.png" />
350     <Content Include="res\32\154.png" />
351     <Content Include="res\32\155.png" />
352     <Content Include="res\32\156.png" />
353     <Content Include="res\32\157.png" />
354     <Content Include="res\32\158.png" />
355     <Content Include="res\32\159.png" />
356     <Content Include="res\32\16.png" />
357     <Content Include="res\32\160.png" />
358     <Content Include="res\32\161.png" />
359     <Content Include="res\32\162.png" />
360     <Content Include="res\32\163.png" />
361     <Content Include="res\32\164.png" />
362     <Content Include="res\32\165.png" />
363     <Content Include="res\32\166.png" />
364     <Content Include="res\32\167.png" />
365     <Content Include="res\32\168.png" />
366     <Content Include="res\32\169.png" />
367     <Content Include="res\32\17.png" />
368     <Content Include="res\32\170.png" />
369     <Content Include="res\32\171.png" />
370     <Content Include="res\32\172.png" />
371     <Content Include="res\32\173.png" />
372     <Content Include="res\32\174.png" />
373     <Content Include="res\32\176.png" />
374     <Content Include="res\32\177.png" />
375     <Content Include="res\32\178.png" />
376     <Content Include="res\32\179.png" />
377     <Content Include="res\32\18.png" />
378     <Content Include="res\32\180.png" />
379     <Content Include="res\32\181.png" />
380     <Content Include="res\32\182.png" />
381     <Content Include="res\32\183.png" />
382     <Content Include="res\32\184.png" />
383     <Content Include="res\32\185.png" />
384     <Content Include="res\32\186.png" />
385     <Content Include="res\32\187.png" />
386     <Content Include="res\32\188.png" />
387     <Content Include="res\32\189.png" />
388     <Content Include="res\32\19.png" />
389     <Content Include="res\32\190.png" />
390     <Content Include="res\32\191.png" />
391     <Content Include="res\32\192.png" />
392     <Content Include="res\32\193.png" />
393     <Content Include="res\32\194.png" />
394     <Content Include="res\32\195.png" />
395     <Content Include="res\32\196.png" />
396     <Content Include="res\32\197.png" />
397     <Content Include="res\32\198.png" />
398     <Content Include="res\32\199.png" />
399     <Content Include="res\32\2.png" />
400     <Content Include="res\32\20.png" />
401     <Content Include="res\32\200.png" />
402     <Content Include="res\32\201.png" />
403     <Content Include="res\32\20130408024938993_easyicon_net_32.png" />
404     <Content Include="res\32\20130421113107728_easyicon_net_32.png" />
405     <Content Include="res\32\20130421113227112_easyicon_net_32.png" />
406     <Content Include="res\32\20130505030909440_easyicon_net_32.png" />
407     <Content Include="res\32\2013050503091276_easyicon_net_32.png" />
408     <Content Include="res\32\20130505030915415_easyicon_net_32.png" />
409     <Content Include="res\32\20130505030918325_easyicon_net_32.png" />
410     <Content Include="res\32\20130505030921641_easyicon_net_32.png" />
411     <Content Include="res\32\20130505030925344_easyicon_net_32.png" />
412     <Content Include="res\32\20130505030928375_easyicon_net_32.png" />
413     <Content Include="res\32\2013050503093137_easyicon_net_32.png" />
414     <Content Include="res\32\2013050503093535_easyicon_net_48.png" />
415     <Content Include="res\32\20130508034816125_easyicon_net_32.png" />
416     <Content Include="res\32\20130508035646751_easyicon_net_32.png" />
417     <Content Include="res\32\20130508035912738_easyicon_net_32.png" />
418     <Content Include="res\32\202.png" />
419     <Content Include="res\32\203.png" />
420     <Content Include="res\32\204.png" />
421     <Content Include="res\32\205.png" />
422     <Content Include="res\32\206.png" />
423     <Content Include="res\32\207.png" />
424     <Content Include="res\32\208.png" />
425     <Content Include="res\32\209.png" />
426     <Content Include="res\32\21.png" />
427     <Content Include="res\32\210.png" />
428     <Content Include="res\32\211.png" />
429     <Content Include="res\32\212.png" />
430     <Content Include="res\32\213.png" />
431     <Content Include="res\32\214.png" />
432     <Content Include="res\32\215.png" />
433     <Content Include="res\32\216.png" />
434     <Content Include="res\32\217.png" />
435     <Content Include="res\32\218.png" />
436     <Content Include="res\32\219.png" />
437     <Content Include="res\32\22.png" />
438     <Content Include="res\32\220.png" />
439     <Content Include="res\32\221.png" />
440     <Content Include="res\32\222.png" />
441     <Content Include="res\32\223.png" />
442     <Content Include="res\32\224.png" />
443     <Content Include="res\32\225.png" />
444     <Content Include="res\32\226.png" />
445     <Content Include="res\32\227.png" />
446     <Content Include="res\32\228.png" />
447     <Content Include="res\32\229.png" />
448     <Content Include="res\32\23.png" />
449     <Content Include="res\32\230.png" />
450     <Content Include="res\32\231.png" />
451     <Content Include="res\32\232.png" />
452     <Content Include="res\32\233.png" />
453     <Content Include="res\32\234.png" />
454     <Content Include="res\32\235.png" />
455     <Content Include="res\32\236.png" />
456     <Content Include="res\32\237.png" />
457     <Content Include="res\32\238.png" />
458     <Content Include="res\32\239.png" />
459     <Content Include="res\32\24.png" />
460     <Content Include="res\32\240.png" />
461     <Content Include="res\32\241.png" />
462     <Content Include="res\32\242.png" />
463     <Content Include="res\32\243.png" />
464     <Content Include="res\32\244.png" />
465     <Content Include="res\32\245.png" />
466     <Content Include="res\32\246.png" />
467     <Content Include="res\32\247.png" />
468     <Content Include="res\32\248.png" />
469     <Content Include="res\32\249.png" />
470     <Content Include="res\32\25.png" />
471     <Content Include="res\32\250.png" />
472     <Content Include="res\32\251.png" />
473     <Content Include="res\32\252.png" />
474     <Content Include="res\32\253.png" />
475     <Content Include="res\32\254.png" />
476     <Content Include="res\32\255.png" />
477     <Content Include="res\32\256.png" />
478     <Content Include="res\32\257.png" />
479     <Content Include="res\32\258.png" />
480     <Content Include="res\32\259.png" />
481     <Content Include="res\32\26.png" />
482     <Content Include="res\32\260.png" />
483     <Content Include="res\32\261.png" />
484     <Content Include="res\32\262.png" />
485     <Content Include="res\32\263.png" />
486     <Content Include="res\32\264.png" />
487     <Content Include="res\32\265.png" />
488     <Content Include="res\32\266.png" />
489     <Content Include="res\32\267.png" />
490     <Content Include="res\32\268.png" />
491     <Content Include="res\32\269.png" />
492     <Content Include="res\32\27.png" />
493     <Content Include="res\32\270.png" />
494     <Content Include="res\32\271.png" />
495     <Content Include="res\32\272.png" />
496     <Content Include="res\32\273.png" />
497     <Content Include="res\32\274.png" />
498     <Content Include="res\32\275.png" />
499     <Content Include="res\32\276.png" />
500     <Content Include="res\32\277.png" />
501     <Content Include="res\32\278.png" />
502     <Content Include="res\32\279.png" />
503     <Content Include="res\32\28.png" />
504     <Content Include="res\32\280.png" />
505     <Content Include="res\32\281.png" />
506     <Content Include="res\32\282.png" />
507     <Content Include="res\32\283.png" />
508     <Content Include="res\32\284.png" />
509     <Content Include="res\32\285.png" />
510     <Content Include="res\32\286.png" />
511     <Content Include="res\32\287.png" />
512     <Content Include="res\32\288.png" />
513     <Content Include="res\32\29.png" />
514     <Content Include="res\32\290.png" />
515     <Content Include="res\32\291.png" />
516     <Content Include="res\32\292.png" />
517     <Content Include="res\32\293.png" />
518     <Content Include="res\32\294.png" />
519     <Content Include="res\32\295.png" />
520     <Content Include="res\32\296.png" />
521     <Content Include="res\32\297.png" />
522     <Content Include="res\32\298.png" />
523     <Content Include="res\32\299.png" />
524     <Content Include="res\32\3.png" />
525     <Content Include="res\32\30.png" />
526     <Content Include="res\32\300.png" />
527     <Content Include="res\32\301.png" />
528     <Content Include="res\32\302.png" />
529     <Content Include="res\32\303.png" />
530     <Content Include="res\32\304.png" />
531     <Content Include="res\32\305.png" />
532     <Content Include="res\32\306.png" />
533     <Content Include="res\32\307.png" />
534     <Content Include="res\32\308.png" />
535     <Content Include="res\32\309.png" />
536     <Content Include="res\32\31.png" />
537     <Content Include="res\32\310.png" />
538     <Content Include="res\32\311.png" />
539     <Content Include="res\32\312.png" />
540     <Content Include="res\32\313.png" />
541     <Content Include="res\32\314.png" />
542     <Content Include="res\32\315.png" />
543     <Content Include="res\32\316.png" />
544     <Content Include="res\32\317.png" />
545     <Content Include="res\32\318.png" />
546     <Content Include="res\32\319.png" />
547     <Content Include="res\32\32.png" />
548     <Content Include="res\32\320.png" />
549     <Content Include="res\32\321.png" />
550     <Content Include="res\32\322.png" />
551     <Content Include="res\32\323.png" />
552     <Content Include="res\32\324.png" />
553     <Content Include="res\32\325.png" />
554     <Content Include="res\32\326.png" />
555     <Content Include="res\32\328.png" />
556     <Content Include="res\32\329.png" />
557     <Content Include="res\32\33.png" />
558     <Content Include="res\32\330.png" />
559     <Content Include="res\32\331.png" />
560     <Content Include="res\32\332.png" />
561     <Content Include="res\32\333.png" />
562     <Content Include="res\32\334.png" />
563     <Content Include="res\32\335.png" />
564     <Content Include="res\32\336.png" />
565     <Content Include="res\32\337.png" />
566     <Content Include="res\32\338.png" />
567     <Content Include="res\32\339.png" />
568     <Content Include="res\32\34.png" />
569     <Content Include="res\32\340.png" />
570     <Content Include="res\32\341.png" />
571     <Content Include="res\32\342.png" />
572     <Content Include="res\32\343.png" />
573     <Content Include="res\32\344.png" />
574     <Content Include="res\32\345.png" />
575     <Content Include="res\32\346.png" />
576     <Content Include="res\32\347.png" />
577     <Content Include="res\32\348.png" />
578     <Content Include="res\32\349.png" />
579     <Content Include="res\32\35.png" />
580     <Content Include="res\32\350.png" />
581     <Content Include="res\32\351.png" />
582     <Content Include="res\32\352.png" />
583     <Content Include="res\32\353.png" />
584     <Content Include="res\32\354.png" />
585     <Content Include="res\32\355.png" />
586     <Content Include="res\32\356.png" />
587     <Content Include="res\32\357.png" />
588     <Content Include="res\32\359.png" />
589     <Content Include="res\32\36.png" />
590     <Content Include="res\32\361.png" />
591     <Content Include="res\32\362.png" />
592     <Content Include="res\32\363.png" />
593     <Content Include="res\32\364.png" />
594     <Content Include="res\32\365.png" />
595     <Content Include="res\32\366.png" />
596     <Content Include="res\32\367.png" />
597     <Content Include="res\32\368.png" />
598     <Content Include="res\32\369.png" />
599     <Content Include="res\32\37.png" />
600     <Content Include="res\32\370.png" />
601     <Content Include="res\32\371.png" />
602     <Content Include="res\32\372.png" />
603     <Content Include="res\32\373.png" />
604     <Content Include="res\32\374.png" />
605     <Content Include="res\32\375.png" />
606     <Content Include="res\32\376.png" />
607     <Content Include="res\32\377.png" />
608     <Content Include="res\32\378.png" />
609     <Content Include="res\32\379.png" />
610     <Content Include="res\32\38.png" />
611     <Content Include="res\32\380.png" />
612     <Content Include="res\32\381.png" />
613     <Content Include="res\32\382.png" />
614     <Content Include="res\32\383.png" />
615     <Content Include="res\32\384.png" />
616     <Content Include="res\32\385.png" />
617     <Content Include="res\32\386.png" />
618     <Content Include="res\32\387.png" />
619     <Content Include="res\32\388.png" />
620     <Content Include="res\32\389.png" />
621     <Content Include="res\32\39.png" />
622     <Content Include="res\32\390.png" />
623     <Content Include="res\32\391.png" />
624     <Content Include="res\32\392.png" />
625     <Content Include="res\32\393.png" />
626     <Content Include="res\32\394.png" />
627     <Content Include="res\32\395.png" />
628     <Content Include="res\32\396.png" />
629     <Content Include="res\32\397.png" />
630     <Content Include="res\32\398.png" />
631     <Content Include="res\32\399.png" />
632     <Content Include="res\32\4.png" />
633     <Content Include="res\32\40.png" />
634     <Content Include="res\32\400.png" />
635     <Content Include="res\32\401.png" />
636     <Content Include="res\32\402.png" />
637     <Content Include="res\32\403.png" />
638     <Content Include="res\32\404.png" />
639     <Content Include="res\32\405.png" />
640     <Content Include="res\32\406.png" />
641     <Content Include="res\32\407.png" />
642     <Content Include="res\32\408.png" />
643     <Content Include="res\32\409.png" />
644     <Content Include="res\32\41.png" />
645     <Content Include="res\32\410.png" />
646     <Content Include="res\32\411.png" />
647     <Content Include="res\32\413.png" />
648     <Content Include="res\32\414.png" />
649     <Content Include="res\32\415.png" />
650     <Content Include="res\32\416.png" />
651     <Content Include="res\32\417.png" />
652     <Content Include="res\32\418.png" />
653     <Content Include="res\32\419.png" />
654     <Content Include="res\32\42.png" />
655     <Content Include="res\32\420.png" />
656     <Content Include="res\32\421.png" />
657     <Content Include="res\32\422.png" />
658     <Content Include="res\32\423.png" />
659     <Content Include="res\32\424.png" />
660     <Content Include="res\32\425.png" />
661     <Content Include="res\32\426.png" />
662     <Content Include="res\32\427.png" />
663     <Content Include="res\32\428.png" />
664     <Content Include="res\32\429.png" />
665     <Content Include="res\32\43.png" />
666     <Content Include="res\32\430.png" />
667     <Content Include="res\32\431.png" />
668     <Content Include="res\32\432.png" />
669     <Content Include="res\32\433.png" />
670     <Content Include="res\32\434.png" />
671     <Content Include="res\32\435.png" />
672     <Content Include="res\32\436.png" />
673     <Content Include="res\32\437.png" />
674     <Content Include="res\32\438.png" />
675     <Content Include="res\32\4381.png" />
676     <Content Include="res\32\439.png" />
677     <Content Include="res\32\44.png" />
678     <Content Include="res\32\440.png" />
679     <Content Include="res\32\441.png" />
680     <Content Include="res\32\442.png" />
681     <Content Include="res\32\443.png" />
682     <Content Include="res\32\444.png" />
683     <Content Include="res\32\445.png" />
684     <Content Include="res\32\446.png" />
685     <Content Include="res\32\447.png" />
686     <Content Include="res\32\448.png" />
687     <Content Include="res\32\449.png" />
688     <Content Include="res\32\45.png" />
689     <Content Include="res\32\450.png" />
690     <Content Include="res\32\451.png" />
691     <Content Include="res\32\452.png" />
692     <Content Include="res\32\453.png" />
693     <Content Include="res\32\454.png" />
694     <Content Include="res\32\455.png" />
695     <Content Include="res\32\456.png" />
696     <Content Include="res\32\457.png" />
697     <Content Include="res\32\458.png" />
698     <Content Include="res\32\459.png" />
699     <Content Include="res\32\46.png" />
700     <Content Include="res\32\460.png" />
701     <Content Include="res\32\461.png" />
702     <Content Include="res\32\462.png" />
703     <Content Include="res\32\463.png" />
704     <Content Include="res\32\464.png" />
705     <Content Include="res\32\465.png" />
706     <Content Include="res\32\466.png" />
707     <Content Include="res\32\467.png" />
708     <Content Include="res\32\468.png" />
709     <Content Include="res\32\469.png" />
710     <Content Include="res\32\47.png" />
711     <Content Include="res\32\470.png" />
712     <Content Include="res\32\471.png" />
713     <Content Include="res\32\472.png" />
714     <Content Include="res\32\473.png" />
715     <Content Include="res\32\474.png" />
716     <Content Include="res\32\475.png" />
717     <Content Include="res\32\476.png" />
718     <Content Include="res\32\477.png" />
719     <Content Include="res\32\478.png" />
720     <Content Include="res\32\479.png" />
721     <Content Include="res\32\48.png" />
722     <Content Include="res\32\480.png" />
723     <Content Include="res\32\481.png" />
724     <Content Include="res\32\482.png" />
725     <Content Include="res\32\483.png" />
726     <Content Include="res\32\484.png" />
727     <Content Include="res\32\485.png" />
728     <Content Include="res\32\486.png" />
729     <Content Include="res\32\487.png" />
730     <Content Include="res\32\488.png" />
731     <Content Include="res\32\489.png" />
732     <Content Include="res\32\49.png" />
733     <Content Include="res\32\490.png" />
734     <Content Include="res\32\491.png" />
735     <Content Include="res\32\492.png" />
736     <Content Include="res\32\493.png" />
737     <Content Include="res\32\4934_hire-me.png" />
738     <Content Include="res\32\4935_free-for-job.png" />
739     <Content Include="res\32\4936_my-account.png" />
740     <Content Include="res\32\4937_administrative-docs.png" />
741     <Content Include="res\32\4938_business-contact.png" />
742     <Content Include="res\32\4939_finished-work.png" />
743     <Content Include="res\32\494.png" />
744     <Content Include="res\32\4940_sign-out.png" />
745     <Content Include="res\32\4941_payment-card.png" />
746     <Content Include="res\32\4942_graphic-design.png" />
747     <Content Include="res\32\4943_sign-in.png" />
748     <Content Include="res\32\4944_full-time.png" />
749     <Content Include="res\32\4945_product-design.png" />
750     <Content Include="res\32\4946_future-projects.png" />
751     <Content Include="res\32\4947_order-1.png" />
752     <Content Include="res\32\4948_current-work.png" />
753     <Content Include="res\32\4949_special-offer.png" />
754     <Content Include="res\32\495.png" />
755     <Content Include="res\32\4950_old-versions.png" />
756     <Content Include="res\32\4951_world.png" />
757     <Content Include="res\32\4952_product-1.png" />
758     <Content Include="res\32\4953_upcoming-work.png" />
759     <Content Include="res\32\4954_sign-up.png" />
760     <Content Include="res\32\4955_credit-card.png" />
761     <Content Include="res\32\4956_document-library.png" />
762     <Content Include="res\32\4957_customers.png" />
763     <Content Include="res\32\4958_login.png" />
764     <Content Include="res\32\4959_limited-edition.png" />
765     <Content Include="res\32\496.png" />
766     <Content Include="res\32\4960_check.png" />
767     <Content Include="res\32\4961_category.png" />
768     <Content Include="res\32\4962_sitemap.png" />
769     <Content Include="res\32\4963_home.png" />
770     <Content Include="res\32\4964_bank.png" />
771     <Content Include="res\32\4965_archives.png" />
772     <Content Include="res\32\4966_logout.png" />
773     <Content Include="res\32\4967_contact.png" />
774     <Content Include="res\32\4968_config.png" />
775     <Content Include="res\32\4969_cv.png" />
776     <Content Include="res\32\497.png" />
777     <Content Include="res\32\4970_email.png" />
778     <Content Include="res\32\4971_bestseller.png" />
779     <Content Include="res\32\4972_billing.png" />
780     <Content Include="res\32\4973_pencil.png" />
781     <Content Include="res\32\4974_plus.png" />
782     <Content Include="res\32\4975_publish.png" />
783     <Content Include="res\32\4976_lightbulb.png" />
784     <Content Include="res\32\4977_photography.png" />
785     <Content Include="res\32\4978_order.png" />
786     <Content Include="res\32\4979_print.png" />
787     <Content Include="res\32\498.png" />
788     <Content Include="res\32\4980_communication.png" />
789     <Content Include="res\32\4981_brainstorming.png" />
790     <Content Include="res\32\4982_freelance.png" />
791     <Content Include="res\32\4983_paypal.png" />
792     <Content Include="res\32\4984_bookmark.png" />
793     <Content Include="res\32\4985_delicious.png" />
794     <Content Include="res\32\4986_issue.png" />
795     <Content Include="res\32\4988_product.png" />
796     <Content Include="res\32\4989_attibutes.png" />
797     <Content Include="res\32\499.png" />
798     <Content Include="res\32\4990_heart.png" />
799     <Content Include="res\32\4991_pen.png" />
800     <Content Include="res\32\4992_user.png" />
801     <Content Include="res\32\4993_folder.png" />
802     <Content Include="res\32\4994_search.png" />
803     <Content Include="res\32\4995_donate.png" />
804     <Content Include="res\32\4997_advertising.png" />
805     <Content Include="res\32\4998_milestone.png" />
806     <Content Include="res\32\4999_credit.png" />
807     <Content Include="res\32\5.png" />
808     <Content Include="res\32\50.png" />
809     <Content Include="res\32\500.png" />
810     <Content Include="res\32\5000_tag.png" />
811     <Content Include="res\32\5001_date.png" />
812     <Content Include="res\32\5002_address.png" />
813     <Content Include="res\32\5003_phone.png" />
814     <Content Include="res\32\5004_illustration.png" />
815     <Content Include="res\32\5005_flag.png" />
816     <Content Include="res\32\5006_feed.png" />
817     <Content Include="res\32\5007_cost.png" />
818     <Content Include="res\32\5008_consulting.png" />
819     <Content Include="res\32\5009_showreel.png" />
820     <Content Include="res\32\501.png" />
821     <Content Include="res\32\5010_comment.png" />
822     <Content Include="res\32\5011_library.png" />
823     <Content Include="res\32\5012_process.png" />
824     <Content Include="res\32\5013_twitter.png" />
825     <Content Include="res\32\5014_busy.png" />
826     <Content Include="res\32\5015_lock.png" />
827     <Content Include="res\32\5016_shipping.png" />
828     <Content Include="res\32\5017_statistics.png" />
829     <Content Include="res\32\5018_link.png" />
830     <Content Include="res\32\5019_project.png" />
831     <Content Include="res\32\502.png" />
832     <Content Include="res\32\5020_invoice.png" />
833     <Content Include="res\32\5021_zoom.png" />
834     <Content Include="res\32\5022_edit.png" />
835     <Content Include="res\32\5023_featured.png" />
836     <Content Include="res\32\5024_ticket.png" />
837     <Content Include="res\32\5025_networking.png" />
838     <Content Include="res\32\5026_settings.png" />
839     <Content Include="res\32\5027_collaboration.png" />
840     <Content Include="res\32\5028_suppliers.png" />
841     <Content Include="res\32\5029_star.png" />
842     <Content Include="res\32\503.png" />
843     <Content Include="res\32\5030_drawings.png" />
844     <Content Include="res\32\5031_database.png" />
845     <Content Include="res\32\5032_premium.png" />
846     <Content Include="res\32\504.png" />
847     <Content Include="res\32\505.png" />
848     <Content Include="res\32\506.png" />
849     <Content Include="res\32\507.png" />
850     <Content Include="res\32\508.png" />
851     <Content Include="res\32\509.png" />
852     <Content Include="res\32\51.png" />
853     <Content Include="res\32\510.png" />
854     <Content Include="res\32\511.png" />
855     <Content Include="res\32\512.png" />
856     <Content Include="res\32\513.png" />
857     <Content Include="res\32\514.png" />
858     <Content Include="res\32\515.png" />
859     <Content Include="res\32\516.png" />
860     <Content Include="res\32\517.png" />
861     <Content Include="res\32\518.png" />
862     <Content Include="res\32\519.png" />
863     <Content Include="res\32\52.png" />
864     <Content Include="res\32\520.png" />
865     <Content Include="res\32\521.png" />
866     <Content Include="res\32\522.png" />
867     <Content Include="res\32\523.png" />
868     <Content Include="res\32\524.png" />
869     <Content Include="res\32\525.png" />
870     <Content Include="res\32\526.png" />
871     <Content Include="res\32\527.png" />
872     <Content Include="res\32\528.png" />
873     <Content Include="res\32\529.png" />
874     <Content Include="res\32\53.png" />
875     <Content Include="res\32\530.png" />
876     <Content Include="res\32\531.png" />
877     <Content Include="res\32\532.png" />
878     <Content Include="res\32\533.png" />
879     <Content Include="res\32\534.png" />
880     <Content Include="res\32\535.png" />
881     <Content Include="res\32\536.png" />
882     <Content Include="res\32\537.png" />
883     <Content Include="res\32\538.png" />
884     <Content Include="res\32\539.png" />
885     <Content Include="res\32\54.png" />
886     <Content Include="res\32\540.png" />
887     <Content Include="res\32\541.png" />
888     <Content Include="res\32\5418.png" />
889     <Content Include="res\32\542.png" />
890     <Content Include="res\32\543.png" />
891     <Content Include="res\32\544.png" />
892     <Content Include="res\32\545.png" />
893     <Content Include="res\32\546.png" />
894     <Content Include="res\32\547.png" />
895     <Content Include="res\32\548.png" />
896     <Content Include="res\32\549.png" />
897     <Content Include="res\32\55.png" />
898     <Content Include="res\32\550.png" />
899     <Content Include="res\32\551.png" />
900     <Content Include="res\32\552.png" />
901     <Content Include="res\32\553.png" />
902     <Content Include="res\32\554.png" />
903     <Content Include="res\32\555.png" />
904     <Content Include="res\32\556.png" />
905     <Content Include="res\32\557.png" />
906     <Content Include="res\32\558.png" />
907     <Content Include="res\32\559.png" />
908     <Content Include="res\32\56.png" />
909     <Content Include="res\32\560.png" />
910     <Content Include="res\32\561.png" />
911     <Content Include="res\32\562.png" />
912     <Content Include="res\32\563.png" />
913     <Content Include="res\32\564.png" />
914     <Content Include="res\32\565.png" />
915     <Content Include="res\32\566.png" />
916     <Content Include="res\32\567.png" />
917     <Content Include="res\32\568.png" />
918     <Content Include="res\32\569.png" />
919     <Content Include="res\32\57.png" />
920     <Content Include="res\32\570.png" />
921     <Content Include="res\32\571.png" />
922     <Content Include="res\32\572.png" />
923     <Content Include="res\32\573.png" />
924     <Content Include="res\32\574.png" />
925     <Content Include="res\32\575.png" />
926     <Content Include="res\32\576.png" />
927     <Content Include="res\32\577.png" />
928     <Content Include="res\32\578.png" />
929     <Content Include="res\32\579.png" />
930     <Content Include="res\32\58.png" />
931     <Content Include="res\32\580.png" />
932     <Content Include="res\32\581.png" />
933     <Content Include="res\32\582.png" />
934     <Content Include="res\32\583.png" />
935     <Content Include="res\32\584.png" />
936     <Content Include="res\32\585.png" />
937     <Content Include="res\32\586.png" />
938     <Content Include="res\32\587.png" />
939     <Content Include="res\32\588.png" />
940     <Content Include="res\32\589.png" />
941     <Content Include="res\32\59.png" />
942     <Content Include="res\32\590.png" />
943     <Content Include="res\32\591.png" />
944     <Content Include="res\32\592.png" />
945     <Content Include="res\32\593.png" />
946     <Content Include="res\32\594.png" />
947     <Content Include="res\32\595.png" />
948     <Content Include="res\32\596.png" />
949     <Content Include="res\32\597.png" />
950     <Content Include="res\32\598.png" />
951     <Content Include="res\32\599.png" />
952     <Content Include="res\32\6.png" />
953     <Content Include="res\32\60.png" />
954     <Content Include="res\32\600.png" />
955     <Content Include="res\32\601.png" />
956     <Content Include="res\32\602.png" />
957     <Content Include="res\32\603.png" />
958     <Content Include="res\32\604.png" />
959     <Content Include="res\32\605.png" />
960     <Content Include="res\32\606.png" />
961     <Content Include="res\32\607.png" />
962     <Content Include="res\32\608.png" />
963     <Content Include="res\32\609.png" />
964     <Content Include="res\32\61.png" />
965     <Content Include="res\32\610.png" />
966     <Content Include="res\32\611.png" />
967     <Content Include="res\32\612.png" />
968     <Content Include="res\32\613.png" />
969     <Content Include="res\32\614.png" />
970     <Content Include="res\32\615.png" />
971     <Content Include="res\32\616.png" />
972     <Content Include="res\32\617.png" />
973     <Content Include="res\32\618.png" />
974     <Content Include="res\32\619.png" />
975     <Content Include="res\32\62.png" />
976     <Content Include="res\32\620.png" />
977     <Content Include="res\32\621.png" />
978     <Content Include="res\32\622.png" />
979     <Content Include="res\32\623.png" />
980     <Content Include="res\32\624.png" />
981     <Content Include="res\32\625.png" />
982     <Content Include="res\32\626.png" />
983     <Content Include="res\32\627.png" />
984     <Content Include="res\32\628.png" />
985     <Content Include="res\32\629.png" />
986     <Content Include="res\32\63.png" />
987     <Content Include="res\32\630.png" />
988     <Content Include="res\32\631.png" />
989     <Content Include="res\32\632.png" />
990     <Content Include="res\32\633.png" />
991     <Content Include="res\32\634.png" />
992     <Content Include="res\32\635.png" />
993     <Content Include="res\32\636.png" />
994     <Content Include="res\32\637.png" />
995     <Content Include="res\32\638.png" />
996     <Content Include="res\32\639.png" />
997     <Content Include="res\32\64.png" />
998     <Content Include="res\32\640.png" />
999     <Content Include="res\32\641.png" />
1000     <Content Include="res\32\642.png" />
1001     <Content Include="res\32\643.png" />
1002     <Content Include="res\32\644.png" />
1003     <Content Include="res\32\645.png" />
1004     <Content Include="res\32\646.png" />
1005     <Content Include="res\32\65.png" />
1006     <Content Include="res\32\66.png" />
1007     <Content Include="res\32\67.png" />
1008     <Content Include="res\32\68.png" />
1009     <Content Include="res\32\69.png" />
1010     <Content Include="res\32\7.png" />
1011     <Content Include="res\32\70.png" />
1012     <Content Include="res\32\71.png" />
1013     <Content Include="res\32\72.png" />
1014     <Content Include="res\32\73.png" />
1015     <Content Include="res\32\74.png" />
1016     <Content Include="res\32\75.png" />
1017     <Content Include="res\32\76.png" />
1018     <Content Include="res\32\77.png" />
1019     <Content Include="res\32\78.png" />
1020     <Content Include="res\32\79.png" />
1021     <Content Include="res\32\8.png" />
1022     <Content Include="res\32\80.png" />
1023     <Content Include="res\32\81.png" />
1024     <Content Include="res\32\82.png" />
1025     <Content Include="res\32\83.png" />
1026     <Content Include="res\32\84.png" />
1027     <Content Include="res\32\85.png" />
1028     <Content Include="res\32\86.png" />
1029     <Content Include="res\32\87.png" />
1030     <Content Include="res\32\88.png" />
1031     <Content Include="res\32\89.png" />
1032     <Content Include="res\32\9.png" />
1033     <Content Include="res\32\90.png" />
1034     <Content Include="res\32\91.png" />
1035     <Content Include="res\32\92.png" />
1036     <Content Include="res\32\94.png" />
1037     <Content Include="res\32\96.png" />
1038     <Content Include="res\32\97.png" />
1039     <Content Include="res\32\98.png" />
1040     <Content Include="res\32\99.png" />
1041     <Content Include="res\32\client.png" />
1042     <Content Include="res\32\people.png" />
1043     <Content Include="res\32\sitemap.png" />
1044     <Content Include="res\32\userregedit.png" />
1045     <Content Include="res\32\users_business_32.png" />
1046     <Content Include="res\brush.png" />
1047     <Content Include="res\delete.png" />
1048     <Content Include="res\edit.png" />
1049     <Content Include="res\file.png" />
1050     <Content Include="res\folder.png" />
1051     <Content Include="res\plus.png" />
1052     <None Include="res\save.png" />
1053     <Content Include="res\serch.png" />
1054   </ItemGroup>
1055   <ItemGroup>
1056     <ProjectReference Include="..\YX.BLL\YX.BLL.csproj">
1057       <Project>{cedf1e01-62de-4d20-baf6-4db1887152a5}</Project>
1058       <Name>YX.BLL</Name>
1059     </ProjectReference>
1060     <ProjectReference Include="..\YX.Common\YX.Common.csproj">
1061       <Project>{d1eccaa6-46e4-4478-bcaa-ae3d6bcfebf0}</Project>
1062       <Name>YX.Common</Name>
1063     </ProjectReference>
1064     <ProjectReference Include="..\YX.Entity\YX.Entity.csproj">
1065       <Project>{42617719-ec1f-4e0c-b427-78a92c5e7470}</Project>
1066       <Name>YX.Entity</Name>
1067     </ProjectReference>
1068   </ItemGroup>
1069   <ItemGroup />
1070   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1071   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
1072        Other similar extension points exist, see Microsoft.Common.targets.
1073   <Target Name="BeforeBuild">
1074   </Target>
1075   <Target Name="AfterBuild">
1076   </Target>
1077   -->
1078 </Project>