FLY.Thick.Base.UI.csproj 25.7 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
潘栩锋's avatar
潘栩锋 committed
3 4 5 6 7 8 9 10
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{EC84265E-4196-4834-8AC0-81956777C5E9}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
潘栩锋's avatar
潘栩锋 committed
11 12
    <RootNamespace>FLY.Thick.Base.UI</RootNamespace>
    <AssemblyName>FLY.Thick.Base.UI</AssemblyName>
13
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
潘栩锋's avatar
潘栩锋 committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
潘栩锋's avatar
潘栩锋 committed
38
    <PlatformTarget>AnyCPU</PlatformTarget>
潘栩锋's avatar
潘栩锋 committed
39 40 41 42 43 44 45
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
46 47
    <DocumentationFile>
    </DocumentationFile>
48
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
49 50 51 52 53 54 55 56 57
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
58
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
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
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>
    </ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="PresentationFramework.Aero" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Windows.Forms.DataVisualization" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Xaml">
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
    </Reference>
    <Reference Include="UIAutomationProvider" />
    <Reference Include="WindowsBase" />
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="WindowsFormsIntegration" />
  </ItemGroup>
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
89
    <Compile Include="App.xaml.cs" />
90
    <Compile Include="Common.cs" />
潘栩锋's avatar
潘栩锋 committed
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
    <Compile Include="Converter\BoltNo2BoltIndexConverter.cs" />
    <Compile Include="Converter\ControllerStateConverter.cs" />
    <Compile Include="Converter\EnumToVisibilityConverter.cs" />
    <Compile Include="Converter\DirectionConverter.cs" />
    <Compile Include="Converter\EnumToIsCheckedConverter.cs" />
    <Compile Include="Converter\HrsConverter.cs" />
    <Compile Include="Converter\IntConverter.cs" />
    <Compile Include="Converter\IO2BitVisableConverter.cs" />
    <Compile Include="Converter\IPEPConverter.cs" />
    <Compile Include="Converter\MathConverter.cs" />
    <Compile Include="Converter\PercentConverter.cs" />
    <Compile Include="Converter\Pos2mmConverter.cs" />
    <Compile Include="Converter\RatioConverter.cs" />
    <Compile Include="Converter\ThickConverter.cs" />
    <Compile Include="Converter\TimeSpan2MinConverter.cs" />
    <Compile Include="Converter\VisibilityConverter.cs" />
潘栩锋's avatar
潘栩锋 committed
107 108 109 110 111
    <Compile Include="CtMicroGage\CtMicroGage.xaml.cs">
      <DependentUpon>CtMicroGage.xaml</DependentUpon>
    </Compile>
    <Compile Include="CtMicroGage\CtMicroGageVm.cs" />
    <Compile Include="CtMicroGage\CtMircoGageVmUt.cs" />
潘栩锋's avatar
潘栩锋 committed
112 113
    <Compile Include="CustomMenu\AdrMenu.cs" />
    <Compile Include="CustomMenu\CustomMenu.cs" />
114
    <Compile Include="CustomMenu\UpdateMenu.cs" />
115
    <Compile Include="CustomMenu\WarningMenu.cs" />
潘栩锋's avatar
潘栩锋 committed
116
    <Compile Include="CustomMenu\PwMenu.cs" />
潘栩锋's avatar
潘栩锋 committed
117 118 119
    <Compile Include="CustomSection\UcSectionScanGraph.xaml.cs">
      <DependentUpon>UcSectionScanGraph.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
120 121 122 123 124 125 126 127
    <Compile Include="CustomSection\UcSectionControllerState.xaml.cs">
      <DependentUpon>UcSectionControllerState.xaml</DependentUpon>
    </Compile>
    <Compile Include="CustomSection\UcSectionError.xaml.cs">
      <DependentUpon>UcSectionError.xaml</DependentUpon>
    </Compile>
    <Compile Include="CustomSection\UcSectionLanguage.xaml.cs">
      <DependentUpon>UcSectionLanguage.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
