FLY.Thick.Base.UI.csproj 23.5 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>
潘栩锋's avatar
潘栩锋 committed
46
    <DocumentationFile>bin\Debug\FLY.Thick.Base.UI.xml</DocumentationFile>
47
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
48 49 50 51 52 53 54 55 56
  </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>
57
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
58 59 60 61 62 63 64 65 66
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>
    </ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
67 68 69 70 71 72 73 74 75 76 77 78
    <Reference Include="LiveCharts">
      <HintPath>..\..\dll\LiveCharts.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Feng">
      <HintPath>..\..\dll\LiveCharts.Feng.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Feng.Wpf">
      <HintPath>..\..\dll\LiveCharts.Feng.Wpf.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Wpf">
      <HintPath>..\..\dll\LiveCharts.Wpf.dll</HintPath>
    </Reference>
潘栩锋's avatar
潘栩锋 committed
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
    <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
100
    <Compile Include="App.xaml.cs" />
101
    <Compile Include="Common.cs" />
潘栩锋's avatar
潘栩锋 committed
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
    <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
118 119 120 121 122 123
    <Compile Include="CtMicroGage\CtMicroGage.xaml.cs">
      <DependentUpon>CtMicroGage.xaml</DependentUpon>
    </Compile>
    <Compile Include="CtMicroGage\CtMicroGageVm.cs" />
    <Compile Include="CtMicroGage\CtMircoGageVmUt.cs" />
    <Compile Include="CtMicroGage\ICtMicroGageVm.cs" />
潘栩锋's avatar
潘栩锋 committed
124 125 126 127 128 129 130 131 132 133 134
    <Compile Include="CustomMenu\AdrMenu.cs" />
    <Compile Include="CustomMenu\CustomMenu.cs" />
    <Compile Include="CustomMenu\PwMenu.cs" />
    <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
135
    </Compile>
潘栩锋's avatar
潘栩锋 committed
136 137
    <Compile Include="CustomSection\UcSectionOsk.xaml.cs">
      <DependentUpon>UcSectionOsk.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
138
    </Compile>
潘栩锋's avatar
潘栩锋 committed
139 140
    <Compile Include="CustomSection\UcSingleStateTab.xaml.cs">
      <DependentUpon>UcSingleStateTab.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
141
    </Compile>
潘栩锋's avatar
潘栩锋 committed
142 143 144
    <Compile Include="DependOn\LCUS1_dependOn.cs" />
    <Compile Include="GageCommands.cs" />
    <Compile Include="LCUS1.cs" />
145
    <Compile Include="OnInit\OnInitAutoScan.cs" />
潘栩锋's avatar
潘栩锋 committed
146 147 148 149 150 151
    <Compile Include="OnInit\OnInitControllerState.cs" />
    <Compile Include="OnInit\OnInitError.cs" />
    <Compile Include="OnInit\OnInitGageCommand.cs" />
    <Compile Include="OnInit\OnInitLanguage.cs" />
    <Compile Include="OnInit\OnInitOSK.cs" />
    <Compile Include="PasswordAuthorize.cs" />
152 153 154
    <Compile Include="PgBorderSearchPlastic.xaml.cs">
      <DependentUpon>PgBorderSearchPlastic.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
155 156
    <Compile Include="PgBorderSearch.xaml.cs">
      <DependentUpon>PgBorderSearch.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
157
    </Compile>
潘栩锋's avatar
潘栩锋 committed
158 159
    <Compile Include="PgCurve.xaml.cs">
      <DependentUpon>PgCurve.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
160
    </Compile>
潘栩锋's avatar
潘栩锋 committed
161 162
    <Compile Include="PgCurveModify.xaml.cs">
      <DependentUpon>PgCurveModify.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
163
    </Compile>
164 165 166
    <Compile Include="PgError\PgErrorTable2.xaml.cs">
      <DependentUpon>PgErrorTable2.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 180
    <Compile Include="PgScanCorr.xaml.cs">
      <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" />
206
    <Compile Include="DependOn\WarningReasonWindow.cs" />
潘栩锋's avatar
潘栩锋 committed
207 208
    <Compile Include="PgPwManager.xaml.cs">
      <DependentUpon>PgPwManager.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
209
    </Compile>
潘栩锋's avatar
潘栩锋 committed
210 211 212
    <Compile Include="UiModule\DynAreaFilmWidth.xaml.cs">
      <DependentUpon>DynAreaFilmWidth.xaml</DependentUpon>
    </Compile>
213 214 215 216 217 218
    <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
