-
Notifications
You must be signed in to change notification settings - Fork 1
/
2021040614.csproj
493 lines (493 loc) · 17.8 KB
/
2021040614.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C9850836-AE46-4BD9-8858-0AD37630CB1D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>i_car1</RootNamespace>
<AssemblyName>i-car1</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="QRCoder, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\QRCoder.1.4.1\lib\net40\QRCoder.dll</HintPath>
</Reference>
<Reference Include="SunnyUI">
<HintPath>..\..\..\yhuse-SunnyUI-master\SunnyUI\Bin\net40\SunnyUI.dll</HintPath>
</Reference>
<Reference Include="SunnyUI.Common, Version=3.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\i-Car\SunnyUI\Bin\net40\SunnyUI.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="后台数据.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="后台数据.Designer.cs">
<DependentUpon>后台数据.cs</DependentUpon>
</Compile>
<Compile Include="厂家回复.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="厂家回复.Designer.cs">
<DependentUpon>厂家回复.cs</DependentUpon>
</Compile>
<Compile Include="支付.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="支付.Designer.cs">
<DependentUpon>支付.cs</DependentUpon>
</Compile>
<Compile Include="说明.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="说明.Designer.cs">
<DependentUpon>说明.cs</DependentUpon>
</Compile>
<Compile Include="反馈.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="反馈.Designer.cs">
<DependentUpon>反馈.cs</DependentUpon>
</Compile>
<Compile Include="报修.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="报修.Designer.cs">
<DependentUpon>报修.cs</DependentUpon>
</Compile>
<Compile Include="商务.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="商务.Designer.cs">
<DependentUpon>商务.cs</DependentUpon>
</Compile>
<Compile Include="智能推荐.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="智能推荐.Designer.cs">
<DependentUpon>智能推荐.cs</DependentUpon>
</Compile>
<Compile Include="开始.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="开始.Designer.cs">
<DependentUpon>开始.cs</DependentUpon>
</Compile>
<Compile Include="套餐.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="套餐.Designer.cs">
<DependentUpon>套餐.cs</DependentUpon>
</Compile>
<Compile Include="登录.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="登录.Designer.cs">
<DependentUpon>登录.cs</DependentUpon>
</Compile>
<Compile Include="注册.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="注册.Designer.cs">
<DependentUpon>注册.cs</DependentUpon>
</Compile>
<Compile Include="订单详情.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="订单详情.Designer.cs">
<DependentUpon>订单详情.cs</DependentUpon>
</Compile>
<Compile Include="轿车.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="轿车.Designer.cs">
<DependentUpon>轿车.cs</DependentUpon>
</Compile>
<Compile Include="主页面.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="主页面.Designer.cs">
<DependentUpon>主页面.cs</DependentUpon>
</Compile>
<Compile Include="厂商注册.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="厂商注册.Designer.cs">
<DependentUpon>厂商注册.cs</DependentUpon>
</Compile>
<Compile Include="厂商登录.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="厂商登录.Designer.cs">
<DependentUpon>厂商登录.cs</DependentUpon>
</Compile>
<Compile Include="文章.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="文章.Designer.cs">
<DependentUpon>文章.cs</DependentUpon>
</Compile>
<Compile Include="SUV.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SUV.Designer.cs">
<DependentUpon>SUV.cs</DependentUpon>
</Compile>
<Compile Include="商务详情.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="商务详情.Designer.cs">
<DependentUpon>商务详情.cs</DependentUpon>
</Compile>
<Compile Include="轿车详情(精英版).cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="轿车详情(精英版).Designer.cs">
<DependentUpon>轿车详情(精英版).cs</DependentUpon>
</Compile>
<Compile Include="suv详情(尊享致雅型 40 TFSI S tronic).cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="suv详情(尊享致雅型 40 TFSI S tronic).Designer.cs">
<DependentUpon>suv详情(尊享致雅型 40 TFSI S tronic).cs</DependentUpon>
</Compile>
<Compile Include="轿车详情(豪华版).cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="轿车详情(豪华版).Designer.cs">
<DependentUpon>轿车详情(豪华版).cs</DependentUpon>
</Compile>
<Compile Include="suv详情(豪华运动型 55 TFSI quattro tiptronic%29.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="suv详情(豪华运动型 55 TFSI quattro tiptronic%29.Designer.cs">
<DependentUpon>suv详情(豪华运动型 55 TFSI quattro tiptronic%29.cs</DependentUpon>
</Compile>
<Compile Include="i_car3\Properties.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ValidCode.cs" />
<Compile Include="进入页面.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="进入页面.Designer.cs">
<DependentUpon>进入页面.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="智能推荐.resx">
<DependentUpon>智能推荐.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="套餐.resx">
<DependentUpon>套餐.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="厂商注册.resx">
<DependentUpon>厂商注册.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="厂商登录.resx">
<DependentUpon>厂商登录.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="后台数据.resx">
<DependentUpon>后台数据.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="厂家回复.resx">
<DependentUpon>厂家回复.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="反馈.resx">
<DependentUpon>反馈.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="商务.resx">
<DependentUpon>商务.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="开始.resx">
<DependentUpon>开始.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="报修.resx">
<DependentUpon>报修.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="支付.resx">
<DependentUpon>支付.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="说明.resx">
<DependentUpon>说明.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="登录.resx">
<DependentUpon>登录.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="注册.resx">
<DependentUpon>注册.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="订单详情.resx">
<DependentUpon>订单详情.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="轿车.resx">
<DependentUpon>轿车.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="主页面.resx">
<DependentUpon>主页面.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="文章.resx">
<DependentUpon>文章.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SUV.resx">
<DependentUpon>SUV.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="商务详情.resx">
<DependentUpon>商务详情.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="轿车详情(精英版).resx">
<DependentUpon>轿车详情(精英版).cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="suv详情(尊享致雅型 40 TFSI S tronic).resx">
<DependentUpon>suv详情(尊享致雅型 40 TFSI S tronic).cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="轿车详情(豪华版).resx">
<DependentUpon>轿车详情(豪华版).cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="suv详情(豪华运动型 55 TFSI quattro tiptronic%29.resx">
<DependentUpon>suv详情(豪华运动型 55 TFSI quattro tiptronic%29.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="进入页面.resx">
<DependentUpon>进入页面.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="AxUnityWebPlayerAXLib">
<Guid>{75A564FE-95D1-41A9-B1D9-10D1E3CB502B}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>aximp</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<COMReference Include="UnityWebPlayerAXLib">
<Guid>{75A564FE-95D1-41A9-B1D9-10D1E3CB502B}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\引擎1.jfif" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\引擎2.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\引擎1.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\轮毂1.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\轮毂2.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\轮毂3.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\轮毂4.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\轮毂5.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\绒布座椅.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\真皮座椅.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\塑料方向盘.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\真皮方向盘.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\三幅方向盘.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\四幅方向盘.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\哈曼汽车音响.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\后排娱乐系统.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\布纹遮阳帘.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\儿童座椅.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\后排侧气囊.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\全自动车载空调.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\后排侧气囊1.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LED大灯.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LED.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\独立日间行车灯.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\贯穿式尾灯.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\单天窗.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\全景天窗.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\商务风格.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\动感风格.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\舒适风格.JPG" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\时尚风格.JPG" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="chestnut_qrcode\chestnut_qrcode.csproj">
<Project>{04c77c17-af4c-4d52-aabf-6160f10eb239}</Project>
<Name>chestnut_qrcode</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\第二排电动Ottoman宽适旗舰座椅.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\独立手枕控制面板.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\黑色高级Nappa真皮合成皮.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\可伸缩电动腿托可调节头枕全倾倒功能.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\亚麻色高级Nappa真皮合成皮.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\亚麻色优质真皮合成皮.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="bin\Debug\座椅通风及加热.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\第二排电动Ottoman宽适旗舰座椅.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\独立手枕控制面板.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\黑色高级Nappa真皮合成皮.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\可伸缩电动腿托可调节头枕全倾倒功能.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\亚麻色高级Nappa真皮合成皮.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\亚麻色优质真皮合成皮.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\座椅通风及加热.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\a.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\b.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\c.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>