128
    </Compile>
潘栩锋's avatar
潘栩锋 committed
129 130
    <Compile Include="CustomSection\UcSectionOsk.xaml.cs">
      <DependentUpon>UcSectionOsk.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
131
    </Compile>
潘栩锋's avatar
潘栩锋 committed
132 133
    <Compile Include="CustomSection\UcSingleStateTab.xaml.cs">
      <DependentUpon>UcSingleStateTab.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
134
    </Compile>
潘栩锋's avatar
潘栩锋 committed
135
    <Compile Include="DependOn\LCUS1_dependOn.cs" />
136
    <Compile Include="DependOn\WarningSystem2ServiceClientWithName.cs" />
潘栩锋's avatar
潘栩锋 committed
137 138
    <Compile Include="GageCommands.cs" />
    <Compile Include="LCUS1.cs" />
139
    <Compile Include="OnInit\OnInitAutoScan.cs" />
潘栩锋's avatar
潘栩锋 committed
140
    <Compile Include="OnInit\OnInitControllerState.cs" />
141 142
    <Compile Include="OnInit\OnInitLcus1_Multi.cs" />
    <Compile Include="OnInit\OnInitLcus1_One.cs" />
143
    <Compile Include="OnInit\OnInitWarnings.cs" />
潘栩锋's avatar
潘栩锋 committed
144 145 146 147 148
    <Compile Include="OnInit\OnInitError.cs" />
    <Compile Include="OnInit\OnInitGageCommand.cs" />
    <Compile Include="OnInit\OnInitLanguage.cs" />
    <Compile Include="OnInit\OnInitOSK.cs" />
    <Compile Include="PasswordAuthorize.cs" />
149 150 151
    <Compile Include="PgBorderSearchPlastic.xaml.cs">
      <DependentUpon>PgBorderSearchPlastic.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
152 153
    <Compile Include="PgBorderSearch.xaml.cs">
      <DependentUpon>PgBorderSearch.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
154
    </Compile>
潘栩锋's avatar
潘栩锋 committed
155 156
    <Compile Include="PgCurve.xaml.cs">
      <DependentUpon>PgCurve.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
157
    </Compile>
158 159 160
    <Compile Include="PgError\PgErrorsTable.xaml.cs">
      <DependentUpon>PgErrorsTable.xaml</DependentUpon>
    </Compile>
161 162 163
    <Compile Include="PgError\PgErrorTable2.xaml.cs">
      <DependentUpon>PgErrorTable2.xaml</DependentUpon>
    </Compile>
164 165 166
    <Compile Include="PgError\WdWarningUnityNames.xaml.cs">
      <DependentUpon>WdWarningUnityNames.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
167 168
    <Compile Include="PgFlyAd.xaml.cs">
      <DependentUpon>PgFlyAd.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
169
    </Compile>
170 171 172
    <Compile Include="PgGetSample.xaml.cs">
      <DependentUpon>PgGetSample.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
173 174
    <Compile Include="PgInitparam.xaml.cs">
      <DependentUpon>PgInitparam.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
175
    </Compile>
潘栩锋's avatar
潘栩锋 committed
176 177
    <Compile Include="PgReject.xaml.cs">
      <DependentUpon>PgReject.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
178
    </Compile>
潘栩锋's avatar
潘栩锋 committed
179
    <Compile Include="PgScanCorr\PgScanCorr.xaml.cs">
潘栩锋's avatar
潘栩锋 committed
180
      <DependentUpon>PgScanCorr.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
181
    </Compile>
潘栩锋's avatar
潘栩锋 committed
182 183 184
    <Compile Include="ParamDistItemKeys.cs" />
    <Compile Include="PgAddress.xaml.cs">
      <DependentUpon>PgAddress.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
185
    </Compile>
潘栩锋's avatar
潘栩锋 committed
186 187
    <Compile Include="PgCustomSections.xaml.cs">
      <DependentUpon>PgCustomSections.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