219 220 221
    <Compile Include="UiModule\DynAreaThick.xaml.cs">
      <DependentUpon>DynAreaThick.xaml</DependentUpon>
    </Compile>
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    <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" />
    <Compile Include="UiModule\FixGraph\FixGraphViewModel.cs" />
    <Compile Include="UiModule\FixGraph\FixGraphViewModel_UnitTest.cs" />
    <Compile Include="UiModule\FixGraph\PgFixAnalyze.xaml.cs">
      <DependentUpon>PgFixAnalyze.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\FixGraph\UiModule2_FixGraph.cs" />
    <Compile Include="UiModule\MenuMotion.xaml.cs">
      <DependentUpon>MenuMotion.xaml</DependentUpon>
    </Compile>
239 240 241 242 243 244
    <Compile Include="UiModule\MenuProfile.xaml.cs">
      <DependentUpon>MenuProfile.xaml</DependentUpon>
    </Compile>
    <Compile Include="UiModule\MenuSetting.xaml.cs">
      <DependentUpon>MenuSetting.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
245 246
    <Compile Include="WdAbHelper.xaml.cs">
      <DependentUpon>WdAbHelper.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
247
    </Compile>
潘栩锋's avatar
潘栩锋 committed
248 249
    <Compile Include="WdAHelper.xaml.cs">
      <DependentUpon>WdAHelper.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
250
    </Compile>
潘栩锋's avatar
潘栩锋 committed
251 252
    <Compile Include="WdAdScale.xaml.cs">
      <DependentUpon>WdAdScale.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
253
    </Compile>
潘栩锋's avatar
潘栩锋 committed
254 255
    <Compile Include="PgGageInfo.xaml.cs">
      <DependentUpon>PgGageInfo.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
256
    </Compile>
潘栩锋's avatar
潘栩锋 committed
257 258
    <Compile Include="PgError\WdFlyADAccess.xaml.cs">
      <DependentUpon>WdFlyADAccess.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
259
    </Compile>
潘栩锋's avatar
潘栩锋 committed
260 261
    <Compile Include="WdPassword.xaml.cs">
      <DependentUpon>WdPassword.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
262
    </Compile>
潘栩锋's avatar
潘栩锋 committed
263 264
    <Compile Include="WdSaveDatas.xaml.cs">
      <DependentUpon>WdSaveDatas.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
265
    </Compile>
潘栩锋's avatar
潘栩锋 committed
266 267
    <Compile Include="WdThickScale.xaml.cs">
      <DependentUpon>WdThickScale.xaml</DependentUpon>
潘栩锋's avatar
潘栩锋 committed
268 269 270 271 272 273 274 275 276
    </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
277 278 279 280 281 282 283 284
    <Page Include="CtMicroGage\CtMicroGage.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="CtMicroGage\CtMicroGageStyle.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
285
    <Page Include="CustomSection\UcSectionControllerState.xaml">
潘栩锋's avatar
潘栩锋 committed
286
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
287
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
288
    </Page>
潘栩锋's avatar
潘栩锋 committed
289
    <Page Include="CustomSection\UcSectionError.xaml">
潘栩锋's avatar
潘栩锋 committed
290
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
291
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
292
    </Page>
潘栩锋's avatar
潘栩锋 committed
293 294
    <Page Include="CustomSection\UcSectionLanguage.xaml">
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
295
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
296 297
    </Page>
    <Page Include="CustomSection\UcSectionOsk.xaml">
潘栩锋's avatar
潘栩锋 committed
298
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
299
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
300
    </Page>
潘栩锋's avatar
潘栩锋 committed
301
    <Page Include="CustomSection\UcSingleStateTab.xaml">
潘栩锋's avatar
潘栩锋 committed
302 303 304
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
305 306 307 308
    <Page Include="PgBorderSearchPlastic.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
309
    <Page Include="PgBorderSearch.xaml">
潘栩锋's avatar
潘栩锋 committed
310 311 312
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
313
    <Page Include="PgCurve.xaml">
潘栩锋's avatar
潘栩锋 committed
314 315 316
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
317
    <Page Include="PgCurveModify.xaml">
潘栩锋's avatar
潘栩锋 committed
318 319 320
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
321 322 323 324
    <Page Include="PgError\PgErrorTable2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
325
    <Page Include="PgFlyAd.xaml">
潘栩锋's avatar
潘栩锋 committed
326 327 328
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
329 330 331 332
    <Page Include="PgGetSample.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
333
    <Page Include="PgInitparam.xaml">
潘栩锋's avatar
潘栩锋 committed
334 335 336
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
337
    <Page Include="PgReject.xaml">
潘栩锋's avatar
潘栩锋 committed
338
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
339
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
340
    </Page>
潘栩锋's avatar
潘栩锋 committed
341
    <Page Include="PgScanCorr.xaml">
潘栩锋's avatar
潘栩锋 committed
342 343 344
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
345
    <Page Include="PgAddress.xaml">
潘栩锋's avatar
潘栩锋 committed
346 347 348
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
349
    <Page Include="PgCustomSections.xaml">
