1
duan
2024-08-21 f71a02229c1ba00fbecaead19256593ffb052753
提交 | 用户 | age
90c6eb 1 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
J 2   <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
3   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
4   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5   <PropertyGroup>
6     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8     <ProductVersion>
9     </ProductVersion>
10     <SchemaVersion>2.0</SchemaVersion>
11     <ProjectGuid>{3CD25499-8291-48BB-9A24-D99BC1675A0D}</ProjectGuid>
12     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13     <OutputType>Library</OutputType>
14     <AppDesignerFolder>Properties</AppDesignerFolder>
15     <RootNamespace>ERPWeb.Web</RootNamespace>
16     <AssemblyName>ERPWeb.Web</AssemblyName>
8eea5c 17     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
90c6eb 18     <UseIISExpress>true</UseIISExpress>
J 19     <Use64BitIISExpress />
20     <IISExpressSSLPort />
21     <IISExpressAnonymousAuthentication />
22     <IISExpressWindowsAuthentication />
23     <IISExpressUseClassicPipelineMode />
24     <UseGlobalApplicationHostFile />
25     <NuGetPackageImportStamp>
26     </NuGetPackageImportStamp>
27     <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
8eea5c 28     <TargetFrameworkProfile />
90c6eb 29   </PropertyGroup>
J 30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <DebugSymbols>true</DebugSymbols>
32     <DebugType>full</DebugType>
33     <Optimize>false</Optimize>
34     <OutputPath>bin\</OutputPath>
35     <DefineConstants>DEBUG;TRACE</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <TypeScriptTarget>ES5</TypeScriptTarget>
39     <TypeScriptJSXEmit>None</TypeScriptJSXEmit>
40     <TypeScriptModuleKind />
41     <TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled>
42     <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny>
43     <TypeScriptRemoveComments>False</TypeScriptRemoveComments>
44     <TypeScriptOutFile />
45     <TypeScriptOutDir />
46     <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations>
47     <TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError>
48     <TypeScriptSourceMap>True</TypeScriptSourceMap>
49     <TypeScriptMapRoot />
50     <TypeScriptSourceRoot />
51     <FilesToIncludeForPublish>AllFilesInProjectFolder</FilesToIncludeForPublish>
52   </PropertyGroup>
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54     <DebugSymbols>true</DebugSymbols>
55     <DebugType>pdbonly</DebugType>
56     <Optimize>false</Optimize>
57     <OutputPath>bin\</OutputPath>
58     <DefineConstants>TRACE</DefineConstants>
59     <ErrorReport>prompt</ErrorReport>
60     <WarningLevel>4</WarningLevel>
61   </PropertyGroup>
62   <ItemGroup>
7c0749 63     <Reference Include="AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
J 64       <HintPath>..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath>
8eea5c 65     </Reference>
A 66     <Reference Include="DMC">
67       <HintPath>DLL\DMC.dll</HintPath>
90c6eb 68     </Reference>
J 69     <Reference Include="DotNetty.Buffers, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
70       <HintPath>..\packages\DotNetty.Buffers.0.6.0\lib\net45\DotNetty.Buffers.dll</HintPath>
71     </Reference>
72     <Reference Include="DotNetty.Codecs, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
73       <HintPath>..\packages\DotNetty.Codecs.0.6.0\lib\net45\DotNetty.Codecs.dll</HintPath>
74     </Reference>
75     <Reference Include="DotNetty.Common, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
76       <HintPath>..\packages\DotNetty.Common.0.6.0\lib\net45\DotNetty.Common.dll</HintPath>
77     </Reference>
78     <Reference Include="DotNetty.Transport, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
79       <HintPath>..\packages\DotNetty.Transport.0.6.0\lib\net45\DotNetty.Transport.dll</HintPath>
80     </Reference>
81     <Reference Include="DotNettyRPC, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
82       <HintPath>..\packages\DotNettyRPC.1.5.3\lib\net45\DotNettyRPC.dll</HintPath>
83     </Reference>
84     <Reference Include="Dynamitey, Version=2.0.9.136, Culture=neutral, PublicKeyToken=cbf53ea3aeb972c6, processorArchitecture=MSIL">
85       <HintPath>..\packages\Dynamitey.2.0.9.136\lib\net40\Dynamitey.dll</HintPath>
86     </Reference>
87     <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
88       <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
89     </Reference>
90     <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
91       <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
92     </Reference>
93     <Reference Include="EntityFramework6.Npgsql, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
94       <HintPath>..\packages\EntityFramework6.Npgsql.3.2.0\lib\net45\EntityFramework6.Npgsql.dll</HintPath>
95     </Reference>
96     <Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
97       <HintPath>..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
98     </Reference>
99     <Reference Include="ImpromptuInterface, Version=7.0.1.0, Culture=neutral, PublicKeyToken=0b1781c923b2975b, processorArchitecture=MSIL">
100       <HintPath>..\packages\ImpromptuInterface.7.0.1\lib\net40\ImpromptuInterface.dll</HintPath>
101     </Reference>
102     <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
103       <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
104     </Reference>
105     <Reference Include="Microsoft.CSharp" />
106     <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
107       <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.1.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
108     </Reference>
109     <Reference Include="Microsoft.Extensions.Logging, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
110       <HintPath>..\packages\Microsoft.Extensions.Logging.1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.dll</HintPath>
111     </Reference>
112     <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
113       <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
114     </Reference>
115     <Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
116       <HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
117     </Reference>
118     <Reference Include="MySql.Data.Entity.EF6, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
119       <HintPath>..\packages\MySql.Data.Entity.6.8.8\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
120     </Reference>
121     <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
122       <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
123     </Reference>
124     <Reference Include="Npgsql, Version=4.0.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
125       <HintPath>..\packages\Npgsql.4.0.3\lib\net451\Npgsql.dll</HintPath>
126     </Reference>
127     <Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
128       <HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
129     </Reference>
130     <Reference Include="Oracle.ManagedDataAccess.EntityFramework, Version=6.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
131       <HintPath>..\packages\Oracle.ManagedDataAccess.EntityFramework.18.3.0\lib\net45\Oracle.ManagedDataAccess.EntityFramework.dll</HintPath>
132     </Reference>
133     <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
134       <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
135     </Reference>
136     <Reference Include="System.ComponentModel" />
137     <Reference Include="System.ComponentModel.Composition" />
138     <Reference Include="System.Configuration.Install" />
8eea5c 139     <Reference Include="System.Data.DataSetExtensions" />
90c6eb 140     <Reference Include="System.DirectoryServices" />
J 141     <Reference Include="System.Drawing.Design" />
142     <Reference Include="System.IO.Compression" />
143     <Reference Include="System.IO.Compression.FileSystem" />
144     <Reference Include="System.Management" />
145     <Reference Include="System.Net.Http" />
146     <Reference Include="System.Numerics" />
147     <Reference Include="System.Runtime" />
148     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
149       <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
150     </Reference>
151     <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
152       <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
153     </Reference>
154     <Reference Include="System.Runtime.Serialization" />
155     <Reference Include="System.Security" />
156     <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
157       <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
158     </Reference>
159     <Reference Include="System.Transactions" />
160     <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
161       <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
162     </Reference>
163     <Reference Include="System.Web.DynamicData" />
164     <Reference Include="System.Web.Entity" />
165     <Reference Include="System.Web.ApplicationServices" />
166     <Reference Include="System.ComponentModel.DataAnnotations" />
167     <Reference Include="System" />
168     <Reference Include="System.Data" />
169     <Reference Include="System.Web.Extensions" />
170     <Reference Include="System.Drawing" />
171     <Reference Include="System.Web" />
172     <Reference Include="System.Xml" />
173     <Reference Include="System.Configuration" />
174     <Reference Include="System.Web.Services" />
175     <Reference Include="System.EnterpriseServices" />
8eea5c 176     <Reference Include="System.Xml.Linq" />
7b1d78 177     <Reference Include="zxing, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
A 178       <HintPath>..\packages\ZXing.Net.0.16.9\lib\net45\zxing.dll</HintPath>
179     </Reference>
180     <Reference Include="zxing.presentation, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
181       <HintPath>..\packages\ZXing.Net.0.16.9\lib\net45\zxing.presentation.dll</HintPath>
182     </Reference>
90c6eb 183   </ItemGroup>
J 184   <ItemGroup>
185     <Reference Include="System.Web.Razor">
186       <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
187     </Reference>
188     <Reference Include="System.Web.Webpages">
189       <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Webpages.dll</HintPath>
190     </Reference>
191     <Reference Include="System.Web.Webpages.Deployment">
192       <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
193     </Reference>
194     <Reference Include="System.Web.Webpages.Razor">
195       <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
196     </Reference>
197     <Reference Include="System.Web.Helpers">
198       <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
199     </Reference>
200     <Reference Include="Microsoft.Web.Infrastructure">
201       <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
202     </Reference>
203     <Reference Include="System.Web.Mvc">
204       <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
205     </Reference>
206   </ItemGroup>
207   <ItemGroup>
f8152f 208     <Content Include="Areas\GlobalM\Views\WorkflowRoute\EditNodeRouteForm.cshtml" />
A 209     <Content Include="Areas\GlobalM\Views\WorkflowRoute\Index.cshtml" />
210     <Content Include="Areas\GlobalM\Views\WorkflowRoute\IndexBackUp.cshtml" />
03b9d7 211     <Content Include="Content\bootstrap-theme.css" />
J 212     <Content Include="Content\bootstrap-theme.min.css" />
213     <Content Include="Content\bootstrap.css" />
214     <Content Include="Content\bootstrap.min.css" />
b65370 215     <Content Include="Content\Site.css" />
90c6eb 216     <Content Include="data.json" />
J 217     <None Include="Areas\GlobalM\Views\AccountSort\TreeForm.cshtml" />
40698f 218     <Content Include="DLL\DevExpress.dll" />
7b1d78 219     <Content Include="DLL\zxing.dll" />
A 220     <Content Include="DLL\zxing.presentation.dll" />
ef7699 221     <Content Include="EasyUI\easyloader.js" />
A 222     <Content Include="EasyUI\jquery.easyui.min.js" />
223     <Content Include="EasyUI\jquery.easyui.mobile.js" />
224     <Content Include="EasyUI\jquery.min.js" />
225     <Content Include="EasyUI\locale\easyui-lang-af.js" />
226     <Content Include="EasyUI\locale\easyui-lang-am.js" />
227     <Content Include="EasyUI\locale\easyui-lang-ar.js" />
228     <Content Include="EasyUI\locale\easyui-lang-bg.js" />
229     <Content Include="EasyUI\locale\easyui-lang-ca.js" />
230     <Content Include="EasyUI\locale\easyui-lang-cs.js" />
231     <Content Include="EasyUI\locale\easyui-lang-cz.js" />
232     <Content Include="EasyUI\locale\easyui-lang-da.js" />
233     <Content Include="EasyUI\locale\easyui-lang-de.js" />
234     <Content Include="EasyUI\locale\easyui-lang-el.js" />
235     <Content Include="EasyUI\locale\easyui-lang-en.js" />
236     <Content Include="EasyUI\locale\easyui-lang-es.js" />
237     <Content Include="EasyUI\locale\easyui-lang-fa.js" />
238     <Content Include="EasyUI\locale\easyui-lang-fr.js" />
239     <Content Include="EasyUI\locale\easyui-lang-it.js" />
240     <Content Include="EasyUI\locale\easyui-lang-jp.js" />
241     <Content Include="EasyUI\locale\easyui-lang-ko.js" />
242     <Content Include="EasyUI\locale\easyui-lang-nl.js" />
243     <Content Include="EasyUI\locale\easyui-lang-pl.js" />
244     <Content Include="EasyUI\locale\easyui-lang-pt_BR.js" />
245     <Content Include="EasyUI\locale\easyui-lang-ru.js" />
246     <Content Include="EasyUI\locale\easyui-lang-sv_SE.js" />
247     <Content Include="EasyUI\locale\easyui-lang-tr.js" />
248     <Content Include="EasyUI\locale\easyui-lang-ua.js" />
249     <Content Include="EasyUI\locale\easyui-lang-zh_CN.js" />
250     <Content Include="EasyUI\locale\easyui-lang-zh_TW.js" />
251     <Content Include="EasyUI\plugins\jquery.accordion.js" />
252     <Content Include="EasyUI\plugins\jquery.calendar.js" />
253     <Content Include="EasyUI\plugins\jquery.checkbox.js" />
254     <Content Include="EasyUI\plugins\jquery.combo.js" />
255     <Content Include="EasyUI\plugins\jquery.combobox.js" />
256     <Content Include="EasyUI\plugins\jquery.combogrid.js" />
257     <Content Include="EasyUI\plugins\jquery.combotree.js" />
258     <Content Include="EasyUI\plugins\jquery.combotreegrid.js" />
259     <Content Include="EasyUI\plugins\jquery.datagrid.js" />
260     <Content Include="EasyUI\plugins\jquery.datalist.js" />
261     <Content Include="EasyUI\plugins\jquery.datebox.js" />
262     <Content Include="EasyUI\plugins\jquery.datetimebox.js" />
263     <Content Include="EasyUI\plugins\jquery.datetimespinner.js" />
264     <Content Include="EasyUI\plugins\jquery.dialog.js" />
265     <Content Include="EasyUI\plugins\jquery.draggable.js" />
266     <Content Include="EasyUI\plugins\jquery.droppable.js" />
267     <Content Include="EasyUI\plugins\jquery.filebox.js" />
268     <Content Include="EasyUI\plugins\jquery.form.js" />
269     <Content Include="EasyUI\plugins\jquery.layout.js" />
270     <Content Include="EasyUI\plugins\jquery.linkbutton.js" />
271     <Content Include="EasyUI\plugins\jquery.maskedbox.js" />
272     <Content Include="EasyUI\plugins\jquery.menu.js" />
273     <Content Include="EasyUI\plugins\jquery.menubutton.js" />
274     <Content Include="EasyUI\plugins\jquery.messager.js" />
275     <Content Include="EasyUI\plugins\jquery.mobile.js" />
276     <Content Include="EasyUI\plugins\jquery.numberbox.js" />
277     <Content Include="EasyUI\plugins\jquery.numberspinner.js" />
278     <Content Include="EasyUI\plugins\jquery.pagination.js" />
279     <Content Include="EasyUI\plugins\jquery.panel.js" />
280     <Content Include="EasyUI\plugins\jquery.parser.js" />
281     <Content Include="EasyUI\plugins\jquery.passwordbox.js" />
282     <Content Include="EasyUI\plugins\jquery.progressbar.js" />
283     <Content Include="EasyUI\plugins\jquery.propertygrid.js" />
284     <Content Include="EasyUI\plugins\jquery.radiobutton.js" />
285     <Content Include="EasyUI\plugins\jquery.resizable.js" />
286     <Content Include="EasyUI\plugins\jquery.searchbox.js" />
287     <Content Include="EasyUI\plugins\jquery.sidemenu.js" />
288     <Content Include="EasyUI\plugins\jquery.slider.js" />
289     <Content Include="EasyUI\plugins\jquery.spinner.js" />
290     <Content Include="EasyUI\plugins\jquery.splitbutton.js" />
291     <Content Include="EasyUI\plugins\jquery.switchbutton.js" />
292     <Content Include="EasyUI\plugins\jquery.tabs.js" />
293     <Content Include="EasyUI\plugins\jquery.tagbox.js" />
294     <Content Include="EasyUI\plugins\jquery.textbox.js" />
295     <Content Include="EasyUI\plugins\jquery.timespinner.js" />
296     <Content Include="EasyUI\plugins\jquery.tooltip.js" />
297     <Content Include="EasyUI\plugins\jquery.tree.js" />
298     <Content Include="EasyUI\plugins\jquery.treegrid.js" />
299     <Content Include="EasyUI\plugins\jquery.validatebox.js" />
300     <Content Include="EasyUI\plugins\jquery.window.js" />
301     <Content Include="EasyUI\src\easyloader.js" />
302     <Content Include="EasyUI\src\jquery.accordion.js" />
303     <Content Include="EasyUI\src\jquery.calendar.js" />
304     <Content Include="EasyUI\src\jquery.combobox.js" />
305     <Content Include="EasyUI\src\jquery.datebox.js" />
306     <Content Include="EasyUI\src\jquery.draggable.js" />
307     <Content Include="EasyUI\src\jquery.droppable.js" />
308     <Content Include="EasyUI\src\jquery.form.js" />
309     <Content Include="EasyUI\src\jquery.linkbutton.js" />
310     <Content Include="EasyUI\src\jquery.menu.js" />
311     <Content Include="EasyUI\src\jquery.parser.js" />
312     <Content Include="EasyUI\src\jquery.progressbar.js" />
313     <Content Include="EasyUI\src\jquery.propertygrid.js" />
314     <Content Include="EasyUI\src\jquery.resizable.js" />
315     <Content Include="EasyUI\src\jquery.slider.js" />
316     <Content Include="EasyUI\src\jquery.tabs.js" />
317     <Content Include="EasyUI\src\jquery.window.js" />
318     <Content Include="EasyUI\themes\angular.css" />
319     <Content Include="EasyUI\themes\black\accordion.css" />
320     <Content Include="EasyUI\themes\black\calendar.css" />
321     <Content Include="EasyUI\themes\black\checkbox.css" />
322     <Content Include="EasyUI\themes\black\combo.css" />
323     <Content Include="EasyUI\themes\black\combobox.css" />
324     <Content Include="EasyUI\themes\black\datagrid.css" />
325     <Content Include="EasyUI\themes\black\datalist.css" />
326     <Content Include="EasyUI\themes\black\datebox.css" />
327     <Content Include="EasyUI\themes\black\dialog.css" />
328     <Content Include="EasyUI\themes\black\easyui.css" />
329     <Content Include="EasyUI\themes\black\filebox.css" />
330     <Content Include="EasyUI\themes\black\images\accordion_arrows.png" />
331     <Content Include="EasyUI\themes\black\images\blank.gif" />
332     <Content Include="EasyUI\themes\black\images\calendar_arrows.png" />
333     <Content Include="EasyUI\themes\black\images\combo_arrow.png" />
334     <Content Include="EasyUI\themes\black\images\datagrid_icons.png" />
335     <Content Include="EasyUI\themes\black\images\datebox_arrow.png" />
336     <Content Include="EasyUI\themes\black\images\layout_arrows.png" />
337     <Content Include="EasyUI\themes\black\images\linkbutton_bg.png" />
338     <Content Include="EasyUI\themes\black\images\loading.gif" />
339     <Content Include="EasyUI\themes\black\images\menu_arrows.png" />
340     <Content Include="EasyUI\themes\black\images\messager_icons.png" />
341     <Content Include="EasyUI\themes\black\images\pagination_icons.png" />
342     <Content Include="EasyUI\themes\black\images\panel_tools.png" />
343     <Content Include="EasyUI\themes\black\images\passwordbox_close.png" />
344     <Content Include="EasyUI\themes\black\images\passwordbox_open.png" />
345     <Content Include="EasyUI\themes\black\images\searchbox_button.png" />
346     <Content Include="EasyUI\themes\black\images\slider_handle.png" />
347     <Content Include="EasyUI\themes\black\images\spinner_arrows.png" />
348     <Content Include="EasyUI\themes\black\images\tabs_icons.png" />
349     <Content Include="EasyUI\themes\black\images\tagbox_icons.png" />
350     <Content Include="EasyUI\themes\black\images\tree_icons.png" />
351     <Content Include="EasyUI\themes\black\images\validatebox_warning.png" />
352     <Content Include="EasyUI\themes\black\layout.css" />
353     <Content Include="EasyUI\themes\black\linkbutton.css" />
354     <Content Include="EasyUI\themes\black\menu.css" />
355     <Content Include="EasyUI\themes\black\menubutton.css" />
356     <Content Include="EasyUI\themes\black\messager.css" />
357     <Content Include="EasyUI\themes\black\numberbox.css" />
358     <Content Include="EasyUI\themes\black\pagination.css" />
359     <Content Include="EasyUI\themes\black\panel.css" />
360     <Content Include="EasyUI\themes\black\passwordbox.css" />
361     <Content Include="EasyUI\themes\black\progressbar.css" />
362     <Content Include="EasyUI\themes\black\propertygrid.css" />
363     <Content Include="EasyUI\themes\black\radiobutton.css" />
364     <Content Include="EasyUI\themes\black\searchbox.css" />
365     <Content Include="EasyUI\themes\black\sidemenu.css" />
366     <Content Include="EasyUI\themes\black\slider.css" />
367     <Content Include="EasyUI\themes\black\spinner.css" />
368     <Content Include="EasyUI\themes\black\splitbutton.css" />
369     <Content Include="EasyUI\themes\black\switchbutton.css" />
370     <Content Include="EasyUI\themes\black\tabs.css" />
371     <Content Include="EasyUI\themes\black\tagbox.css" />
372     <Content Include="EasyUI\themes\black\textbox.css" />
373     <Content Include="EasyUI\themes\black\tooltip.css" />
374     <Content Include="EasyUI\themes\black\tree.css" />
375     <Content Include="EasyUI\themes\black\validatebox.css" />
376     <Content Include="EasyUI\themes\black\window.css" />
377     <Content Include="EasyUI\themes\bootstrap\accordion.css" />
378     <Content Include="EasyUI\themes\bootstrap\calendar.css" />
379     <Content Include="EasyUI\themes\bootstrap\checkbox.css" />
380     <Content Include="EasyUI\themes\bootstrap\combo.css" />
381     <Content Include="EasyUI\themes\bootstrap\combobox.css" />
382     <Content Include="EasyUI\themes\bootstrap\datagrid.css" />
383     <Content Include="EasyUI\themes\bootstrap\datalist.css" />
384     <Content Include="EasyUI\themes\bootstrap\datebox.css" />
385     <Content Include="EasyUI\themes\bootstrap\dialog.css" />
386     <Content Include="EasyUI\themes\bootstrap\easyui.css" />
387     <Content Include="EasyUI\themes\bootstrap\filebox.css" />
388     <Content Include="EasyUI\themes\bootstrap\images\accordion_arrows.png" />
389     <Content Include="EasyUI\themes\bootstrap\images\blank.gif" />
390     <Content Include="EasyUI\themes\bootstrap\images\calendar_arrows.png" />
391     <Content Include="EasyUI\themes\bootstrap\images\combo_arrow.png" />
392     <Content Include="EasyUI\themes\bootstrap\images\datagrid_icons.png" />
393     <Content Include="EasyUI\themes\bootstrap\images\datebox_arrow.png" />
394     <Content Include="EasyUI\themes\bootstrap\images\layout_arrows.png" />
395     <Content Include="EasyUI\themes\bootstrap\images\linkbutton_bg.png" />
396     <Content Include="EasyUI\themes\bootstrap\images\loading.gif" />
397     <Content Include="EasyUI\themes\bootstrap\images\menu_arrows.png" />
398     <Content Include="EasyUI\themes\bootstrap\images\messager_icons.png" />
399     <Content Include="EasyUI\themes\bootstrap\images\pagination_icons.png" />
400     <Content Include="EasyUI\themes\bootstrap\images\panel_tools.png" />
401     <Content Include="EasyUI\themes\bootstrap\images\passwordbox_close.png" />
402     <Content Include="EasyUI\themes\bootstrap\images\passwordbox_open.png" />
403     <Content Include="EasyUI\themes\bootstrap\images\searchbox_button.png" />
404     <Content Include="EasyUI\themes\bootstrap\images\slider_handle.png" />
405     <Content Include="EasyUI\themes\bootstrap\images\spinner_arrows.png" />
406     <Content Include="EasyUI\themes\bootstrap\images\tabs_icons.png" />
407     <Content Include="EasyUI\themes\bootstrap\images\tagbox_icons.png" />
408     <Content Include="EasyUI\themes\bootstrap\images\tree_icons.png" />
409     <Content Include="EasyUI\themes\bootstrap\images\validatebox_warning.png" />
410     <Content Include="EasyUI\themes\bootstrap\layout.css" />
411     <Content Include="EasyUI\themes\bootstrap\linkbutton.css" />
412     <Content Include="EasyUI\themes\bootstrap\menu.css" />
413     <Content Include="EasyUI\themes\bootstrap\menubutton.css" />
414     <Content Include="EasyUI\themes\bootstrap\messager.css" />
415     <Content Include="EasyUI\themes\bootstrap\numberbox.css" />
416     <Content Include="EasyUI\themes\bootstrap\pagination.css" />
417     <Content Include="EasyUI\themes\bootstrap\panel.css" />
418     <Content Include="EasyUI\themes\bootstrap\passwordbox.css" />
419     <Content Include="EasyUI\themes\bootstrap\progressbar.css" />
420     <Content Include="EasyUI\themes\bootstrap\propertygrid.css" />
421     <Content Include="EasyUI\themes\bootstrap\radiobutton.css" />
422     <Content Include="EasyUI\themes\bootstrap\searchbox.css" />
423     <Content Include="EasyUI\themes\bootstrap\sidemenu.css" />
424     <Content Include="EasyUI\themes\bootstrap\slider.css" />
425     <Content Include="EasyUI\themes\bootstrap\spinner.css" />
426     <Content Include="EasyUI\themes\bootstrap\splitbutton.css" />
427     <Content Include="EasyUI\themes\bootstrap\switchbutton.css" />
428     <Content Include="EasyUI\themes\bootstrap\tabs.css" />
429     <Content Include="EasyUI\themes\bootstrap\tagbox.css" />
430     <Content Include="EasyUI\themes\bootstrap\textbox.css" />
431     <Content Include="EasyUI\themes\bootstrap\tooltip.css" />
432     <Content Include="EasyUI\themes\bootstrap\tree.css" />
433     <Content Include="EasyUI\themes\bootstrap\validatebox.css" />
434     <Content Include="EasyUI\themes\bootstrap\window.css" />
435     <Content Include="EasyUI\themes\color.css" />
436     <Content Include="EasyUI\themes\default\accordion.css" />
437     <Content Include="EasyUI\themes\default\calendar.css" />
438     <Content Include="EasyUI\themes\default\checkbox.css" />
439     <Content Include="EasyUI\themes\default\combo.css" />
440     <Content Include="EasyUI\themes\default\combobox.css" />
441     <Content Include="EasyUI\themes\default\datagrid.css" />
442     <Content Include="EasyUI\themes\default\datalist.css" />
443     <Content Include="EasyUI\themes\default\datebox.css" />
444     <Content Include="EasyUI\themes\default\dialog.css" />
445     <Content Include="EasyUI\themes\default\easyui.css" />
446     <Content Include="EasyUI\themes\default\filebox.css" />
447     <Content Include="EasyUI\themes\default\images\accordion_arrows.png" />
448     <Content Include="EasyUI\themes\default\images\blank.gif" />
449     <Content Include="EasyUI\themes\default\images\calendar_arrows.png" />
450     <Content Include="EasyUI\themes\default\images\combo_arrow.png" />
451     <Content Include="EasyUI\themes\default\images\datagrid_icons.png" />
452     <Content Include="EasyUI\themes\default\images\datebox_arrow.png" />
453     <Content Include="EasyUI\themes\default\images\layout_arrows.png" />
454     <Content Include="EasyUI\themes\default\images\linkbutton_bg.png" />
455     <Content Include="EasyUI\themes\default\images\loading.gif" />
456     <Content Include="EasyUI\themes\default\images\menu_arrows.png" />
457     <Content Include="EasyUI\themes\default\images\messager_icons.png" />
458     <Content Include="EasyUI\themes\default\images\pagination_icons.png" />
459     <Content Include="EasyUI\themes\default\images\panel_tools.png" />
460     <Content Include="EasyUI\themes\default\images\passwordbox_close.png" />
461     <Content Include="EasyUI\themes\default\images\passwordbox_open.png" />
462     <Content Include="EasyUI\themes\default\images\searchbox_button.png" />
463     <Content Include="EasyUI\themes\default\images\slider_handle.png" />
464     <Content Include="EasyUI\themes\default\images\spinner_arrows.png" />
465     <Content Include="EasyUI\themes\default\images\tabs_icons.png" />
466     <Content Include="EasyUI\themes\default\images\tagbox_icons.png" />
467     <Content Include="EasyUI\themes\default\images\tree_icons.png" />
468     <Content Include="EasyUI\themes\default\images\validatebox_warning.png" />
469     <Content Include="EasyUI\themes\default\layout.css" />
470     <Content Include="EasyUI\themes\default\linkbutton.css" />
471     <Content Include="EasyUI\themes\default\menu.css" />
472     <Content Include="EasyUI\themes\default\menubutton.css" />
473     <Content Include="EasyUI\themes\default\messager.css" />
474     <Content Include="EasyUI\themes\default\numberbox.css" />
475     <Content Include="EasyUI\themes\default\pagination.css" />
476     <Content Include="EasyUI\themes\default\panel.css" />
477     <Content Include="EasyUI\themes\default\passwordbox.css" />
478     <Content Include="EasyUI\themes\default\progressbar.css" />
479     <Content Include="EasyUI\themes\default\propertygrid.css" />
480     <Content Include="EasyUI\themes\default\radiobutton.css" />
481     <Content Include="EasyUI\themes\default\searchbox.css" />
482     <Content Include="EasyUI\themes\default\sidemenu.css" />
483     <Content Include="EasyUI\themes\default\slider.css" />
484     <Content Include="EasyUI\themes\default\spinner.css" />
485     <Content Include="EasyUI\themes\default\splitbutton.css" />
486     <Content Include="EasyUI\themes\default\switchbutton.css" />
487     <Content Include="EasyUI\themes\default\tabs.css" />
488     <Content Include="EasyUI\themes\default\tagbox.css" />
489     <Content Include="EasyUI\themes\default\textbox.css" />
490     <Content Include="EasyUI\themes\default\tooltip.css" />
491     <Content Include="EasyUI\themes\default\tree.css" />
492     <Content Include="EasyUI\themes\default\validatebox.css" />
493     <Content Include="EasyUI\themes\default\window.css" />
494     <Content Include="EasyUI\themes\easyui.css" />
495     <Content Include="EasyUI\themes\gray\accordion.css" />
496     <Content Include="EasyUI\themes\gray\calendar.css" />
497     <Content Include="EasyUI\themes\gray\checkbox.css" />
498     <Content Include="EasyUI\themes\gray\combo.css" />
499     <Content Include="EasyUI\themes\gray\combobox.css" />
500     <Content Include="EasyUI\themes\gray\datagrid.css" />
501     <Content Include="EasyUI\themes\gray\datalist.css" />
502     <Content Include="EasyUI\themes\gray\datebox.css" />
503     <Content Include="EasyUI\themes\gray\dialog.css" />
504     <Content Include="EasyUI\themes\gray\easyui.css" />
505     <Content Include="EasyUI\themes\gray\filebox.css" />
506     <Content Include="EasyUI\themes\gray\images\accordion_arrows.png" />
507     <Content Include="EasyUI\themes\gray\images\blank.gif" />
508     <Content Include="EasyUI\themes\gray\images\calendar_arrows.png" />
509     <Content Include="EasyUI\themes\gray\images\combo_arrow.png" />
510     <Content Include="EasyUI\themes\gray\images\datagrid_icons.png" />
511     <Content Include="EasyUI\themes\gray\images\datebox_arrow.png" />
512     <Content Include="EasyUI\themes\gray\images\layout_arrows.png" />
513     <Content Include="EasyUI\themes\gray\images\linkbutton_bg.png" />
514     <Content Include="EasyUI\themes\gray\images\loading.gif" />
515     <Content Include="EasyUI\themes\gray\images\menu_arrows.png" />
516     <Content Include="EasyUI\themes\gray\images\messager_icons.png" />
517     <Content Include="EasyUI\themes\gray\images\pagination_icons.png" />
518     <Content Include="EasyUI\themes\gray\images\panel_tools.png" />
519     <Content Include="EasyUI\themes\gray\images\passwordbox_close.png" />
520     <Content Include="EasyUI\themes\gray\images\passwordbox_open.png" />
521     <Content Include="EasyUI\themes\gray\images\searchbox_button.png" />
522     <Content Include="EasyUI\themes\gray\images\slider_handle.png" />
523     <Content Include="EasyUI\themes\gray\images\spinner_arrows.png" />
524     <Content Include="EasyUI\themes\gray\images\tabs_icons.png" />
525     <Content Include="EasyUI\themes\gray\images\tagbox_icons.png" />
526     <Content Include="EasyUI\themes\gray\images\tree_icons.png" />
527     <Content Include="EasyUI\themes\gray\images\validatebox_warning.png" />
528     <Content Include="EasyUI\themes\gray\layout.css" />
529     <Content Include="EasyUI\themes\gray\linkbutton.css" />
530     <Content Include="EasyUI\themes\gray\menu.css" />
531     <Content Include="EasyUI\themes\gray\menubutton.css" />
532     <Content Include="EasyUI\themes\gray\messager.css" />
533     <Content Include="EasyUI\themes\gray\numberbox.css" />
534     <Content Include="EasyUI\themes\gray\pagination.css" />
535     <Content Include="EasyUI\themes\gray\panel.css" />
536     <Content Include="EasyUI\themes\gray\passwordbox.css" />
537     <Content Include="EasyUI\themes\gray\progressbar.css" />
538     <Content Include="EasyUI\themes\gray\propertygrid.css" />
539     <Content Include="EasyUI\themes\gray\radiobutton.css" />
540     <Content Include="EasyUI\themes\gray\searchbox.css" />
541     <Content Include="EasyUI\themes\gray\sidemenu.css" />
542     <Content Include="EasyUI\themes\gray\slider.css" />
543     <Content Include="EasyUI\themes\gray\spinner.css" />
544     <Content Include="EasyUI\themes\gray\splitbutton.css" />
545     <Content Include="EasyUI\themes\gray\switchbutton.css" />
546     <Content Include="EasyUI\themes\gray\tabs.css" />
547     <Content Include="EasyUI\themes\gray\tagbox.css" />
548     <Content Include="EasyUI\themes\gray\textbox.css" />
549     <Content Include="EasyUI\themes\gray\tooltip.css" />
550     <Content Include="EasyUI\themes\gray\tree.css" />
551     <Content Include="EasyUI\themes\gray\validatebox.css" />
552     <Content Include="EasyUI\themes\gray\window.css" />
553     <Content Include="EasyUI\themes\icon.css" />
554     <Content Include="EasyUI\themes\icons\back.png" />
555     <Content Include="EasyUI\themes\icons\blank.gif" />
556     <Content Include="EasyUI\themes\icons\cancel.png" />
557     <Content Include="EasyUI\themes\icons\clear.png" />
558     <Content Include="EasyUI\themes\icons\cut.png" />
559     <Content Include="EasyUI\themes\icons\edit_add.png" />
560     <Content Include="EasyUI\themes\icons\edit_remove.png" />
561     <Content Include="EasyUI\themes\icons\filesave.png" />
562     <Content Include="EasyUI\themes\icons\filter.png" />
563     <Content Include="EasyUI\themes\icons\help.png" />
564     <Content Include="EasyUI\themes\icons\large_chart.png" />
565     <Content Include="EasyUI\themes\icons\large_clipart.png" />
566     <Content Include="EasyUI\themes\icons\large_picture.png" />
567     <Content Include="EasyUI\themes\icons\large_shapes.png" />
568     <Content Include="EasyUI\themes\icons\large_smartart.png" />
569     <Content Include="EasyUI\themes\icons\lock.png" />
570     <Content Include="EasyUI\themes\icons\man.png" />
571     <Content Include="EasyUI\themes\icons\mini_add.png" />
572     <Content Include="EasyUI\themes\icons\mini_edit.png" />
573     <Content Include="EasyUI\themes\icons\mini_refresh.png" />
574     <Content Include="EasyUI\themes\icons\more.png" />
575     <Content Include="EasyUI\themes\icons\no.png" />
576     <Content Include="EasyUI\themes\icons\ok.png" />
577     <Content Include="EasyUI\themes\icons\pencil.png" />
578     <Content Include="EasyUI\themes\icons\print.png" />
579     <Content Include="EasyUI\themes\icons\redo.png" />
580     <Content Include="EasyUI\themes\icons\reload.png" />
581     <Content Include="EasyUI\themes\icons\search.png" />
582     <Content Include="EasyUI\themes\icons\sum.png" />
583     <Content Include="EasyUI\themes\icons\tip.png" />
584     <Content Include="EasyUI\themes\icons\undo.png" />
585     <Content Include="EasyUI\themes\material-teal\accordion.css" />
586     <Content Include="EasyUI\themes\material-teal\calendar.css" />
587     <Content Include="EasyUI\themes\material-teal\checkbox.css" />
588     <Content Include="EasyUI\themes\material-teal\combo.css" />
589     <Content Include="EasyUI\themes\material-teal\combobox.css" />
590     <Content Include="EasyUI\themes\material-teal\datagrid.css" />
591     <Content Include="EasyUI\themes\material-teal\datalist.css" />
592     <Content Include="EasyUI\themes\material-teal\datebox.css" />
593     <Content Include="EasyUI\themes\material-teal\dialog.css" />
594     <Content Include="EasyUI\themes\material-teal\easyui.css" />
595     <Content Include="EasyUI\themes\material-teal\filebox.css" />
596     <Content Include="EasyUI\themes\material-teal\images\accordion_arrows.png" />
597     <Content Include="EasyUI\themes\material-teal\images\blank.gif" />
598     <Content Include="EasyUI\themes\material-teal\images\calendar_arrows.png" />
599     <Content Include="EasyUI\themes\material-teal\images\combo_arrow.png" />
600     <Content Include="EasyUI\themes\material-teal\images\datagrid_icons.png" />
601     <Content Include="EasyUI\themes\material-teal\images\datebox_arrow.png" />
602     <Content Include="EasyUI\themes\material-teal\images\layout_arrows.png" />
603     <Content Include="EasyUI\themes\material-teal\images\linkbutton_bg.png" />
604     <Content Include="EasyUI\themes\material-teal\images\loading.gif" />
605     <Content Include="EasyUI\themes\material-teal\images\menu_arrows.png" />
606     <Content Include="EasyUI\themes\material-teal\images\messager_icons.png" />
607     <Content Include="EasyUI\themes\material-teal\images\pagination_icons.png" />
608     <Content Include="EasyUI\themes\material-teal\images\panel_tools.png" />
609     <Content Include="EasyUI\themes\material-teal\images\passwordbox_close.png" />
610     <Content Include="EasyUI\themes\material-teal\images\passwordbox_open.png" />
611     <Content Include="EasyUI\themes\material-teal\images\searchbox_button.png" />
612     <Content Include="EasyUI\themes\material-teal\images\slider_handle.png" />
613     <Content Include="EasyUI\themes\material-teal\images\spinner_arrows.png" />
614     <Content Include="EasyUI\themes\material-teal\images\tabs_icons.png" />
615     <Content Include="EasyUI\themes\material-teal\images\tagbox_icons.png" />
616     <Content Include="EasyUI\themes\material-teal\images\tree_icons.png" />
617     <Content Include="EasyUI\themes\material-teal\images\validatebox_warning.png" />
618     <Content Include="EasyUI\themes\material-teal\layout.css" />
619     <Content Include="EasyUI\themes\material-teal\linkbutton.css" />
620     <Content Include="EasyUI\themes\material-teal\menu.css" />
621     <Content Include="EasyUI\themes\material-teal\menubutton.css" />
622     <Content Include="EasyUI\themes\material-teal\messager.css" />
623     <Content Include="EasyUI\themes\material-teal\numberbox.css" />
624     <Content Include="EasyUI\themes\material-teal\pagination.css" />
625     <Content Include="EasyUI\themes\material-teal\panel.css" />
626     <Content Include="EasyUI\themes\material-teal\passwordbox.css" />
627     <Content Include="EasyUI\themes\material-teal\progressbar.css" />
628     <Content Include="EasyUI\themes\material-teal\propertygrid.css" />
629     <Content Include="EasyUI\themes\material-teal\radiobutton.css" />
630     <Content Include="EasyUI\themes\material-teal\searchbox.css" />
631     <Content Include="EasyUI\themes\material-teal\sidemenu.css" />
632     <Content Include="EasyUI\themes\material-teal\slider.css" />
633     <Content Include="EasyUI\themes\material-teal\spinner.css" />
634     <Content Include="EasyUI\themes\material-teal\splitbutton.css" />
635     <Content Include="EasyUI\themes\material-teal\switchbutton.css" />
636     <Content Include="EasyUI\themes\material-teal\tabs.css" />
637     <Content Include="EasyUI\themes\material-teal\tagbox.css" />
638     <Content Include="EasyUI\themes\material-teal\textbox.css" />
639     <Content Include="EasyUI\themes\material-teal\tooltip.css" />
640     <Content Include="EasyUI\themes\material-teal\tree.css" />
641     <Content Include="EasyUI\themes\material-teal\validatebox.css" />
642     <Content Include="EasyUI\themes\material-teal\window.css" />
643     <Content Include="EasyUI\themes\material\accordion.css" />
644     <Content Include="EasyUI\themes\material\calendar.css" />
645     <Content Include="EasyUI\themes\material\checkbox.css" />
646     <Content Include="EasyUI\themes\material\combo.css" />
647     <Content Include="EasyUI\themes\material\combobox.css" />
648     <Content Include="EasyUI\themes\material\datagrid.css" />
649     <Content Include="EasyUI\themes\material\datalist.css" />
650     <Content Include="EasyUI\themes\material\datebox.css" />
651     <Content Include="EasyUI\themes\material\dialog.css" />
652     <Content Include="EasyUI\themes\material\easyui.css" />
653     <Content Include="EasyUI\themes\material\filebox.css" />
654     <Content Include="EasyUI\themes\material\images\accordion_arrows.png" />
655     <Content Include="EasyUI\themes\material\images\blank.gif" />
656     <Content Include="EasyUI\themes\material\images\calendar_arrows.png" />
657     <Content Include="EasyUI\themes\material\images\combo_arrow.png" />
658     <Content Include="EasyUI\themes\material\images\datagrid_icons.png" />
659     <Content Include="EasyUI\themes\material\images\datebox_arrow.png" />
660     <Content Include="EasyUI\themes\material\images\layout_arrows.png" />
661     <Content Include="EasyUI\themes\material\images\linkbutton_bg.png" />
662     <Content Include="EasyUI\themes\material\images\loading.gif" />
663     <Content Include="EasyUI\themes\material\images\menu_arrows.png" />
664     <Content Include="EasyUI\themes\material\images\messager_icons.png" />
665     <Content Include="EasyUI\themes\material\images\pagination_icons.png" />
666     <Content Include="EasyUI\themes\material\images\panel_tools.png" />
667     <Content Include="EasyUI\themes\material\images\passwordbox_close.png" />
668     <Content Include="EasyUI\themes\material\images\passwordbox_open.png" />
669     <Content Include="EasyUI\themes\material\images\searchbox_button.png" />
670     <Content Include="EasyUI\themes\material\images\slider_handle.png" />
671     <Content Include="EasyUI\themes\material\images\spinner_arrows.png" />
672     <Content Include="EasyUI\themes\material\images\tabs_icons.png" />
673     <Content Include="EasyUI\themes\material\images\tagbox_icons.png" />
674     <Content Include="EasyUI\themes\material\images\tree_icons.png" />
675     <Content Include="EasyUI\themes\material\images\validatebox_warning.png" />
676     <Content Include="EasyUI\themes\material\layout.css" />
677     <Content Include="EasyUI\themes\material\linkbutton.css" />
678     <Content Include="EasyUI\themes\material\menu.css" />
679     <Content Include="EasyUI\themes\material\menubutton.css" />
680     <Content Include="EasyUI\themes\material\messager.css" />
681     <Content Include="EasyUI\themes\material\numberbox.css" />
682     <Content Include="EasyUI\themes\material\pagination.css" />
683     <Content Include="EasyUI\themes\material\panel.css" />
684     <Content Include="EasyUI\themes\material\passwordbox.css" />
685     <Content Include="EasyUI\themes\material\progressbar.css" />
686     <Content Include="EasyUI\themes\material\propertygrid.css" />
687     <Content Include="EasyUI\themes\material\radiobutton.css" />
688     <Content Include="EasyUI\themes\material\searchbox.css" />
689     <Content Include="EasyUI\themes\material\sidemenu.css" />
690     <Content Include="EasyUI\themes\material\slider.css" />
691     <Content Include="EasyUI\themes\material\spinner.css" />
692     <Content Include="EasyUI\themes\material\splitbutton.css" />
693     <Content Include="EasyUI\themes\material\switchbutton.css" />
694     <Content Include="EasyUI\themes\material\tabs.css" />
695     <Content Include="EasyUI\themes\material\tagbox.css" />
696     <Content Include="EasyUI\themes\material\textbox.css" />
697     <Content Include="EasyUI\themes\material\tooltip.css" />
698     <Content Include="EasyUI\themes\material\tree.css" />
699     <Content Include="EasyUI\themes\material\validatebox.css" />
700     <Content Include="EasyUI\themes\material\window.css" />
701     <Content Include="EasyUI\themes\metro\accordion.css" />
702     <Content Include="EasyUI\themes\metro\calendar.css" />
703     <Content Include="EasyUI\themes\metro\checkbox.css" />
704     <Content Include="EasyUI\themes\metro\combo.css" />
705     <Content Include="EasyUI\themes\metro\combobox.css" />
706     <Content Include="EasyUI\themes\metro\datagrid.css" />
707     <Content Include="EasyUI\themes\metro\datalist.css" />
708     <Content Include="EasyUI\themes\metro\datebox.css" />
709     <Content Include="EasyUI\themes\metro\dialog.css" />
710     <Content Include="EasyUI\themes\metro\easyui.css" />
711     <Content Include="EasyUI\themes\metro\filebox.css" />
712     <Content Include="EasyUI\themes\metro\images\accordion_arrows.png" />
713     <Content Include="EasyUI\themes\metro\images\blank.gif" />
714     <Content Include="EasyUI\themes\metro\images\calendar_arrows.png" />
715     <Content Include="EasyUI\themes\metro\images\combo_arrow.png" />
716     <Content Include="EasyUI\themes\metro\images\datagrid_icons.png" />
717     <Content Include="EasyUI\themes\metro\images\datebox_arrow.png" />
718     <Content Include="EasyUI\themes\metro\images\layout_arrows.png" />
719     <Content Include="EasyUI\themes\metro\images\linkbutton_bg.png" />
720     <Content Include="EasyUI\themes\metro\images\loading.gif" />
721     <Content Include="EasyUI\themes\metro\images\menu_arrows.png" />
722     <Content Include="EasyUI\themes\metro\images\messager_icons.png" />
723     <Content Include="EasyUI\themes\metro\images\pagination_icons.png" />
724     <Content Include="EasyUI\themes\metro\images\panel_tools.png" />
725     <Content Include="EasyUI\themes\metro\images\passwordbox_close.png" />
726     <Content Include="EasyUI\themes\metro\images\passwordbox_open.png" />
727     <Content Include="EasyUI\themes\metro\images\searchbox_button.png" />
728     <Content Include="EasyUI\themes\metro\images\slider_handle.png" />
729     <Content Include="EasyUI\themes\metro\images\spinner_arrows.png" />
730     <Content Include="EasyUI\themes\metro\images\tabs_icons.png" />
731     <Content Include="EasyUI\themes\metro\images\tagbox_icons.png" />
732     <Content Include="EasyUI\themes\metro\images\tree_icons.png" />
733     <Content Include="EasyUI\themes\metro\images\validatebox_warning.png" />
734     <Content Include="EasyUI\themes\metro\layout.css" />
735     <Content Include="EasyUI\themes\metro\linkbutton.css" />
736     <Content Include="EasyUI\themes\metro\menu.css" />
737     <Content Include="EasyUI\themes\metro\menubutton.css" />
738     <Content Include="EasyUI\themes\metro\messager.css" />
739     <Content Include="EasyUI\themes\metro\numberbox.css" />
740     <Content Include="EasyUI\themes\metro\pagination.css" />
741     <Content Include="EasyUI\themes\metro\panel.css" />
742     <Content Include="EasyUI\themes\metro\passwordbox.css" />
743     <Content Include="EasyUI\themes\metro\progressbar.css" />
744     <Content Include="EasyUI\themes\metro\propertygrid.css" />
745     <Content Include="EasyUI\themes\metro\radiobutton.css" />
746     <Content Include="EasyUI\themes\metro\searchbox.css" />
747     <Content Include="EasyUI\themes\metro\sidemenu.css" />
748     <Content Include="EasyUI\themes\metro\slider.css" />
749     <Content Include="EasyUI\themes\metro\spinner.css" />
750     <Content Include="EasyUI\themes\metro\splitbutton.css" />
751     <Content Include="EasyUI\themes\metro\switchbutton.css" />
752     <Content Include="EasyUI\themes\metro\tabs.css" />
753     <Content Include="EasyUI\themes\metro\tagbox.css" />
754     <Content Include="EasyUI\themes\metro\textbox.css" />
755     <Content Include="EasyUI\themes\metro\tooltip.css" />
756     <Content Include="EasyUI\themes\metro\tree.css" />
757     <Content Include="EasyUI\themes\metro\validatebox.css" />
758     <Content Include="EasyUI\themes\metro\window.css" />
759     <Content Include="EasyUI\themes\mobile.css" />
760     <Content Include="EasyUI\themes\react.css" />
761     <Content Include="EasyUI\themes\vue.css" />
90c6eb 762     <Content Include="favicon.ico" />
03b9d7 763     <Content Include="fonts\glyphicons-halflings-regular.svg" />
90c6eb 764     <Content Include="Global.asax" />
J 765     <Content Include="Images\bg.jpg" />
766     <Content Include="Images\gunball.gif" />
767     <Content Include="Images\test1.jpg" />
768     <Content Include="Images\upload.jpg" />
769     <Content Include="Images\upload0.jpg" />
762399 770     <Content Include="Scripts\Bill\BillInspectFinished.js" />
A 771     <Content Include="Scripts\Bill\BillUpdate.js" />
40698f 772     <Content Include="Scripts\Bill\PartialInspectDetail.js" />
7d6280 773     <Content Include="Scripts\Bill\PartialInspectFalseDetail.js" />
762399 774     <Content Include="Scripts\Bill\ReckUpdateHistory.js" />
40698f 775     <Content Include="Scripts\Bill\StartDIX.js" />
1bf8ef 776     <Content Include="Scripts\Bill\StartDIXQuality.js" />
762399 777     <Content Include="Scripts\Bill\StartFCDIX.js" />
1e406e 778     <Content Include="Scripts\Bill\StartIndex.js" />
03b9d7 779     <Content Include="Scripts\bootstrap.js" />
J 780     <Content Include="Scripts\bootstrap.min.js" />
90c6eb 781     <Content Include="Scripts\business\requestbusiness.js" />
091239 782     <Content Include="Scripts\CheckPlan\Index.js" />
90c6eb 783     <Content Include="Scripts\config.js" />
03b9d7 784     <Content Include="Areas\GlobalM\Views\InspectPlan\Form.cshtml" />
J 785     <Content Include="Areas\GlobalM\Views\InspectProjectSet\Form.cshtml" />
786     <Content Include="Areas\GlobalM\Views\InspectProjectSet\Index.cshtml" />
40698f 787     <Content Include="Areas\GlobalM\Views\Bill\InspectDetail.cshtml" />
6bb7ad 788     <Content Include="Areas\GlobalM\Views\Bill\StartDIX.cshtml" />
fd0c71 789     <Content Include="Areas\GlobalM\Views\Org\Index.cshtml" />
091239 790     <Content Include="Areas\GlobalM\Views\CheckPlan\Index.cshtml" />
A 791     <Content Include="Areas\GlobalM\Views\Statement\InspectCheckedSelect.cshtml" />
792     <Content Include="Areas\GlobalM\Views\Statement\TransitionDiagram.cshtml" />
f8152f 793     <Content Include="Areas\GlobalM\Views\User\Index.cshtml" />
ef7699 794     <Content Include="EasyUI\themes\material-teal\images\Thumbs.db" />
A 795     <Content Include="EasyUI\themes\material\images\Thumbs.db" />
796     <Content Include="Areas\GlobalM\Views\UserInRole\Index.cshtml" />
b6fc6e 797     <Content Include="Areas\GlobalM\Views\InspectObjectType\Item.cshtml" />
J 798     <Content Include="Areas\GlobalM\Views\InspectObjectStatus\Form.cshtml" />
799     <Content Include="Areas\GlobalM\Views\InspectObjectStatus\Index.cshtml" />
800     <Content Include="Areas\GlobalM\Views\InspectMasterItem\Form.cshtml" />
85804c 801     <Content Include="Areas\GlobalM\Views\WorkList\InRepair.cshtml" />
16ff9a 802     <Content Include="Areas\GlobalM\Views\WorkList\AskForLeave.cshtml" />
A 803     <Content Include="Areas\GlobalM\Views\Download\ImgSNView.cshtml" />
238f73 804     <Content Include="Areas\GlobalM\Views\Download\TwoDCodeView.cshtml" />
b65370 805     <Content Include="Areas\GlobalM\Views\InspectChange\index.cshtml" />
J 806     <Content Include="Areas\GlobalM\Views\InspectItemChange\index.cshtml" />
762399 807     <Content Include="Areas\GlobalM\Views\Bill\BillInspectFinished.cshtml" />
A 808     <Content Include="Areas\GlobalM\Views\Bill\BillUpdate.cshtml" />
809     <Content Include="Areas\GlobalM\Views\Bill\ReckUpdateHistory.cshtml" />
810     <Content Include="Areas\GlobalM\Views\Bill\StartDIXFireControl.cshtml" />
7d6280 811     <Content Include="Areas\GlobalM\Views\Bill\InspectFalseDetail.cshtml" />
62e492 812     <Content Include="Areas\GlobalM\Views\Statement\ObjectInspectDetail.cshtml" />
05234d 813     <Content Include="Areas\GlobalM\Views\WorkflowRoute\EntrustIndex.cshtml" />
1bf8ef 814     <Content Include="Areas\GlobalM\Views\Bill\StartDIXQuality.cshtml" />
03b9d7 815     <None Include="Scripts\jquery-1.10.2.intellisense.js" />
238f73 816     <Content Include="Scripts\Download\TwoDCodeView.js" />
091239 817     <Content Include="Scripts\echarts.common.min.js" />
03b9d7 818     <Content Include="Scripts\jquery-1.10.2.js" />
J 819     <Content Include="Scripts\jquery-1.10.2.min.js" />
820     <Content Include="Scripts\modernizr-2.6.2.js" />
e06296 821     <Content Include="Scripts\Organize\Org\Index.js" />
A 822     <Content Include="Scripts\Organize\Role\Index.js" />
823     <Content Include="Scripts\Organize\UserInRole\Index.js" />
824     <Content Include="Scripts\Organize\User\Index.js" />
825     <Content Include="Scripts\Organize\User\Search.js" />
762399 826     <Content Include="Scripts\resize.js" />
091239 827     <Content Include="Scripts\Statement\InspectCheckedSelect.js" />
62e492 828     <Content Include="Scripts\Statement\ObjectInspectDetail.js" />
091239 829     <Content Include="Scripts\Statement\TransitionDiagram.js" />
91cee4 830     <Content Include="Scripts\TimePluggable\jquery.datetimepicker.css" />
A 831     <Content Include="Scripts\TimePluggable\jquery.datetimepicker.full.min.js" />
90c6eb 832     <Content Include="Scripts\util\formatshow.js" />
J 833     <Content Include="Scripts\IMGX\Cell\Index.js" />
834     <Content Include="Scripts\IMGX\Cell\Search.js" />
835     <Content Include="Scripts\IMGX\Console\Index.js" />
836     <Content Include="Scripts\IMGX\Console\Search.js" />
837     <Content Include="Scripts\util\imgmouseeventshow.js" />
838     <Content Include="Scripts\IMGX\Location\Index.js" />
839     <Content Include="Scripts\IMGX\Location\Search.js" />
840     <Content Include="Scripts\IMGX\Mac\Search.js" />
841     <Content Include="Scripts\IMGX\Mac\Index.js" />
842     <Content Include="Scripts\IMGX\Mac\SearchForTime.js" />
843     <Content Include="Scripts\IMGX\Model\Index.js" />
844     <Content Include="Scripts\IMGX\Part\Index.js" />
845     <Content Include="Scripts\IMGX\ReadSetting\Index.js" />
846     <Content Include="Scripts\IMGX\WorkStationCell\Index.js" />
847     <Content Include="Scripts\IMGX\WorkStation\Index.js" />
848     <Content Include="Scripts\IMGX\WorkStation\Search.js" />
849     <Content Include="Scripts\IMGX\XPath\Index.js" />
850     <Content Include="Scripts\IMGX\XPath\Search.js" />
851     <Content Include="Scripts\JQueryTool\CheckVal.js" />
852     <Content Include="Scripts\JQueryTool\Method.js" />
853     <Content Include="Scripts\Machine\GrtWastePercent.js" />
854     <Content Include="Scripts\Machine\SubModelChange.js" />
855     <Content Include="Scripts\Machine\SubModelIndex.js" />
856     <Content Include="Scripts\RBAC\Index\Index.js" />
857     <Content Include="Scripts\RBAC\jquery-1.8.2.min.js" />
858     <Content Include="Scripts\RBAC\jquery-3.6.0.min.js" />
859     <Content Include="Scripts\RBAC\Login\Index.js" />
860     <Content Include="Scripts\RBAC\Menu\Index.js" />
861     <Content Include="Scripts\RBAC\Organization\Index.js" />
862     <Content Include="Scripts\RBAC\Power\Index.js" />
863     <Content Include="Scripts\RBAC\Power\Search.js" />
864     <Content Include="Scripts\RBAC\O\Index.js" />
865     <Content Include="Scripts\RBAC\PowerInRes\Index.js" />
866     <Content Include="Scripts\RBAC\PowerInRole\Index.js" />
867     <Content Include="Scripts\RBAC\UserInRole\Index.js" />
868     <Content Include="Scripts\RBAC\Role\Index.js" />
869     <Content Include="Scripts\RBAC\Role\Search.js" />
870     <Content Include="Scripts\RBAC\User\Index.js" />
871     <Content Include="Scripts\RBAC\User\Search.js" />
872     <Content Include="Scripts\Repair\Index.js" />
873     <Content Include="Scripts\Search\BySerialNo.js" />
874     <Content Include="Scripts\Search\ByOPID.js" />
875     <Content Include="Scripts\Search\CombinationAC.js" />
876     <Content Include="Scripts\Search\CombinationOP.js" />
877     <Content Include="Scripts\Search\Where.js" />
878     <Content Include="Scripts\Search\ForTime.js" />
879     <Content Include="Scripts\Search\ForOP.js" />
880     <Content Include="Scripts\util\easyui-extend.js" />
881     <Content Include="Scripts\easyui\datagrid-cellediting.js" />
882     <Content Include="Scripts\easyui\easyloader.js" />
883     <Content Include="Scripts\easyui\jquery.easyui.extend.js" />
884     <Content Include="Scripts\easyui\jquery.easyui.min.js" />
885     <Content Include="Scripts\easyui\license_freeware.txt" />
886     <Content Include="Scripts\easyui\locale\easyui-lang-zh_CN.js" />
887     <Content Include="Scripts\easyui\plugins\jquery.accordion.js" />
888     <Content Include="Scripts\easyui\plugins\jquery.calendar.js" />
889     <Content Include="Scripts\easyui\plugins\jquery.combo.js" />
890     <Content Include="Scripts\easyui\plugins\jquery.combobox.js" />
891     <Content Include="Scripts\easyui\plugins\jquery.combogrid.js" />
892     <Content Include="Scripts\easyui\plugins\jquery.combotree.js" />
893     <Content Include="Scripts\easyui\plugins\jquery.combotreegrid.js" />
894     <Content Include="Scripts\easyui\plugins\jquery.datagrid.js" />
895     <Content Include="Scripts\easyui\plugins\jquery.datalist.js" />
896     <Content Include="Scripts\easyui\plugins\jquery.datebox.js" />
897     <Content Include="Scripts\easyui\plugins\jquery.datetimebox.js" />
898     <Content Include="Scripts\easyui\plugins\jquery.datetimespinner.js" />
899     <Content Include="Scripts\easyui\plugins\jquery.dialog.js" />
900     <Content Include="Scripts\easyui\plugins\jquery.draggable.js" />
901     <Content Include="Scripts\easyui\plugins\jquery.droppable.js" />
902     <Content Include="Scripts\easyui\plugins\jquery.filebox.js" />
903     <Content Include="Scripts\easyui\plugins\jquery.form.js" />
904     <Content Include="Scripts\easyui\plugins\jquery.layout.js" />
905     <Content Include="Scripts\easyui\plugins\jquery.linkbutton.js" />
906     <Content Include="Scripts\easyui\plugins\jquery.menu.js" />
907     <Content Include="Scripts\easyui\plugins\jquery.menubutton.js" />
908     <Content Include="Scripts\easyui\plugins\jquery.messager.js" />
909     <Content Include="Scripts\easyui\plugins\jquery.mobile.js" />
910     <Content Include="Scripts\easyui\plugins\jquery.numberbox.js" />
911     <Content Include="Scripts\easyui\plugins\jquery.numberspinner.js" />
912     <Content Include="Scripts\easyui\plugins\jquery.pagination.js" />
913     <Content Include="Scripts\easyui\plugins\jquery.panel.js" />
914     <Content Include="Scripts\easyui\plugins\jquery.parser.js" />
915     <Content Include="Scripts\easyui\plugins\jquery.passwordbox.js" />
916     <Content Include="Scripts\easyui\plugins\jquery.progressbar.js" />
917     <Content Include="Scripts\easyui\plugins\jquery.propertygrid.js" />
918     <Content Include="Scripts\easyui\plugins\jquery.resizable.js" />
919     <Content Include="Scripts\easyui\plugins\jquery.searchbox.js" />
920     <Content Include="Scripts\easyui\plugins\jquery.slider.js" />
921     <Content Include="Scripts\easyui\plugins\jquery.spinner.js" />
922     <Content Include="Scripts\easyui\plugins\jquery.splitbutton.js" />
923     <Content Include="Scripts\easyui\plugins\jquery.switchbutton.js" />
924     <Content Include="Scripts\easyui\plugins\jquery.tabs.js" />
925     <Content Include="Scripts\easyui\plugins\jquery.tagbox.js" />
926     <Content Include="Scripts\easyui\plugins\jquery.textbox.js" />
927     <Content Include="Scripts\easyui\plugins\jquery.timespinner.js" />
928     <Content Include="Scripts\easyui\plugins\jquery.tooltip.js" />
929     <Content Include="Scripts\easyui\plugins\jquery.tree.js" />
930     <Content Include="Scripts\easyui\plugins\jquery.treegrid.js" />
931     <Content Include="Scripts\easyui\plugins\jquery.validatebox.js" />
932     <Content Include="Scripts\easyui\plugins\jquery.window.js" />
933     <Content Include="Scripts\easyui\themes\bootstrap\accordion.css" />
934     <Content Include="Scripts\easyui\themes\bootstrap\calendar.css" />
935     <Content Include="Scripts\easyui\themes\bootstrap\combo.css" />
936     <Content Include="Scripts\easyui\themes\bootstrap\combobox.css" />
937     <Content Include="Scripts\easyui\themes\bootstrap\datagrid.css" />
938     <Content Include="Scripts\easyui\themes\bootstrap\datalist.css" />
939     <Content Include="Scripts\easyui\themes\bootstrap\datebox.css" />
940     <Content Include="Scripts\easyui\themes\bootstrap\dialog.css" />
941     <Content Include="Scripts\easyui\themes\bootstrap\easyui.css" />
942     <Content Include="Scripts\easyui\themes\bootstrap\filebox.css" />
943     <Content Include="Scripts\easyui\themes\bootstrap\images\accordion_arrows.png" />
944     <Content Include="Scripts\easyui\themes\bootstrap\images\blank.gif" />
945     <Content Include="Scripts\easyui\themes\bootstrap\images\calendar_arrows.png" />
946     <Content Include="Scripts\easyui\themes\bootstrap\images\combo_arrow.png" />
947     <Content Include="Scripts\easyui\themes\bootstrap\images\datagrid_icons.png" />
948     <Content Include="Scripts\easyui\themes\bootstrap\images\datebox_arrow.png" />
949     <Content Include="Scripts\easyui\themes\bootstrap\images\layout_arrows.png" />
950     <Content Include="Scripts\easyui\themes\bootstrap\images\linkbutton_bg.png" />
951     <Content Include="Scripts\easyui\themes\bootstrap\images\loading.gif" />
952     <Content Include="Scripts\easyui\themes\bootstrap\images\menu_arrows.png" />
953     <Content Include="Scripts\easyui\themes\bootstrap\images\messager_icons.png" />
954     <Content Include="Scripts\easyui\themes\bootstrap\images\pagination_icons.png" />
955     <Content Include="Scripts\easyui\themes\bootstrap\images\panel_tools.png" />
956     <Content Include="Scripts\easyui\themes\bootstrap\images\passwordbox_close.png" />
957     <Content Include="Scripts\easyui\themes\bootstrap\images\passwordbox_open.png" />
958     <Content Include="Scripts\easyui\themes\bootstrap\images\searchbox_button.png" />
959     <Content Include="Scripts\easyui\themes\bootstrap\images\slider_handle.png" />
960     <Content Include="Scripts\easyui\themes\bootstrap\images\spinner_arrows.png" />
961     <Content Include="Scripts\easyui\themes\bootstrap\images\tabs_icons.png" />
962     <Content Include="Scripts\easyui\themes\bootstrap\images\tagbox_icons.png" />
963     <Content Include="Scripts\easyui\themes\bootstrap\images\tree_icons.png" />
964     <Content Include="Scripts\easyui\themes\bootstrap\images\validatebox_warning.png" />
965     <Content Include="Scripts\easyui\themes\bootstrap\layout.css" />
966     <Content Include="Scripts\easyui\themes\bootstrap\linkbutton.css" />
967     <Content Include="Scripts\easyui\themes\bootstrap\menu.css" />
968     <Content Include="Scripts\easyui\themes\bootstrap\menubutton.css" />
969     <Content Include="Scripts\easyui\themes\bootstrap\messager.css" />
970     <Content Include="Scripts\easyui\themes\bootstrap\numberbox.css" />
971     <Content Include="Scripts\easyui\themes\bootstrap\pagination.css" />
972     <Content Include="Scripts\easyui\themes\bootstrap\panel.css" />
973     <Content Include="Scripts\easyui\themes\bootstrap\passwordbox.css" />
974     <Content Include="Scripts\easyui\themes\bootstrap\progressbar.css" />
975     <Content Include="Scripts\easyui\themes\bootstrap\propertygrid.css" />
976     <Content Include="Scripts\easyui\themes\bootstrap\searchbox.css" />
977     <Content Include="Scripts\easyui\themes\bootstrap\slider.css" />
978     <Content Include="Scripts\easyui\themes\bootstrap\spinner.css" />
979     <Content Include="Scripts\easyui\themes\bootstrap\splitbutton.css" />
980     <Content Include="Scripts\easyui\themes\bootstrap\switchbutton.css" />
981     <Content Include="Scripts\easyui\themes\bootstrap\tabs.css" />
982     <Content Include="Scripts\easyui\themes\bootstrap\tagbox.css" />
983     <Content Include="Scripts\easyui\themes\bootstrap\textbox.css" />
984     <Content Include="Scripts\easyui\themes\bootstrap\tooltip.css" />
985     <Content Include="Scripts\easyui\themes\bootstrap\tree.css" />
986     <Content Include="Scripts\easyui\themes\bootstrap\validatebox.css" />
987     <Content Include="Scripts\easyui\themes\bootstrap\window.css" />
988     <Content Include="Scripts\easyui\themes\color.css" />
989     <Content Include="Scripts\easyui\themes\default\accordion.css" />
990     <Content Include="Scripts\easyui\themes\default\calendar.css" />
991     <Content Include="Scripts\easyui\themes\default\combo.css" />
992     <Content Include="Scripts\easyui\themes\default\combobox.css" />
993     <Content Include="Scripts\easyui\themes\default\datagrid.css" />
994     <Content Include="Scripts\easyui\themes\default\datalist.css" />
995     <Content Include="Scripts\easyui\themes\default\datebox.css" />
996     <Content Include="Scripts\easyui\themes\default\dialog.css" />
997     <Content Include="Scripts\easyui\themes\default\easyui.css" />
998     <Content Include="Scripts\easyui\themes\default\filebox.css" />
999     <Content Include="Scripts\easyui\themes\default\images\accordion_arrows.png" />
1000     <Content Include="Scripts\easyui\themes\default\images\blank.gif" />
1001     <Content Include="Scripts\easyui\themes\default\images\calendar_arrows.png" />
1002     <Content Include="Scripts\easyui\themes\default\images\combo_arrow.png" />
1003     <Content Include="Scripts\easyui\themes\default\images\datagrid_icons.png" />
1004     <Content Include="Scripts\easyui\themes\default\images\datebox_arrow.png" />
1005     <Content Include="Scripts\easyui\themes\default\images\layout_arrows.png" />
1006     <Content Include="Scripts\easyui\themes\default\images\linkbutton_bg.png" />
1007     <Content Include="Scripts\easyui\themes\default\images\loading.gif" />
1008     <Content Include="Scripts\easyui\themes\default\images\menu_arrows.png" />
1009     <Content Include="Scripts\easyui\themes\default\images\messager_icons.png" />
1010     <Content Include="Scripts\easyui\themes\default\images\pagination_icons.png" />
1011     <Content Include="Scripts\easyui\themes\default\images\panel_tools.png" />
1012     <Content Include="Scripts\easyui\themes\default\images\passwordbox_close.png" />
1013     <Content Include="Scripts\easyui\themes\default\images\passwordbox_open.png" />
1014     <Content Include="Scripts\easyui\themes\default\images\searchbox_button.png" />
1015     <Content Include="Scripts\easyui\themes\default\images\slider_handle.png" />
1016     <Content Include="Scripts\easyui\themes\default\images\spinner_arrows.png" />
1017     <Content Include="Scripts\easyui\themes\default\images\tabs_icons.png" />
1018     <Content Include="Scripts\easyui\themes\default\images\tree_icons.png" />
1019     <Content Include="Scripts\easyui\themes\default\images\validatebox_warning.png" />
1020     <Content Include="Scripts\easyui\themes\default\layout.css" />
1021     <Content Include="Scripts\easyui\themes\default\linkbutton.css" />
1022     <Content Include="Scripts\easyui\themes\default\menu.css" />
1023     <Content Include="Scripts\easyui\themes\default\menubutton.css" />
1024     <Content Include="Scripts\easyui\themes\default\messager.css" />
1025     <Content Include="Scripts\easyui\themes\default\numberbox.css" />
1026     <Content Include="Scripts\easyui\themes\default\pagination.css" />
1027     <Content Include="Scripts\easyui\themes\default\panel.css" />
1028     <Content Include="Scripts\easyui\themes\default\passwordbox.css" />
1029     <Content Include="Scripts\easyui\themes\default\progressbar.css" />
1030     <Content Include="Scripts\easyui\themes\default\propertygrid.css" />
1031     <Content Include="Scripts\easyui\themes\default\searchbox.css" />
1032     <Content Include="Scripts\easyui\themes\default\slider.css" />
1033     <Content Include="Scripts\easyui\themes\default\spinner.css" />
1034     <Content Include="Scripts\easyui\themes\default\splitbutton.css" />
1035     <Content Include="Scripts\easyui\themes\default\switchbutton.css" />
1036     <Content Include="Scripts\easyui\themes\default\tabs.css" />
1037     <Content Include="Scripts\easyui\themes\default\textbox.css" />
1038     <Content Include="Scripts\easyui\themes\default\tooltip.css" />
1039     <Content Include="Scripts\easyui\themes\default\tree.css" />
1040     <Content Include="Scripts\easyui\themes\default\validatebox.css" />
1041     <Content Include="Scripts\easyui\themes\default\window.css" />
1042     <Content Include="Scripts\easyui\themes\icon.css" />
1043     <Content Include="Scripts\easyui\themes\icons\back.png" />
1044     <Content Include="Scripts\easyui\themes\icons\blank.gif" />
1045     <Content Include="Scripts\easyui\themes\icons\cancel.png" />
1046     <Content Include="Scripts\easyui\themes\icons\clear.png" />
1047     <Content Include="Scripts\easyui\themes\icons\cut.png" />
1048     <Content Include="Scripts\easyui\themes\icons\disable.png" />
1049     <Content Include="Scripts\easyui\themes\icons\edit_add.png" />
1050     <Content Include="Scripts\easyui\themes\icons\edit_remove.png" />
1051     <Content Include="Scripts\easyui\themes\icons\excel.png" />
1052     <Content Include="Scripts\easyui\themes\icons\filesave.png" />
1053     <Content Include="Scripts\easyui\themes\icons\filter.png" />
1054     <Content Include="Scripts\easyui\themes\icons\help.png" />
1055     <Content Include="Scripts\easyui\themes\icons\lock.png" />
1056     <Content Include="Scripts\easyui\themes\icons\man.png" />
1057     <Content Include="Scripts\easyui\themes\icons\mini_add.png" />
1058     <Content Include="Scripts\easyui\themes\icons\mini_edit.png" />
1059     <Content Include="Scripts\easyui\themes\icons\mini_refresh.png" />
1060     <Content Include="Scripts\easyui\themes\icons\more.png" />
1061     <Content Include="Scripts\easyui\themes\icons\no.png" />
1062     <Content Include="Scripts\easyui\themes\icons\ok.png" />
1063     <Content Include="Scripts\easyui\themes\icons\pencil.png" />
1064     <Content Include="Scripts\easyui\themes\icons\print.png" />
1065     <Content Include="Scripts\easyui\themes\icons\redo.png" />
1066     <Content Include="Scripts\easyui\themes\icons\reload.png" />
1067     <Content Include="Scripts\easyui\themes\icons\search.png" />
1068     <Content Include="Scripts\easyui\themes\icons\sum.png" />
1069     <Content Include="Scripts\easyui\themes\icons\sync.png" />
1070     <Content Include="Scripts\easyui\themes\icons\tip.png" />
1071     <Content Include="Scripts\easyui\themes\icons\undo.png" />
1072     <Content Include="Scripts\easyui\views\datagrid-bufferview.js" />
1073     <Content Include="Scripts\easyui\views\datagrid-defaultview.js" />
1074     <Content Include="Scripts\easyui\views\datagrid-detailview.js" />
1075     <Content Include="Scripts\easyui\views\datagrid-groupview.js" />
1076     <Content Include="Scripts\easyui\views\datagrid-scrollview.js" />
1077     <Content Include="Config\database.config">
1078       <SubType>Designer</SubType>
1079     </Content>
1080     <Content Include="Config\Province.json" />
1081     <Content Include="Config\system.config">
1082       <SubType>Designer</SubType>
1083     </Content>
1084     <Content Include="Config\SystemMenu.config">
1085       <SubType>Designer</SubType>
1086     </Content>
1087     <Content Include="Scripts\global.js" />
1088     <Content Include="Scripts\jquery.min.js" />
1089     <Content Include="Scripts\jsrender.min.js" />
1090     <Content Include="Scripts\util\framework-util.js" />
1091     <Content Include="Scripts\util\upload-time.js" />
1092     <Content Include="Scripts\util\util.js" />
1093     <Content Include="Scripts\vendor\bootstrap\bootstrap.min.css" />
1094     <Content Include="Scripts\vendor\bootstrap\bootstrap.min.js" />
1095     <Content Include="Scripts\vendor\easy-validate\easy-validate.js" />
1096     <Content Include="Scripts\vendor\echarts\echarts.js" />
1097     <Content Include="Scripts\vendor\exif\exif.min.js" />
1098     <Content Include="Scripts\vendor\highcharts\adapters\standalone-framework.js" />
1099     <Content Include="Scripts\vendor\highcharts\adapters\standalone-framework.src.js" />
1100     <Content Include="Scripts\vendor\highcharts\highcharts-3d.js" />
1101     <Content Include="Scripts\vendor\highcharts\highcharts-3d.src.js" />
1102     <Content Include="Scripts\vendor\highcharts\highcharts-more.js" />
1103     <Content Include="Scripts\vendor\highcharts\highcharts-more.src.js" />
1104     <Content Include="Scripts\vendor\highcharts\highcharts.js" />
1105     <Content Include="Scripts\vendor\highcharts\highcharts.src.js" />
1106     <Content Include="Scripts\vendor\highcharts\modules\boost.js" />
1107     <Content Include="Scripts\vendor\highcharts\modules\boost.src.js" />
1108     <Content Include="Scripts\vendor\highcharts\modules\broken-axis.js" />
1109     <Content Include="Scripts\vendor\highcharts\modules\broken-axis.src.js" />
1110     <Content Include="Scripts\vendor\highcharts\modules\canvas-tools.js" />
1111     <Content Include="Scripts\vendor\highcharts\modules\canvas-tools.src.js" />
1112     <Content Include="Scripts\vendor\highcharts\modules\data.js" />
1113     <Content Include="Scripts\vendor\highcharts\modules\data.src.js" />
1114     <Content Include="Scripts\vendor\highcharts\modules\drilldown.js" />
1115     <Content Include="Scripts\vendor\highcharts\modules\drilldown.src.js" />
1116     <Content Include="Scripts\vendor\highcharts\modules\exporting.js" />
1117     <Content Include="Scripts\vendor\highcharts\modules\exporting.src.js" />
1118     <Content Include="Scripts\vendor\highcharts\modules\funnel.js" />
1119     <Content Include="Scripts\vendor\highcharts\modules\funnel.src.js" />
1120     <Content Include="Scripts\vendor\highcharts\modules\heatmap.js" />
1121     <Content Include="Scripts\vendor\highcharts\modules\heatmap.src.js" />
1122     <Content Include="Scripts\vendor\highcharts\modules\no-data-to-display.js" />
1123     <Content Include="Scripts\vendor\highcharts\modules\no-data-to-display.src.js" />
1124     <Content Include="Scripts\vendor\highcharts\modules\offline-exporting.js" />
1125     <Content Include="Scripts\vendor\highcharts\modules\offline-exporting.src.js" />
1126     <Content Include="Scripts\vendor\highcharts\modules\series-label.js" />
1127     <Content Include="Scripts\vendor\highcharts\modules\series-label.src.js" />
1128     <Content Include="Scripts\vendor\highcharts\modules\solid-gauge.js" />
1129     <Content Include="Scripts\vendor\highcharts\modules\solid-gauge.src.js" />
1130     <Content Include="Scripts\vendor\highcharts\modules\treemap.js" />
1131     <Content Include="Scripts\vendor\highcharts\modules\treemap.src.js" />
1132     <Content Include="Scripts\vendor\highcharts\themes\dark-blue.js" />
1133     <Content Include="Scripts\vendor\highcharts\themes\dark-green.js" />
1134     <Content Include="Scripts\vendor\highcharts\themes\dark-unica.js" />
1135     <Content Include="Scripts\vendor\highcharts\themes\gray.js" />
1136     <Content Include="Scripts\vendor\highcharts\themes\grid-light.js" />
1137     <Content Include="Scripts\vendor\highcharts\themes\grid.js" />
1138     <Content Include="Scripts\vendor\highcharts\themes\sand-signika.js" />
1139     <Content Include="Scripts\vendor\highcharts\themes\skies.js" />
1140     <Content Include="Scripts\vendor\html5Uploader\html5Uploader.js" />
1141     <Content Include="Scripts\vendor\html5Uploader\html5Uploader.min.js" />
1142     <Content Include="Scripts\vendor\jquery\jquery-1.12.4.min.js" />
1143     <Content Include="Scripts\vendor\jquery\jquery-3.1.1.min.js" />
1144     <Content Include="Scripts\vendor\layui\css\layui.css" />
1145     <Content Include="Scripts\vendor\layui\css\layui.mobile.css" />
1146     <Content Include="Scripts\vendor\layui\css\modules\code.css" />
1147     <Content Include="Scripts\vendor\layui\css\modules\laydate\default\laydate.css" />
1148     <Content Include="Scripts\vendor\layui\css\modules\layer\default\icon-ext.png" />
1149     <Content Include="Scripts\vendor\layui\css\modules\layer\default\icon.png" />
1150     <Content Include="Scripts\vendor\layui\css\modules\layer\default\layer.css" />
1151     <Content Include="Scripts\vendor\layui\css\modules\layer\default\loading-0.gif" />
1152     <Content Include="Scripts\vendor\layui\css\modules\layer\default\loading-1.gif" />
1153     <Content Include="Scripts\vendor\layui\css\modules\layer\default\loading-2.gif" />
1154     <Content Include="Scripts\vendor\layui\font\iconfont.svg" />
1155     <Content Include="Scripts\vendor\layui\images\face\0.gif" />
1156     <Content Include="Scripts\vendor\layui\images\face\1.gif" />
1157     <Content Include="Scripts\vendor\layui\images\face\10.gif" />
1158     <Content Include="Scripts\vendor\layui\images\face\11.gif" />
1159     <Content Include="Scripts\vendor\layui\images\face\12.gif" />
1160     <Content Include="Scripts\vendor\layui\images\face\13.gif" />
1161     <Content Include="Scripts\vendor\layui\images\face\14.gif" />
1162     <Content Include="Scripts\vendor\layui\images\face\15.gif" />
1163     <Content Include="Scripts\vendor\layui\images\face\16.gif" />
1164     <Content Include="Scripts\vendor\layui\images\face\17.gif" />
1165     <Content Include="Scripts\vendor\layui\images\face\18.gif" />
1166     <Content Include="Scripts\vendor\layui\images\face\19.gif" />
1167     <Content Include="Scripts\vendor\layui\images\face\2.gif" />
1168     <Content Include="Scripts\vendor\layui\images\face\20.gif" />
1169     <Content Include="Scripts\vendor\layui\images\face\21.gif" />
1170     <Content Include="Scripts\vendor\layui\images\face\22.gif" />
1171     <Content Include="Scripts\vendor\layui\images\face\23.gif" />
1172     <Content Include="Scripts\vendor\layui\images\face\24.gif" />
1173     <Content Include="Scripts\vendor\layui\images\face\25.gif" />
1174     <Content Include="Scripts\vendor\layui\images\face\26.gif" />
1175     <Content Include="Scripts\vendor\layui\images\face\27.gif" />
1176     <Content Include="Scripts\vendor\layui\images\face\28.gif" />
1177     <Content Include="Scripts\vendor\layui\images\face\29.gif" />
1178     <Content Include="Scripts\vendor\layui\images\face\3.gif" />
1179     <Content Include="Scripts\vendor\layui\images\face\30.gif" />
1180     <Content Include="Scripts\vendor\layui\images\face\31.gif" />
1181     <Content Include="Scripts\vendor\layui\images\face\32.gif" />
1182     <Content Include="Scripts\vendor\layui\images\face\33.gif" />
1183     <Content Include="Scripts\vendor\layui\images\face\34.gif" />
1184     <Content Include="Scripts\vendor\layui\images\face\35.gif" />
1185     <Content Include="Scripts\vendor\layui\images\face\36.gif" />
1186     <Content Include="Scripts\vendor\layui\images\face\37.gif" />
1187     <Content Include="Scripts\vendor\layui\images\face\38.gif" />
1188     <Content Include="Scripts\vendor\layui\images\face\39.gif" />
1189     <Content Include="Scripts\vendor\layui\images\face\4.gif" />
1190     <Content Include="Scripts\vendor\layui\images\face\40.gif" />
1191     <Content Include="Scripts\vendor\layui\images\face\41.gif" />
1192     <Content Include="Scripts\vendor\layui\images\face\42.gif" />
1193     <Content Include="Scripts\vendor\layui\images\face\43.gif" />
1194     <Content Include="Scripts\vendor\layui\images\face\44.gif" />
1195     <Content Include="Scripts\vendor\layui\images\face\45.gif" />
1196     <Content Include="Scripts\vendor\layui\images\face\46.gif" />
1197     <Content Include="Scripts\vendor\layui\images\face\47.gif" />
1198     <Content Include="Scripts\vendor\layui\images\face\48.gif" />
1199     <Content Include="Scripts\vendor\layui\images\face\49.gif" />
1200     <Content Include="Scripts\vendor\layui\images\face\5.gif" />
1201     <Content Include="Scripts\vendor\layui\images\face\50.gif" />
1202     <Content Include="Scripts\vendor\layui\images\face\51.gif" />
1203     <Content Include="Scripts\vendor\layui\images\face\52.gif" />
1204     <Content Include="Scripts\vendor\layui\images\face\53.gif" />
1205     <Content Include="Scripts\vendor\layui\images\face\54.gif" />
1206     <Content Include="Scripts\vendor\layui\images\face\55.gif" />
1207     <Content Include="Scripts\vendor\layui\images\face\56.gif" />
1208     <Content Include="Scripts\vendor\layui\images\face\57.gif" />
1209     <Content Include="Scripts\vendor\layui\images\face\58.gif" />
1210     <Content Include="Scripts\vendor\layui\images\face\59.gif" />
1211     <Content Include="Scripts\vendor\layui\images\face\6.gif" />
1212     <Content Include="Scripts\vendor\layui\images\face\60.gif" />
1213     <Content Include="Scripts\vendor\layui\images\face\61.gif" />
1214     <Content Include="Scripts\vendor\layui\images\face\62.gif" />
1215     <Content Include="Scripts\vendor\layui\images\face\63.gif" />
1216     <Content Include="Scripts\vendor\layui\images\face\64.gif" />
1217     <Content Include="Scripts\vendor\layui\images\face\65.gif" />
1218     <Content Include="Scripts\vendor\layui\images\face\66.gif" />
1219     <Content Include="Scripts\vendor\layui\images\face\67.gif" />
1220     <Content Include="Scripts\vendor\layui\images\face\68.gif" />
1221     <Content Include="Scripts\vendor\layui\images\face\69.gif" />
1222     <Content Include="Scripts\vendor\layui\images\face\7.gif" />
1223     <Content Include="Scripts\vendor\layui\images\face\70.gif" />
1224     <Content Include="Scripts\vendor\layui\images\face\71.gif" />
1225     <Content Include="Scripts\vendor\layui\images\face\8.gif" />
1226     <Content Include="Scripts\vendor\layui\images\face\9.gif" />
1227     <Content Include="Scripts\vendor\layui\layui.all.js" />
1228     <Content Include="Scripts\vendor\layui\layui.js" />
1229     <Content Include="Scripts\vendor\layui\lay\modules\carousel.js" />
1230     <Content Include="Scripts\vendor\layui\lay\modules\code.js" />
1231     <Content Include="Scripts\vendor\layui\lay\modules\element.js" />
1232     <Content Include="Scripts\vendor\layui\lay\modules\flow.js" />
1233     <Content Include="Scripts\vendor\layui\lay\modules\form.js" />
1234     <Content Include="Scripts\vendor\layui\lay\modules\jquery.js" />
1235     <Content Include="Scripts\vendor\layui\lay\modules\laydate.js" />
1236     <Content Include="Scripts\vendor\layui\lay\modules\layedit.js" />
1237     <Content Include="Scripts\vendor\layui\lay\modules\layer.js" />
1238     <Content Include="Scripts\vendor\layui\lay\modules\laypage.js" />
1239     <Content Include="Scripts\vendor\layui\lay\modules\laytpl.js" />
1240     <Content Include="Scripts\vendor\layui\lay\modules\mobile.js" />
1241     <Content Include="Scripts\vendor\layui\lay\modules\table.js" />
1242     <Content Include="Scripts\vendor\layui\lay\modules\tree.js" />
1243     <Content Include="Scripts\vendor\layui\lay\modules\upload.js" />
1244     <Content Include="Scripts\vendor\layui\lay\modules\util.js" />
1245     <Content Include="Scripts\vendor\md5\md5.min.js" />
1246     <Content Include="Scripts\vendor\template\template.js" />
1247     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\emotion.css" />
1248     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\emotion.js" />
1249     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\0.gif" />
1250     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\bface.gif" />
1251     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\cface.gif" />
1252     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\fface.gif" />
1253     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\jxface2.gif" />
1254     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\neweditor-tab-bg.png" />
1255     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\tface.gif" />
1256     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\wface.gif" />
1257     <Content Include="Scripts\vendor\umeditor\dialogs\emotion\images\yface.gif" />
1258     <Content Include="Scripts\vendor\umeditor\dialogs\formula\formula.css" />
1259     <Content Include="Scripts\vendor\umeditor\dialogs\formula\formula.html" />
1260     <Content Include="Scripts\vendor\umeditor\dialogs\formula\formula.js" />
1261     <Content Include="Scripts\vendor\umeditor\dialogs\formula\images\formula.png" />
1262     <Content Include="Scripts\vendor\umeditor\dialogs\image\image.css" />
1263     <Content Include="Scripts\vendor\umeditor\dialogs\image\image.js" />
1264     <Content Include="Scripts\vendor\umeditor\dialogs\image\images\close.png" />
1265     <Content Include="Scripts\vendor\umeditor\dialogs\image\images\upload1.png" />
1266     <Content Include="Scripts\vendor\umeditor\dialogs\image\images\upload2.png" />
1267     <Content Include="Scripts\vendor\umeditor\dialogs\link\link.js" />
1268     <Content Include="Scripts\vendor\umeditor\dialogs\map\map.html" />
1269     <Content Include="Scripts\vendor\umeditor\dialogs\map\map.js" />
1270     <Content Include="Scripts\vendor\umeditor\dialogs\video\images\center_focus.jpg" />
1271     <Content Include="Scripts\vendor\umeditor\dialogs\video\images\left_focus.jpg" />
1272     <Content Include="Scripts\vendor\umeditor\dialogs\video\images\none_focus.jpg" />
1273     <Content Include="Scripts\vendor\umeditor\dialogs\video\images\right_focus.jpg" />
1274     <Content Include="Scripts\vendor\umeditor\dialogs\video\video.css" />
1275     <Content Include="Scripts\vendor\umeditor\dialogs\video\video.js" />
1276     <Content Include="Scripts\vendor\umeditor\index.html" />
1277     <Content Include="Scripts\vendor\umeditor\lang\en\en.js" />
1278     <Content Include="Scripts\vendor\umeditor\lang\en\images\addimage.png" />
1279     <Content Include="Scripts\vendor\umeditor\lang\en\images\alldeletebtnhoverskin.png" />
1280     <Content Include="Scripts\vendor\umeditor\lang\en\images\alldeletebtnupskin.png" />
1281     <Content Include="Scripts\vendor\umeditor\lang\en\images\background.png" />
1282     <Content Include="Scripts\vendor\umeditor\lang\en\images\button.png" />
1283     <Content Include="Scripts\vendor\umeditor\lang\en\images\copy.png" />
1284     <Content Include="Scripts\vendor\umeditor\lang\en\images\deletedisable.png" />
1285     <Content Include="Scripts\vendor\umeditor\lang\en\images\deleteenable.png" />
1286     <Content Include="Scripts\vendor\umeditor\lang\en\images\imglabel.png" />
1287     <Content Include="Scripts\vendor\umeditor\lang\en\images\listbackground.png" />
1288     <Content Include="Scripts\vendor\umeditor\lang\en\images\localimage.png" />
1289     <Content Include="Scripts\vendor\umeditor\lang\en\images\music.png" />
1290     <Content Include="Scripts\vendor\umeditor\lang\en\images\rotateleftdisable.png" />
1291     <Content Include="Scripts\vendor\umeditor\lang\en\images\rotateleftenable.png" />
1292     <Content Include="Scripts\vendor\umeditor\lang\en\images\rotaterightdisable.png" />
1293     <Content Include="Scripts\vendor\umeditor\lang\en\images\rotaterightenable.png" />
1294     <Content Include="Scripts\vendor\umeditor\lang\en\images\upload.png" />
1295     <Content Include="Scripts\vendor\umeditor\lang\zh-cn\images\copy.png" />
1296     <Content Include="Scripts\vendor\umeditor\lang\zh-cn\images\imglabel.png" />
1297     <Content Include="Scripts\vendor\umeditor\lang\zh-cn\images\localimage.png" />
1298     <Content Include="Scripts\vendor\umeditor\lang\zh-cn\images\music.png" />
1299     <Content Include="Scripts\vendor\umeditor\lang\zh-cn\images\upload.png" />
1300     <Content Include="Scripts\vendor\umeditor\lang\zh-cn\zh-cn.js" />
1301     <Content Include="Scripts\vendor\umeditor\themes\default\css\umeditor.css" />
1302     <Content Include="Scripts\vendor\umeditor\themes\default\css\umeditor.min.css" />
1303     <Content Include="Scripts\vendor\umeditor\themes\default\images\caret.png" />
1304     <Content Include="Scripts\vendor\umeditor\themes\default\images\close.png" />
1305     <Content Include="Scripts\vendor\umeditor\themes\default\images\icons.gif" />
1306     <Content Include="Scripts\vendor\umeditor\themes\default\images\icons.png" />
1307     <Content Include="Scripts\vendor\umeditor\themes\default\images\ok.gif" />
1308     <Content Include="Scripts\vendor\umeditor\themes\default\images\pop-bg.png" />
1309     <Content Include="Scripts\vendor\umeditor\themes\default\images\spacer.gif" />
1310     <Content Include="Scripts\vendor\umeditor\themes\default\images\videologo.gif" />
1311     <Content Include="Scripts\vendor\umeditor\third-party\jquery.min.js" />
1312     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\STIXFontLicense2010.txt" />
1313     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.svg" />
1314     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.svg" />
1315     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.svg" />
1316     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.svg" />
1317     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\Symbola.svg" />
1318     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\mathquill.css" />
1319     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\mathquill.js" />
1320     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\mathquill.min.js" />
1321     <Content Include="Scripts\vendor\umeditor\umeditor.config.js" />
1322     <Content Include="Scripts\vendor\umeditor\umeditor.js" />
1323     <Content Include="Scripts\vendor\umeditor\umeditor.min.js" />
1324     <Content Include="Scripts\vendor\util\easyui-extends.js" />
1325     <Content Include="Scripts\vendor\util\upload-time.js" />
1326     <Content Include="Scripts\vendor\util\util.js" />
1327     <Content Include="Scripts\vendor\vue\vue.js" />
16ff9a 1328     <Content Include="Scripts\Workflow\AskForLeave.js" />
762399 1329     <Content Include="Scripts\Workflow\EntrustIndex.js" />
85804c 1330     <Content Include="Scripts\Workflow\InRepair.js" />
5e4ef3 1331     <Content Include="Scripts\Workflow\MyApproved.js" />
A 1332     <Content Include="Scripts\Workflow\MyNeedDealt.js" />
bb6174 1333     <Content Include="Scripts\Workflow\Workflow.js" />
8e1d1f 1334     <Content Include="Scripts\Workflow\WorkflowNDetail.js" />
A 1335     <Content Include="Scripts\Workflow\WorkflowNodeSearch.js" />
1336     <Content Include="Scripts\Workflow\WorkflowNode.js" />
361c8a 1337     <Content Include="Scripts\Workflow\WorkflowRoute.js" />
A 1338     <Content Include="Scripts\Workflow\WorkflowSearch.js" />
90c6eb 1339     <Content Include="Skin\global.css" />
J 1340     <Content Include="Skin\home\desktop.css" />
1341     <Content Include="Skin\home\style.min.css" />
1342     <Content Include="Skin\images\icon-s66e2241aa5.png" />
1343     <Content Include="Skin\images\icon\menu_02.png" />
1344     <Content Include="Skin\images\icon\menu_03.png" />
1345     <Content Include="Skin\images\icon\menu_04.png" />
1346     <Content Include="Skin\images\icon\menu_05.png" />
1347     <Content Include="Skin\images\icon\menu_06.png" />
1348     <Content Include="Skin\images\icon\menu_07.png" />
1349     <Content Include="Skin\images\icon\menu_catalog.png" />
1350     <Content Include="Skin\images\icon\menu_content.png" />
1351     <Content Include="Skin\images\icon\menu_content_on.png" />
1352     <Content Include="Skin\images\icon\menu_order.png" />
1353     <Content Include="Skin\images\icon\menu_order_on.png" />
1354     <Content Include="Skin\images\icon\menu_product.png" />
1355     <Content Include="Skin\images\icon\menu_product_on.png" />
1356     <Content Include="Skin\images\icon\menu_system.png" />
1357     <Content Include="Skin\images\icon\menu_system_on.png" />
1358     <Content Include="Skin\images\icon\menu_user.png" />
1359     <Content Include="Skin\images\icon\menu_user_on.png" />
1360     <Content Include="Skin\images\icon\search.png" />
1361     <Content Include="Skin\images\icon\top_logout.png" />
1362     <Content Include="Skin\images\icon\top_msg.png" />
1363     <Content Include="Skin\images\icon\top_user.png" />
1364     <Content Include="Skin\images\login-sff668e00fa.png" />
1365     <Content Include="Skin\images\login\pw.png" />
1366     <Content Include="Skin\images\login\un.png" />
1367     <Content Include="Skin\images\logo.png" />
1368     <Content Include="Skin\images\upload-sprite.png" />
1369     <Content Include="Skin\login.css" />
1370     <Content Include="Skin\reference\sprite-mixins.css" />
1371     <Content Include="Skin\reference\variables.css" />
1372     <Content Include="Skin\ue_templates.css" />
1373     <Content Include="Static\All.css" />
1374     <Content Include="Static\Css\All.css" />
1375     <Content Include="Static\Css\MinMaxImg.css" />
1bf8ef 1376     <Content Include="Template\InspectObjectTemplate.xls" />
90c6eb 1377     <Content Include="Upload\FIle\_.txt" />
J 1378     <Content Include="Upload\Img\_.txt" />
1379     <Content Include="Upload\_.txt" />
1380     <Content Include="Web.config">
1381       <SubType>Designer</SubType>
1382     </Content>
1383     <Content Include="Skin\compass.watch.cmd" />
1384     <Content Include="Skin\config.rb" />
1385     <Content Include="Skin\scss\global.scss" />
1386     <Content Include="Skin\scss\login.scss" />
1387     <Content Include="Skin\scss\reference\sprite-mixins.scss" />
1388     <Content Include="Skin\scss\reference\variables.scss" />
1389     <Content Include="Skin\scss\ue_templates.scss" />
1390   </ItemGroup>
1391   <ItemGroup>
1392     <Compile Include="App_Start\Handler\参数非空校验\CheckParamNotEmptyAttribute.cs" />
1393     <Compile Include="App_Start\Handler\对外接口签名校验\CheckSignAttribute.cs" />
1394     <Compile Include="App_Start\Handler\对外接口签名校验\CheckAppIdPermissionAttribute.cs" />
1395     <Compile Include="App_Start\Handler\对外接口签名校验\IgnoreAppIdPermissionAttribute.cs" />
1396     <Compile Include="App_Start\Handler\后台用户接口权限校验\IgnoreUrlPermissionAttribute.cs" />
1397     <Compile Include="App_Start\Handler\后台用户接口权限校验\CheckUrlPermissionAttribute.cs" />
1398     <Compile Include="App_Start\Handler\登录校验\CheckLoginAttribute.cs" />
1399     <Compile Include="App_Start\Handler\全局错误过滤\HandlerGlobalError.cs" />
1400     <Compile Include="App_Start\Handler\登录校验\IgnoreLoginAttribute.cs" />
1401     <Compile Include="App_Start\Handler\对外接口签名校验\IgnoreSignAttribute.cs" />
1402     <Compile Include="App_Start\BaseController\BaseController.cs" />
1403     <Compile Include="App_Start\BaseController\BaseApiController.cs" />
1404     <Compile Include="App_Start\BaseController\BaseMvcController.cs" />
1405     <Compile Include="App_Start\Extentions\Extention.UrlHelper.cs" />
1406     <Compile Include="App_Start\FilterConfig.cs" />
1407     <Compile Include="App_Start\RouteConfig.cs" />
1408     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\AccountItemController.cs" />
1409     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\AccountSortController.cs" />
1410     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\AlarmSettingController.cs" />
1411     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\BankAccountController.cs" />
1412     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\BillTypeController.cs" />
1413     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\BOMController.cs" />
1414     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\CostComputeStyleController.cs" />
1415     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\GoodPropertyController.cs" />
1416     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\GoodsController.cs" />
1417     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\GoodSortController.cs" />
1418     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\GoodUnitController.cs" />
1419     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\InvoiceTypeController.cs" />
02e620 1420     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\MotifInfoController.cs" />
90c6eb 1421     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\UnitController.cs" />
J 1422     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\WarehouseController.cs" />
1423     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\ViewBomDetailController.cs" />
091239 1424     <Compile Include="Areas\GlobalM\Controllers\CheckPlanController.cs" />
7b1d78 1425     <Compile Include="Areas\GlobalM\Controllers\DownloadController.cs" />
03b9d7 1426     <Compile Include="Areas\GlobalM\Controllers\InspectAlarmController.cs" />
0a4bf7 1427     <Compile Include="Areas\GlobalM\Controllers\InspectAreaController.cs" />
b65370 1428     <Compile Include="Areas\GlobalM\Controllers\InspectChangeController.cs" />
J 1429     <Compile Include="Areas\GlobalM\Controllers\InspectItemChangeController.cs" />
0a4bf7 1430     <Compile Include="Areas\GlobalM\Controllers\InspectItemController.cs" />
cf0af8 1431     <Compile Include="Areas\GlobalM\Controllers\InspectMasterItemController.cs" />
7c0749 1432     <Compile Include="Areas\GlobalM\Controllers\InspectObjectController.cs" />
5da7b5 1433     <Compile Include="Areas\GlobalM\Controllers\InspectObjectItemController.cs" />
cf0af8 1434     <Compile Include="Areas\GlobalM\Controllers\InspectObjectStatusController.cs" />
7c0749 1435     <Compile Include="Areas\GlobalM\Controllers\InspectObjectTypeController.cs" />
J 1436     <Compile Include="Areas\GlobalM\Controllers\InspectObjectTypeItemController.cs" />
cf0af8 1437     <Compile Include="Areas\GlobalM\Controllers\InspectOrgInfoController.cs" />
03b9d7 1438     <Compile Include="Areas\GlobalM\Controllers\InspectPlanController.cs" />
J 1439     <Compile Include="Areas\GlobalM\Controllers\InspectProjectSetController.cs" />
0a4bf7 1440     <Compile Include="Areas\GlobalM\Controllers\InspectTypeController.cs" />
M 1441     <Compile Include="Areas\GlobalM\Controllers\InspectFrequencyController.cs" />
5dd69d 1442     <Compile Include="Areas\GlobalM\Controllers\Organize\MenuController.cs" />
J 1443     <Compile Include="Areas\GlobalM\Controllers\Organize\OrgController.cs" />
1444     <Compile Include="Areas\GlobalM\Controllers\Organize\PowerController.cs" />
1445     <Compile Include="Areas\GlobalM\Controllers\Power\PowerInResController.cs" />
1446     <Compile Include="Areas\GlobalM\Controllers\Power\PowerInRoleController.cs" />
1447     <Compile Include="Areas\GlobalM\Controllers\Organize\RoleController.cs" />
1448     <Compile Include="Areas\GlobalM\Controllers\Organize\UserController.cs" />
1449     <Compile Include="Areas\GlobalM\Controllers\Power\UserInRoleController.cs" />
90c6eb 1450     <Compile Include="Areas\GlobalM\Controllers\Purchase\PurchaseController.cs" />
J 1451     <Compile Include="Areas\GlobalM\Controllers\Purchase\PurchaseDlsController.cs" />
0a4bf7 1452     <Compile Include="Areas\GlobalM\Controllers\InspectReasonController.cs" />
M 1453     <Compile Include="Areas\GlobalM\Controllers\InspectCorrespondingController.cs" />
1454     <Compile Include="Areas\GlobalM\Controllers\RepairReasonController.cs" />
1455     <Compile Include="Areas\GlobalM\Controllers\RepairCorrespondingController.cs" />
091239 1456     <Compile Include="Areas\GlobalM\Controllers\StatementController.cs" />
5e4ef3 1457     <Compile Include="Areas\GlobalM\Controllers\Workflow\BillController.cs" />
90c6eb 1458     <Compile Include="Areas\GlobalM\Controllers\Workflow\WorkflowController.cs" />
J 1459     <Compile Include="Areas\GlobalM\Controllers\Workflow\WorkflowNodeController.cs" />
8e1d1f 1460     <Compile Include="Areas\GlobalM\Controllers\Workflow\WorkflowNodeDetailController.cs" />
90c6eb 1461     <Compile Include="Areas\GlobalM\Controllers\Workflow\WorkflowNodeRoleController.cs" />
J 1462     <Compile Include="Areas\GlobalM\Controllers\Workflow\WorkflowRouteController.cs" />
1463     <Compile Include="Areas\GlobalM\Controllers\Workflow\WorkListController.cs" />
1464     <Compile Include="Areas\GlobalM\GlobalMAreaRegistration.cs" />
1465     <Compile Include="Areas\GlobalM\Controllers\AppSecretController.cs" />
1466     <Compile Include="Areas\GlobalM\Controllers\DatabaseLinkController.cs" />
1467     <Compile Include="Areas\GlobalM\Controllers\LogController.cs" />
1468     <Compile Include="Areas\GlobalM\Controllers\CityController.cs" />
1469     <Compile Include="Areas\GlobalM\Controllers\CommonController.cs" />
1470     <Compile Include="Areas\GlobalM\Controllers\RapidDevelopmentController.cs" />
1471     <Compile Include="Common\SystemMenuManage.cs" />
1472     <Compile Include="Common\SystemUserManage.cs" />
1473     <Compile Include="Controllers\DemoController.cs" />
1474     <Compile Include="Controllers\HomeController.cs" />
1475     <Compile Include="Controllers\LoginController.cs" />
1476     <Compile Include="Areas\GlobalM\Controllers\BasicInfo\OrgInfoController.cs" />
1477     <Compile Include="Controllers\TestController.cs" />
1478     <Compile Include="Global.asax.cs">
1479       <DependentUpon>Global.asax</DependentUpon>
1480     </Compile>
1481     <Compile Include="Model\EasyUIModel\DropDownList.cs" />
1482     <Compile Include="Model\EasyUIModel\MenuTree.cs" />
1483     <Compile Include="Model\EasyUIModel\RSP.cs" />
1484     <Compile Include="Model\RespEntity.cs" />
1485     <Compile Include="Model\UserManageContext.cs" />
1486     <Compile Include="Properties\AssemblyInfo.cs" />
1487     <Compile Include="Scripts\vendor\umeditor\net\getContent.ashx.cs">
1488       <DependentUpon>getContent.ashx</DependentUpon>
1489     </Compile>
1490     <Compile Include="Scripts\vendor\umeditor\net\imageUp.ashx.cs">
1491       <DependentUpon>imageUp.ashx</DependentUpon>
1492     </Compile>
1493     <Compile Include="Scripts\vendor\umeditor\net\Uploader.cs" />
1494   </ItemGroup>
1495   <ItemGroup>
1496     <Content Include="Areas\GlobalM\Views\web.config" />
1497     <Content Include="Areas\GlobalM\Views\RapidDevelopment\Index.cshtml" />
1498     <Content Include="Areas\GlobalM\Views\RapidDevelopment\Form.cshtml" />
1499     <Content Include="Areas\GlobalM\Views\DatabaseLink\Form.cshtml" />
1500     <Content Include="Areas\GlobalM\Views\DatabaseLink\Index.cshtml" />
1501     <Content Include="Config\Permission.config">
1502       <SubType>Designer</SubType>
1503     </Content>
1504     <Content Include="Views\User\PermissionForm.cshtml" />
1505     <Content Include="Views\User\ChangePwdForm.cshtml" />
1506     <Content Include="Config\UrlPermission.config" />
1507     <Content Include="Areas\GlobalM\Views\AppSecret\Form.cshtml" />
1508     <Content Include="Areas\GlobalM\Views\AppSecret\Index.cshtml" />
1509     <Content Include="Areas\GlobalM\Views\AppSecret\PermissionForm.cshtml" />
1510     <Content Include="Areas\GlobalM\Views\City\Index.cshtml" />
1511     <Content Include="Config\NingboGeojson.json" />
1512     <Content Include="Areas\GlobalM\Views\Common\ShowBigImg.cshtml" />
1513     <Content Include="Areas\GlobalM\Views\Spcmodel\Index.cshtml" />
1514     <Content Include="Areas\GlobalM\Views\Model\Index.cshtml" />
1515     <Content Include="Areas\GlobalM\Views\Cell\Index.cshtml" />
1516     <Content Include="Areas\GlobalM\Views\Cell\Search.cshtml" />
1517     <Content Include="Areas\GlobalM\Views\ReadSetting\Index.cshtml" />
1518     <Content Include="Areas\GlobalM\Views\Location\Index.cshtml" />
1519     <Content Include="Areas\GlobalM\Views\Location\Search.cshtml" />
1520     <Content Include="Areas\GlobalM\Views\CostComputeStyle\Form.cshtml" />
1521     <Content Include="Areas\GlobalM\Views\CostComputeStyle\Index.cshtml" />
1522     <Content Include="Areas\GlobalM\Views\Role\UserInRolesForm.cshtml" />
1523     <Content Include="Areas\GlobalM\Views\Unit\Form.cshtml" />
1524     <Content Include="Areas\GlobalM\Views\Unit\Index.cshtml" />
1525     <Content Include="Areas\GlobalM\Views\InvoiceType\Form.cshtml" />
1526     <Content Include="Areas\GlobalM\Views\InvoiceType\Index.cshtml" />
1527     <Content Include="Areas\GlobalM\Views\AccountItem\Form.cshtml" />
1528     <Content Include="Areas\GlobalM\Views\AccountItem\Index.cshtml" />
1529     <Content Include="Areas\GlobalM\Views\AccountSort\SortForm.cshtml" />
1530     <Content Include="Areas\GlobalM\Views\AccountSort\Index.cshtml" />
1531     <Content Include="Areas\GlobalM\Views\AlarmSetting\Form.cshtml" />
1532     <Content Include="Areas\GlobalM\Views\AlarmSetting\Index.cshtml" />
1533     <Content Include="Areas\GlobalM\Views\BOM\Form.cshtml" />
1534     <Content Include="Areas\GlobalM\Views\BOM\Index.cshtml" />
1535     <Content Include="Areas\GlobalM\Views\BOM\BomLayoutForm.cshtml" />
1536     <Content Include="Areas\GlobalM\Views\BOM\BomTreeForm.cshtml" />
1537     <Content Include="Areas\GlobalM\Views\BOM\AddChildForm.cshtml" />
1538     <Content Include="Areas\GlobalM\Views\GoodUnit\Form.cshtml" />
1539     <Content Include="Areas\GlobalM\Views\GoodUnit\Index.cshtml" />
1540     <Content Include="Areas\GlobalM\Views\BOM\BomApproveForm.cshtml" />
1541     <Content Include="Areas\GlobalM\Views\BOM\ShowTJForm.cshtml" />
1542     <Content Include="Areas\GlobalM\Views\BOM\ShowTJBomForm.cshtml" />
1543     <Content Include="Areas\GlobalM\Views\BOM\ShowTJBomDlsForm.cshtml" />
1544     <Content Include="Areas\GlobalM\Views\WorkList\BomApplyForm.cshtml" />
1545     <Content Include="Areas\GlobalM\Views\WorkList\Index.cshtml" />
1546     <Content Include="Areas\GlobalM\Views\BOM\EditChildForm.cshtml" />
1547     <Content Include="Areas\GlobalM\Views\WorkList\WorkListLayout.cshtml" />
1548     <Content Include="Areas\GlobalM\Views\WorkList\Default.cshtml" />
1549     <Content Include="Areas\GlobalM\Views\BOM\BomBrowseForm.cshtml" />
1550     <Content Include="Areas\GlobalM\Views\BOM\BomAuditForm.cshtml" />
1551     <Content Include="Areas\GlobalM\Views\BOM\EditBomForm.cshtml" />
1552     <Content Include="Areas\GlobalM\Views\WorkList\WorkListHisLayout.cshtml" />
1553     <Content Include="Areas\GlobalM\Views\Warehouse\Form.cshtml" />
1554     <Content Include="Areas\GlobalM\Views\Warehouse\Index.cshtml" />
1555     <Content Include="Areas\GlobalM\Views\BankAccount\Form.cshtml" />
1556     <Content Include="Areas\GlobalM\Views\BankAccount\Index.cshtml" />
1557     <Content Include="Areas\GlobalM\Views\Workflow\EditWorkflowSettingForm.cshtml" />
1558     <Content Include="Areas\GlobalM\Views\Workflow\WorkflowSetting.cshtml" />
1559     <Content Include="Areas\GlobalM\Views\WorkflowNodeRole\Form.cshtml" />
1560     <Content Include="Areas\GlobalM\Views\WorkflowNodeRole\Index.cshtml" />
1561     <Content Include="Areas\GlobalM\Views\WorkflowNode\EditNodeForm.cshtml" />
1562     <Content Include="Areas\GlobalM\Views\WorkflowNode\EditNodeSettingForm.cshtml" />
1563     <Content Include="Areas\GlobalM\Views\BillType\Form.cshtml" />
1564     <Content Include="Areas\GlobalM\Views\BillType\Index.cshtml" />
1565     <Content Include="Areas\GlobalM\Views\Role\RoleChoseForm.cshtml" />
1566     <Content Include="Areas\GlobalM\Views\PurchaseDls\Form.cshtml" />
1567     <Content Include="Areas\GlobalM\Views\PurchaseDls\Index.cshtml" />
1568     <Content Include="Areas\GlobalM\Views\Purchase\PurchaseDlsForm.cshtml" />
1569     <Content Include="Areas\GlobalM\Views\Purchase\PurchaseApply.cshtml" />
1570     <Content Include="Areas\GlobalM\Views\WorkList\BuyGoodApplyForm.cshtml" />
0a4bf7 1571     <Content Include="Areas\GlobalM\Views\InspectArea\Form.cshtml" />
M 1572     <Content Include="Areas\GlobalM\Views\InspectArea\Index.cshtml" />
1573     <Content Include="Areas\GlobalM\Views\InspectType\Form.cshtml" />
1574     <Content Include="Areas\GlobalM\Views\InspectType\Index.cshtml" />
1575     <Content Include="Areas\GlobalM\Views\InspectFrequency\Form.cshtml" />
1576     <Content Include="Areas\GlobalM\Views\InspectFrequency\Index.cshtml" />
1577     <Content Include="Areas\GlobalM\Views\InspectReason\Form.cshtml" />
1578     <Content Include="Areas\GlobalM\Views\InspectReason\Index.cshtml" />
1579     <Content Include="Areas\GlobalM\Views\InspectCorresponding\Form.cshtml" />
1580     <Content Include="Areas\GlobalM\Views\InspectCorresponding\Index.cshtml" />
1581     <Content Include="Areas\GlobalM\Views\RepairReason\Form.cshtml" />
1582     <Content Include="Areas\GlobalM\Views\RepairReason\Index.cshtml" />
1583     <Content Include="Areas\GlobalM\Views\RepairCorresponding\Form.cshtml" />
1584     <Content Include="Areas\GlobalM\Views\RepairCorresponding\Index.cshtml" />
1585     <Content Include="Areas\GlobalM\Views\InspectObjectType\Form.cshtml" />
1586     <Content Include="Areas\GlobalM\Views\InspectObjectType\Index.cshtml" />
7c0749 1587     <Content Include="Areas\GlobalM\Views\InspectItem\Form.cshtml" />
0a4bf7 1588     <Content Include="Areas\GlobalM\Views\InspectItem\Index.cshtml" />
7c0749 1589     <Content Include="Areas\GlobalM\Views\InspectObject\Form.cshtml" />
J 1590     <Content Include="Areas\GlobalM\Views\InspectObject\Index.cshtml" />
8e1d1f 1591     <Content Include="Areas\GlobalM\Views\Workflow\Index.cshtml" />
A 1592     <Content Include="Areas\GlobalM\Views\WorkflowNode\Index.cshtml" />
1593     <Content Include="Areas\GlobalM\Views\WorkflowNodeDetail\Index.cshtml" />
1594     <Content Include="Areas\GlobalM\Views\WorkflowNode\Search.cshtml" />
361c8a 1595     <Content Include="Areas\GlobalM\Views\Workflow\Search.cshtml" />
5e4ef3 1596     <Content Include="Areas\GlobalM\Views\WorkList\MyNeedDealt.cshtml" />
A 1597     <Content Include="Areas\GlobalM\Views\WorkList\MyApproved.cshtml" />
1598     <Content Include="Areas\GlobalM\Views\Bill\Index.cshtml" />
1e406e 1599     <Content Include="Areas\GlobalM\Views\Bill\StartIndex.cshtml" />
03b9d7 1600     <Content Include="Areas\GlobalM\Views\InspectAlarm\Form.cshtml" />
J 1601     <Content Include="Areas\GlobalM\Views\InspectAlarm\Index.cshtml" />
1602     <Content Include="Areas\GlobalM\Views\InspectPlan\Index.cshtml" />
1603     <Content Include="fonts\glyphicons-halflings-regular.woff" />
1604     <Content Include="fonts\glyphicons-halflings-regular.ttf" />
1605     <Content Include="fonts\glyphicons-halflings-regular.eot" />
90c6eb 1606     <None Include="packages.config" />
J 1607     <Content Include="Views\Home\Index.cshtml" />
1608     <Content Include="Views\Home\Login.cshtml" />
1609     <Content Include="Views\Shared\_Layout_List.cshtml" />
1610     <Content Include="Views\web.config" />
1611     <Content Include="Scripts\vendor\jquery\jquery-1.12.4.min.map" />
1612     <Content Include="Scripts\vendor\layui\font\iconfont.eot" />
1613     <Content Include="Scripts\vendor\layui\font\iconfont.ttf" />
1614     <Content Include="Scripts\vendor\layui\font\iconfont.woff" />
1615     <Content Include="Views\Home\Desktop.cshtml" />
1616     <Content Include="Views\Home\Statis.cshtml" />
1617     <Content Include="Views\Home\Test.cshtml" />
1618     <Content Include="Views\Test\Index.cshtml" />
1619     <Content Include="Views\Test\RequestDemo.cshtml" />
1620     <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
1621     <Content Include="Views\Test\MapDatTest.cshtml" />
1622     <Content Include="Views\Test\GetNingboGeojsonForm.cshtml" />
1623     <Content Include="Views\Demo\UMEditor.cshtml" />
1624     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.eot" />
1625     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.ttf" />
1626     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneral-webfont.woff" />
1627     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.eot" />
1628     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.ttf" />
1629     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbol-webfont.woff" />
1630     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.eot" />
1631     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.ttf" />
1632     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralbolita-webfont.woff" />
1633     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.eot" />
1634     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.ttf" />
1635     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\stixgeneral-bundle\stixgeneralitalic-webfont.woff" />
1636     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\Symbola.eot" />
1637     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\Symbola.otf" />
1638     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\Symbola.ttf" />
1639     <Content Include="Scripts\vendor\umeditor\third-party\mathquill\font\Symbola.woff" />
1640     <Content Include="Views\Shared\_Layout_List_js.cshtml" />
1641     <Content Include="Views\Demo\UploadFileIndex.cshtml" />
1642     <Content Include="Views\Demo\UploadFileForm.cshtml" />
1643     <Content Include="Views\Demo\UploadImgView.cshtml" />
1644     <Content Include="Scripts\vendor\umeditor\net\getContent.ashx" />
1645     <Content Include="Scripts\vendor\umeditor\net\imageUp.ashx" />
1646     <Content Include="Views\Menu\Index.cshtml" />
1647     <Content Include="Views\Organization\Index.cshtml" />
1648     <Content Include="Views\Power\Index.cshtml" />
1649     <Content Include="Views\Power\Search.cshtml" />
1650     <Content Include="Views\PowerInRes\Index.cshtml" />
1651     <Content Include="Areas\GlobalM\Views\PowerInRole\Index.cshtml" />
1652     <Content Include="Areas\GlobalM\Views\Role\Index.cshtml" />
1653     <Content Include="Areas\GlobalM\Views\Role\Search.cshtml" />
1654     <Content Include="Views\User\Index.cshtml" />
1655     <Content Include="Views\User\Search.cshtml" />
03b9d7 1656     <Content Include="Scripts\jquery-1.10.2.min.map" />
fd0c71 1657     <Content Include="Views\UserInRole\Index.cshtml" />
d7a15c 1658     <Content Include="Views\MotifInfo\Form.cshtml" />
bb464a 1659     <Content Include="Views\MotifInfo\Index.cshtml" />
d7a15c 1660     <Content Include="Views\MotifInfo\warningForm.cshtml" />
35fb47 1661     <Content Include="Views\MotifInfo\RunForm.cshtml" />
90c6eb 1662     <None Include="Web.Debug.config">
J 1663       <DependentUpon>Web.config</DependentUpon>
1664     </None>
1665     <None Include="Web.Release.config">
1666       <DependentUpon>Web.config</DependentUpon>
1667     </None>
1668   </ItemGroup>
1669   <ItemGroup>
1670     <Folder Include="App_Data\" />
7b1d78 1671     <Folder Include="Areas\GlobalM\Views\Code\" />
b6fc6e 1672     <Folder Include="Areas\GlobalM\Views\InspectOrgInfo\" />
fd0c71 1673     <Folder Include="Areas\GlobalM\Views\Log\" />
A 1674     <Folder Include="Areas\GlobalM\Views\Shared\" />
90c6eb 1675     <Folder Include="ImgBuffer\" />
303a72 1676     <Folder Include="uploadExcel\" />
90c6eb 1677     <Folder Include="Views\Repair\" />
J 1678   </ItemGroup>
1679   <ItemGroup>
1680     <TypeScriptCompile Include="Scripts\typings\jquery\jquery.d.ts" />
1681   </ItemGroup>
1682   <ItemGroup>
1683     <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
1684     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
1685   </ItemGroup>
1686   <ItemGroup>
1687     <ProjectReference Include="..\DIXWeb.Business\DIXWeb.Business.csproj">
1688       <Project>{62858a89-da3c-4658-8219-580780d435c9}</Project>
1689       <Name>ERPWeb.Business</Name>
1690     </ProjectReference>
1691     <ProjectReference Include="..\DIXWeb.DAL\DIXWeb.DAL.csproj">
1692       <Project>{36807962-64e1-48ea-a9b0-5b9fabead952}</Project>
1693       <Name>ERPWeb.DAL</Name>
1694     </ProjectReference>
1695     <ProjectReference Include="..\DIXWeb.DataRepository\DIXWeb.DataRepository.csproj">
1696       <Project>{01c93a6b-76c5-4b10-b8b9-2f173b5f9441}</Project>
1697       <Name>ERPWeb.DataRepository</Name>
1698     </ProjectReference>
1699     <ProjectReference Include="..\DIXWeb.Entity\DIXWeb.Entity.csproj">
1700       <Project>{544fe3ea-46f2-45f7-9574-d4fea111a9c1}</Project>
1701       <Name>ERPWeb.Entity</Name>
1702     </ProjectReference>
1703     <ProjectReference Include="..\DIXWeb.Util\DIXWeb.Util.csproj">
1704       <Project>{7095b12b-7ff2-4b6b-8c6c-654197edaa34}</Project>
1705       <Name>ERPWeb.Util</Name>
1706     </ProjectReference>
1707   </ItemGroup>
1708   <PropertyGroup>
1709     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
1710     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
1711   </PropertyGroup>
1712   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1713   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
1714   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
1715   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
1716   <ProjectExtensions>
1717     <VisualStudio>
1718       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
1719         <WebProjectProperties>
4c6f4f 1720           <UseIIS>True</UseIIS>
J 1721           <AutoAssignPort>True</AutoAssignPort>
1722           <DevelopmentServerPort>0</DevelopmentServerPort>
1723           <DevelopmentServerVPath>/</DevelopmentServerVPath>
1724           <IISUrl>http://localhost:50062/</IISUrl>
1725           <NTLMAuthentication>False</NTLMAuthentication>
1726           <UseCustomServer>False</UseCustomServer>
1727           <CustomServerUrl>
1728           </CustomServerUrl>
1729           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
90c6eb 1730         </WebProjectProperties>
J 1731       </FlavorProperties>
1732     </VisualStudio>
1733   </ProjectExtensions>
1734   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
1735     <PropertyGroup>
1736       <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
1737     </PropertyGroup>
1738     <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
1739   </Target>
1740   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
1741        Other similar extension points exist, see Microsoft.Common.targets.
1742   <Target Name="BeforeBuild">
1743   </Target>
1744   <Target Name="AfterBuild">
1745   </Target>
1746   -->
1747 </Project>