188
    </Compile>
潘栩锋's avatar
潘栩锋 committed
189 190 191 192 193 194 195 196 197
    <Compile Include="PgError\PgErrorAllTable.xaml.cs">
      <DependentUpon>PgErrorAllTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="PgError\PgErrorTable.xaml.cs">
      <DependentUpon>PgErrorTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="PgError\WdIOTip.xaml.cs">
      <DependentUpon>WdIOTip.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
198 199 200 201 202 203 204 205
    <Compile Include="PgGrid\IPgGridVm.cs" />
    <Compile Include="PgGrid\PgGrid.xaml.cs">
      <DependentUpon>PgGrid.xaml</DependentUpon>
    </Compile>
    <Compile Include="PgGrid\PgGridVm.cs" />
    <Compile Include="PgGrid\PgGridVmUt.cs" />
    <Compile Include="PgGrid\PgGridXlsxOutput.cs" />
    <Compile Include="PgGrid\SeriesInfo.cs" />
潘栩锋's avatar
潘栩锋 committed
206 207
    <Compile Include="PgPwManager.xaml.cs">
      <DependentUpon>PgPwManager.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
208
    </Compile>
潘栩锋's avatar
潘栩锋 committed
209
    <Compile Include="PgScanCorr\PgScanCorrVm.cs" />
210
    <Compile Include="PgScanCorr\PgScanCorrVmUt.cs" />
潘栩锋's avatar
潘栩锋 committed
211 212 213
    <Compile Include="UiModule\DynAreaFilmWidth.xaml.cs">
      <DependentUpon>DynAreaFilmWidth.xaml</DependentUpon>
    </Compile>
214 215 216
    <Compile Include="UiModule\DynAreaIO2.xaml.cs">
      <DependentUpon>DynAreaIO2.xaml</DependentUpon>
    </Compile>
217 218 219 220 221 222
    <Compile Include="UiModule\DynAreaIO.xaml.cs">
      <DependentUpon>DynAreaIO.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\DynAreaSample.xaml.cs">
      <DependentUpon>DynAreaSample.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
223 224 225
    <Compile Include="UiModule\DynAreaThick.xaml.cs">
      <DependentUpon>DynAreaThick.xaml</DependentUpon>
    </Compile>
226 227 228 229 230 231 232 233
    <Compile Include="UiModule\FixGraph\FixGraph.xaml.cs">
      <DependentUpon>FixGraph.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\FixGraph\FixGraphConfig.xaml.cs">
      <DependentUpon>FixGraphConfig.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\FixGraph\FixGraphItemParam.cs" />
    <Compile Include="UiModule\FixGraph\FixGraphParams.cs" />
234 235
    <Compile Include="UiModule\FixGraph\FixGraphVm.cs" />
    <Compile Include="UiModule\FixGraph\FixGraphVmUt.cs" />
236 237 238 239
    <Compile Include="UiModule\FixGraph\PgFixAnalyze.xaml.cs">
      <DependentUpon>PgFixAnalyze.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\FixGraph\UiModule2_FixGraph.cs" />
240 241 242
    <Compile Include="UiModule\MenuMotion2.xaml.cs">
      <DependentUpon>MenuMotion2.xaml</DependentUpon>
    </Compile>
243 244 245
    <Compile Include="UiModule\MenuMotion.xaml.cs">
      <DependentUpon>MenuMotion.xaml</DependentUpon>
    </Compile>
246 247 248 249 250 251
    <Compile Include="UiModule\MenuProfile.xaml.cs">
      <DependentUpon>MenuProfile.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\MenuSetting.xaml.cs">
      <DependentUpon>MenuSetting.xaml</DependentUpon>
    </Compile>
252 253 254
    <Compile Include="WdAbHelper2.xaml.cs">
      <DependentUpon>WdAbHelper2.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
255 256
    <Compile Include="WdAbHelper.xaml.cs">
      <DependentUpon>WdAbHelper.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