潘栩锋's avatar
潘栩锋 committed
350
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
351
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
352
    </Page>
潘栩锋's avatar
潘栩锋 committed
353
    <Page Include="PgError\PgErrorAllTable.xaml">
潘栩锋's avatar
潘栩锋 committed
354 355 356
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
357
    <Page Include="PgError\PgErrorTable.xaml">
潘栩锋's avatar
潘栩锋 committed
358 359 360
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
361
    <Page Include="PgError\WdIOTip.xaml">
潘栩锋's avatar
潘栩锋 committed
362 363 364
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
365 366
    <Page Include="PgGrid\PgGrid.xaml">
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
367
      <SubType>Designer</SubType>
潘栩锋's avatar
潘栩锋 committed
368 369
    </Page>
    <Page Include="PgGrid\PgGridStyle.xaml">
潘栩锋's avatar
潘栩锋 committed
370
      <Generator>MSBuild:Compile</Generator>
潘栩锋's avatar
潘栩锋 committed
371 372
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
373
    <Page Include="PgPwManager.xaml">
潘栩锋's avatar
潘栩锋 committed
374 375 376
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
377
    <Page Include="Themes\String.xaml">
潘栩锋's avatar
潘栩锋 committed
378 379 380
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
381
    <Page Include="Themes\Styles.xaml">
潘栩锋's avatar
潘栩锋 committed
382 383 384
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
385 386 387 388
    <Page Include="UiModule\DynAreaFilmWidth.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
389 390 391 392 393 394 395 396
    <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
397 398 399 400
    <Page Include="UiModule\DynAreaThick.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
401 402 403 404 405 406 407 408 409 410 411 412 413 414
    <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>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UiModule\MenuMotion.xaml">
      <Generator>MSBuild:Compile</Generator>
415 416 417 418 419 420 421 422
      <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>
423 424
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
425
    <Page Include="WdAbHelper.xaml">
潘栩锋's avatar
潘栩锋 committed
426 427 428
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
429
    <Page Include="WdAHelper.xaml">
潘栩锋's avatar
潘栩锋 committed
430 431 432
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
433
    <Page Include="WdAdScale.xaml">
潘栩锋's avatar
潘栩锋 committed
434 435 436
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
437
    <Page Include="PgGageInfo.xaml">
潘栩锋's avatar
潘栩锋 committed
438 439 440
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
441
    <Page Include="PgError\WdFlyADAccess.xaml">
潘栩锋's avatar
潘栩锋 committed
442 443 444
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
445
    <Page Include="WdPassword.xaml">
潘栩锋's avatar
潘栩锋 committed
446 447 448
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
449
    <Page Include="WdSaveDatas.xaml">
潘栩锋's avatar
潘栩锋 committed
450 451 452
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
453
    <Page Include="WdThickScale.xaml">
潘栩锋's avatar
潘栩锋 committed
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
      <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>
潘栩锋's avatar
潘栩锋 committed
484 485 486 487
    <ProjectReference Include="..\..\MultiLayout\MultiLayout.csproj">
      <Project>{5bbe76f5-cfd7-4dfa-9ee5-0c47d77d96e6}</Project>
      <Name>MultiLayout</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
488 489 490 491 492 493 494 495
    <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>
潘栩锋's avatar
潘栩锋 committed
496
    <ProjectReference Include="..\..\Project.FLY.OBJComponents\OBJComponents\FLY.OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
497
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
潘栩锋's avatar
潘栩锋 committed
498
      <Name>FLY.OBJComponents</Name>
潘栩锋's avatar
潘栩锋 committed
499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 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
    </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
599
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
600 601 602 603 604 605 606
    <PackageReference Include="EPPlus">
      <Version>4.5.3.2</Version>
    </PackageReference>
    <PackageReference Include="MahApps.Metro">
      <Version>2.0.0-alpha0316</Version>
    </PackageReference>
    <PackageReference Include="MahApps.Metro.IconPacks">
607
      <Version>3.2.0</Version>
潘栩锋's avatar
潘栩锋 committed
608
    </PackageReference>
609 610 611
    <PackageReference Include="MathNet.Numerics">
      <Version>4.9.0</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
612 613 614
    <PackageReference Include="MvvmLight">
      <Version>5.4.1.1</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
615
    <PackageReference Include="PropertyChanged.Fody">
616
      <Version>3.2.5</Version>
潘栩锋's avatar
潘栩锋 committed
617
    </PackageReference>
618 619 620
    <PackageReference Include="Unity">
      <Version>5.11.2</Version>
    </PackageReference>
潘栩锋's avatar
潘栩锋 committed
621
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
622 623 624
  <ItemGroup>
    <Resource Include="Images\doorplate.jpg" />
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
625 626 627 628 629 630 631 632 633
  <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>