257
    </Compile>
潘栩锋's avatar
潘栩锋 committed
258 259
    <Compile Include="WdAHelper.xaml.cs">
      <DependentUpon>WdAHelper.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
260
    </Compile>
潘栩锋's avatar
潘栩锋 committed
261 262
    <Compile Include="WdAdScale.xaml.cs">
      <DependentUpon>WdAdScale.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
263
    </Compile>
潘栩锋's avatar
潘栩锋 committed
264 265
    <Compile Include="PgGageInfo.xaml.cs">
      <DependentUpon>PgGageInfo.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
266
    </Compile>
潘栩锋's avatar
潘栩锋 committed
267 268
    <Compile Include="PgError\WdFlyADAccess.xaml.cs">
      <DependentUpon>WdFlyADAccess.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
269
    </Compile>
潘栩锋's avatar
潘栩锋 committed
270 271
    <Compile Include="WdPassword.xaml.cs">
      <DependentUpon>WdPassword.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
272
    </Compile>
潘栩锋's avatar
潘栩锋 committed
273 274
    <Compile Include="WdSaveDatas.xaml.cs">
      <DependentUpon>WdSaveDatas.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
275
    </Compile>
潘栩锋's avatar
潘栩锋 committed
276 277
    <Compile Include="WdThickScale.xaml.cs">
      <DependentUpon>WdThickScale.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
278 279 280 281 282 283 284 285 286
    </Compile>
    <Page Include="App.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Converter\Dictionary_MyConv.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
287 288 289 290
    <Page Include="CtMicroGage\CtMicroGage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
291
    <Resource Include="CtMicroGage\CtMicroGageStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
292 293
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
294
    </Resource>
潘栩锋's avatar
潘栩锋 committed
295 296 297 298
    <Page Include="CustomSection\UcSectionScanGraph.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
299
    <Page Include="CustomSection\UcSectionControllerState.xaml">
潘栩锋's avatar
潘栩锋 committed
300
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
301
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
302
    </Page>
潘栩锋's avatar
潘栩锋 committed
303
    <Page Include="CustomSection\UcSectionError.xaml">
潘栩锋's avatar
潘栩锋 committed
304
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
305
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
306
    </Page>
潘栩锋's avatar
潘栩锋 committed
307 308
    <Page Include="CustomSection\UcSectionLanguage.xaml">
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
309
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
310 311
    </Page>
    <Page Include="CustomSection\UcSectionOsk.xaml">
潘栩锋's avatar
潘栩锋 committed
312
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
313
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
314
    </Page>
潘栩锋's avatar
潘栩锋 committed
315
    <Page Include="CustomSection\UcSingleStateTab.xaml">
潘栩锋's avatar
潘栩锋 committed
316 317 318
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
319 320 321 322
    <Page Include="PgBorderSearchPlastic.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
323
    <Page Include="PgBorderSearch.xaml">
潘栩锋's avatar
潘栩锋 committed
324 325 326
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
327
    <Page Include="PgCurve.xaml">
潘栩锋's avatar
潘栩锋 committed
328 329 330
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
331 332 333 334
    <Page Include="PgError\PgErrorsTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
335 336 337 338
    <Page Include="PgError\PgErrorTable2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
339 340 341 342
    <Page Include="PgError\WdWarningUnityNames.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
343
    <Page Include="PgFlyAd.xaml">
潘栩锋's avatar
潘栩锋 committed
344 345 346
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
347 348 349 350
    <Page Include="PgGetSample.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
351
    <Page Include="PgInitparam.xaml">
潘栩锋's avatar
潘栩锋 committed
352 353 354
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
355
    <Page Include="PgReject.xaml">
潘栩锋's avatar
潘栩锋 committed
356
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
357
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
358
    </Page>
潘栩锋's avatar
潘栩锋 committed
359
    <Page Include="PgScanCorr\PgScanCorr.xaml">
潘栩锋's avatar
潘栩锋 committed
360 361 362
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
363
    <Page Include="PgAddress.xaml">
潘栩锋's avatar
潘栩锋 committed
364 365 366
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
367
    <Page Include="PgCustomSections.xaml">
潘栩锋's avatar
潘栩锋 committed
368
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
369
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
370
    </Page>
潘栩锋's avatar
潘栩锋 committed
371
    <Page Include="PgError\PgErrorAllTable.xaml">
潘栩锋's avatar
潘栩锋 committed
372 373 374
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
375
    <Page Include="PgError\PgErrorTable.xaml">
潘栩锋's avatar
潘栩锋 committed
376 377 378
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
379
    <Page Include="PgError\WdIOTip.xaml">
潘栩锋's avatar
潘栩锋 committed
380 381 382
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
383 384
    <Page Include="PgGrid\PgGrid.xaml">
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
385
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
386 387
    </Page>
    <Page Include="PgGrid\PgGridStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
388
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
389 390
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
391
    <Page Include="PgPwManager.xaml">
潘栩锋's avatar
潘栩锋 committed
392 393 394
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
395 396 397 398
    <Page Include="Themes\DynAreaErrorStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
399 400 401 402
    <Page Include="Themes\GraphStyle.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
403
    <Page Include="Themes\String.xaml">
潘栩锋's avatar
潘栩锋 committed
404 405 406
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
407
    <Page Include="Themes\Styles.xaml">
潘栩锋's avatar
潘栩锋 committed
408 409 410
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
411 412 413 414
    <Page Include="UiModule\DynAreaFilmWidth.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
415 416 417 418
    <Page Include="UiModule\DynAreaIO2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
419 420 421 422 423 424 425 426
    <Page Include="UiModule\DynAreaIO.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\DynAreaSample.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
427 428 429 430
    <Page Include="UiModule\DynAreaThick.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
431 432 433 434 435 436 437 438 439 440
    <Page Include="UiModule\FixGraph\FixGraph.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\FixGraph\FixGraphConfig.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\FixGraph\PgFixAnalyze.xaml">
      <Generator>MSBuild:Compile</Generator>
441 442 443 444
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\MenuMotion2.xaml">
      <Generator>MSBuild:Compile</Generator>
445 446 447 448
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\MenuMotion.xaml">
      <Generator>MSBuild:Compile</Generator>
449 450 451 452 453 454 455 456
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\MenuProfile.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\MenuSetting.xaml">
      <Generator>MSBuild:Compile</Generator>
457 458
      <SubType>Designer</SubType>
    </Page>
459 460 461 462
    <Page Include="WdAbHelper2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
463
    <Page Include="WdAbHelper.xaml">
潘栩锋's avatar
潘栩锋 committed
464 465 466
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
467
    <Page Include="WdAHelper.xaml">
潘栩锋's avatar
潘栩锋 committed
468 469 470
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
471
    <Page Include="WdAdScale.xaml">
潘栩锋's avatar
潘栩锋 committed
472 473 474
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
475
    <Page Include="PgGageInfo.xaml">
潘栩锋's avatar
潘栩锋 committed
476 477 478
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
479
    <Page Include="PgError\WdFlyADAccess.xaml">
潘栩锋's avatar
潘栩锋 committed
480 481 482
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
483
    <Page Include="WdPassword.xaml">
潘栩锋's avatar
潘栩锋 committed
484 485 486
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
487
    <Page Include="WdSaveDatas.xaml">
潘栩锋's avatar
潘栩锋 committed
488 489 490
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
491
    <Page Include="WdThickScale.xaml">
潘栩锋's avatar
潘栩锋 committed
492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
522 523 524 525 526 527 528 529
    <ProjectReference Include="..\..\livecharts\Core40\LiveCharts.csproj">
      <Project>{7e95ecd3-1840-439e-9a2d-a660e90d21a5}</Project>
      <Name>LiveCharts</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\livecharts\WpfView\LiveCharts.Wpf.csproj">
      <Project>{6b294d41-5ad1-42fa-882d-4f18deaaa730}</Project>
      <Name>LiveCharts.Wpf</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
530 531 532 533
    <ProjectReference Include="..\..\MultiLayout\MultiLayout.csproj">
      <Project>{5bbe76f5-cfd7-4dfa-9ee5-0c47d77d96e6}</Project>
      <Name>MultiLayout</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
534 535 536 537 538 539 540 541
    <ProjectReference Include="..\..\Project.FLY.ControlLibrary\FLY.ControlLibrary\FLY.ControlLibrary.csproj">
      <Project>{119C3ADC-F8E1-4F72-B89B-006236FF8586}</Project>
      <Name>FLY.ControlLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.FlyADBase\FlyADBase\FlyADBase.csproj">
      <Project>{DD8A6858-1261-49F7-86BE-5AC5C3A0EC34}</Project>
      <Name>FlyADBase</Name>
    </ProjectReference>
542 543 544 545
    <ProjectReference Include="..\..\Project.FLY.FObjSys\FObjBaseReflect\FObjBase.Reflect.csproj">
      <Project>{15f40c32-d546-4b2a-8d80-b3ddbcdaa690}</Project>
      <Name>FObjBase.Reflect</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
546
    <ProjectReference Include="..\..\Project.FLY.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
547
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
潘栩锋's avatar
潘栩锋 committed
548
      <Name>FLY.OBJComponents</Name>
潘栩锋's avatar
潘栩锋 committed
549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
      <Project>{ABFE87D4-B692-4AE9-A8C0-1F470B8ACBB8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Project.FLY.Misc\MISC\Misc.csproj">
      <Project>{5EE61AC6-5269-4F0F-B8FA-4334FE4A678F}</Project>
      <Name>Misc</Name>
    </ProjectReference>
    <ProjectReference Include="..\FLY.Thick.Base\FLY.Thick.Base.csproj">
      <Project>{91A1AAFE-A528-4C2E-A48A-9259E780255A}</Project>
      <Name>FLY.Thick.Base</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\document.png" />
    <Resource Include="Images\folder2.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\download.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\gear.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\cancel.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\right.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\left.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\clock.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\scan.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\close.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="123.ico" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\diskette.png" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\book.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\clipboard.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\bg_blowing.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\bg_wheel.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\bg_sample.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\bg_ruler.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\bg_chip.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\refresh.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\timg.jpg" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="FodyWeavers.xml" />
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
649
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
650 651 652
    <PackageReference Include="CommunityToolkit.Mvvm">
      <Version>8.0.0</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
653
    <PackageReference Include="EPPlus">
654
      <Version>4.5.3.2</Version>
潘栩锋's avatar
潘栩锋 committed
655 656
    </PackageReference>
    <PackageReference Include="MahApps.Metro">
潘栩锋's avatar
潘栩锋 committed
657
      <Version>2.4.9</Version>
潘栩锋's avatar
潘栩锋 committed
658 659
    </PackageReference>
    <PackageReference Include="MahApps.Metro.IconPacks">
潘栩锋's avatar
潘栩锋 committed
660
      <Version>4.11.0</Version>
潘栩锋's avatar
潘栩锋 committed
661
    </PackageReference>
662 663 664
    <PackageReference Include="MathNet.Numerics">
      <Version>4.9.0</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
665
    <PackageReference Include="PropertyChanged.Fody">
666
      <Version>3.3.1</Version>
潘栩锋's avatar
潘栩锋 committed
667
    </PackageReference>
668 669 670
    <PackageReference Include="Unity">
      <Version>5.11.2</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
671
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
672 673 674
  <ItemGroup>
    <Resource Include="Images\doorplate.jpg" />
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
675 676 677
  <ItemGroup>
    <Resource Include="Images\bg_adbox.jpg" />
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
678 679 680 681 682 683 684 685 686
  <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>