FLY.Weight.UI.Client.csproj 15.3 KB
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11 12
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="..\..\Project.FLY.IBC\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props" Condition="Exists('..\..\Project.FLY.IBC\packages\PropertyChanged2.Fody.2.5.13\build\PropertyChanged2.Fody.props')" />
  <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>{654515F2-CAAE-450B-A344-547321836E8F}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>FLY.Weight.UI.Client</RootNamespace>
    <AssemblyName>FLY.Weight.UI.Client</AssemblyName>
潘栩锋's avatar
潘栩锋 committed
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
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <WarningLevel>4</WarningLevel>
    <TargetFrameworkProfile />
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </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>
潘栩锋's avatar
潘栩锋 committed
30
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
31 32 33 34 35 36 37 38 39
  </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>
潘栩锋's avatar
潘栩锋 committed
40
    <Prefer32Bit>false</Prefer32Bit>
潘栩锋's avatar
潘栩锋 committed
41 42 43 44 45
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
46 47 48 49 50 51 52 53
    <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\thick_public\dll\LiveCharts.dll</HintPath>
    </Reference>
    <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\thick_public\dll\LiveCharts.Wpf.dll</HintPath>
    </Reference>
潘栩锋's avatar
潘栩锋 committed
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <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>
72
    <Compile Include="Common.cs" />
潘栩锋's avatar
潘栩锋 committed
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
    <Compile Include="Control\PercentRing2.xaml.cs">
      <DependentUpon>PercentRing2.xaml</DependentUpon>
    </Compile>
    <Compile Include="Control\PercentRing.xaml.cs">
      <DependentUpon>PercentRing.xaml</DependentUpon>
    </Compile>
    <Compile Include="Control\PieChart.xaml.cs">
      <DependentUpon>PieChart.xaml</DependentUpon>
    </Compile>
    <Compile Include="Converter\OpacityConverter.cs" />
    <Compile Include="Converter\RatioConverter.cs" />
    <Compile Include="Converter\ReverseConverter.cs" />
    <Compile Include="Page_ErrorNewestTable.xaml.cs">
      <DependentUpon>Page_ErrorNewestTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_ErrorTable.xaml.cs">
      <DependentUpon>Page_ErrorTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\FlowGraph.xaml.cs">
      <DependentUpon>FlowGraph.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\MenuSelect.xaml.cs">
      <DependentUpon>MenuSelect.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\Page_DynArea.xaml.cs">
      <DependentUpon>Page_DynArea.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_RollMixTable.xaml.cs">
      <DependentUpon>Page_RollMixTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_MixTable.xaml.cs">
      <DependentUpon>Page_MixTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_FlowTable.xaml.cs">
      <DependentUpon>Page_FlowTable.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_Ingredient.xaml.cs">
      <DependentUpon>Page_Ingredient.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\Page_Main.xaml.cs">
      <DependentUpon>Page_Main.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_Hopper.xaml.cs">
      <DependentUpon>Page_Hopper.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_Menu.xaml.cs">
      <DependentUpon>Page_Menu.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_Screw.xaml.cs">
      <DependentUpon>Page_Screw.xaml</DependentUpon>
    </Compile>
    <Compile Include="Page_Thickness.xaml.cs">
      <DependentUpon>Page_Thickness.xaml</DependentUpon>
    </Compile>
    <Compile Include="SysParam.cs" />
    <Compile Include="TDGage.cs" />
129 130 131 132 133 134 135 136 137
    <Compile Include="UIModule\UcThickness.xaml.cs">
      <DependentUpon>UcThickness.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UcTotalFlow.xaml.cs">
      <DependentUpon>UcTotalFlow.xaml</DependentUpon>
    </Compile>
    <Compile Include="UIModule\UcWeighterItem.xaml.cs">
      <DependentUpon>UcWeighterItem.xaml</DependentUpon>
    </Compile>
潘栩锋's avatar
潘栩锋 committed
138 139 140
    <Compile Include="UIModule\Window_GraphSet.xaml.cs">
      <DependentUpon>Window_GraphSet.xaml</DependentUpon>
    </Compile>
141
    <Compile Include="UnitTests\UnitTests_BufferWindow.cs" />
潘栩锋's avatar
潘栩锋 committed
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
    <Compile Include="UnitTests\WeighterCsService.cs" />
    <Compile Include="WeighterColorDB.cs" />
    <Compile Include="Window_Frequency.xaml.cs">
      <DependentUpon>Window_Frequency.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_Ingredient.xaml.cs">
      <DependentUpon>Window_Ingredient.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_RatioSet.xaml.cs">
      <DependentUpon>Window_RatioSet.xaml</DependentUpon>
    </Compile>
    <Compile Include="Window_Thickness.xaml.cs">
      <DependentUpon>Window_Thickness.xaml</DependentUpon>
    </Compile>
    <Page Include="Control\PercentRing2.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Control\PercentRing.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Control\PieChart.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Converter\Dictionary_MyConv.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Page_ErrorNewestTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_ErrorTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
潘栩锋's avatar
潘栩锋 committed
180 181 182 183
    <Page Include="Themes\DataGridStyle.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
184 185 186 187
    <Page Include="Themes\Styles.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
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
    <Page Include="UIModule\FlowGraph.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\MenuSelect.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Page_DynArea.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Page_RollMixTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_MixTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_FlowTable.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_Ingredient.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UIModule\Page_Main.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Page_Hopper.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Page_Menu.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Page_Screw.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Page_Thickness.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
236 237 238 239 240 241 242 243 244 245 246 247
    <Page Include="UIModule\UcThickness.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\UcTotalFlow.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="UIModule\UcWeighterItem.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
潘栩锋's avatar
潘栩锋 committed
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
    <Page Include="UIModule\Window_GraphSet.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="UnitTests\UnitTests_Weights.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\ABCTab.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\DarkSkin.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\Dictionary_CellColor.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\Dictionary_MainSingleWeight.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Themes\LightSkin.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Window_Frequency.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Window_Ingredient.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Window_RatioSet.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
    <Page Include="Window_Thickness.xaml">
      <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>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <AppDesigner Include="Properties\" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\info.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\close.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\gear.png" />
  </ItemGroup>
  <ItemGroup>
    <Resource Include="Images\connect.png" />
    <Resource Include="Images\disconnect.png" />
  </ItemGroup>
  <ItemGroup>
潘栩锋's avatar
潘栩锋 committed
331
    <ProjectReference Include="..\..\thick_public\Project.FLY.ControlLibrary\FLY.ControlLibrary\FLY.ControlLibrary.csproj">
潘栩锋's avatar
潘栩锋 committed
332 333 334
      <Project>{119c3adc-f8e1-4f72-b89b-006236ff8586}</Project>
      <Name>FLY.ControlLibrary</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
335
    <ProjectReference Include="..\..\thick_public\Project.FLY.FObjSys\FObjSys\FObjBase.csproj">
潘栩锋's avatar
潘栩锋 committed
336 337 338
      <Project>{abfe87d4-b692-4ae9-a8c0-1f470b8acbb8}</Project>
      <Name>FObjBase</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
339
    <ProjectReference Include="..\..\thick_public\Project.FLY.Misc\MISC\Misc.csproj">
潘栩锋's avatar
潘栩锋 committed
340 341 342
      <Project>{5ee61ac6-5269-4f0f-b8fa-4334fe4a678f}</Project>
      <Name>Misc</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
343
    <ProjectReference Include="..\..\thick_public\Project.FLY.ModbusMapper\FLY.ModbusMapper\FLY.ModbusMapper.csproj">
潘栩锋's avatar
潘栩锋 committed
344 345 346
      <Project>{6d4b9bda-2a66-4583-b244-758bc4213d9f}</Project>
      <Name>FLY.ModbusMapper</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
347
    <ProjectReference Include="..\..\thick_public\Project.FLY.OBJComponents\OBJComponents\OBJComponents.csproj">
潘栩锋's avatar
潘栩锋 committed
348 349 350
      <Project>{a539505d-9ac0-426b-a9a0-197df50598b0}</Project>
      <Name>OBJComponents</Name>
    </ProjectReference>
351 352 353 354
    <ProjectReference Include="..\..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base.UI\FLY.Thick.Base.UI.csproj">
      <Project>{ec84265e-4196-4834-8ac0-81956777c5e9}</Project>
      <Name>FLY.Thick.Base.UI</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
355
    <ProjectReference Include="..\..\thick_public\Project.FLY.Thick.Base\FLY.Thick.Base\FLY.Thick.Base.csproj">
潘栩锋's avatar
潘栩锋 committed
356 357 358
      <Project>{91a1aafe-a528-4c2e-a48a-9259e780255a}</Project>
      <Name>FLY.Thick.Base</Name>
    </ProjectReference>
潘栩锋's avatar
潘栩锋 committed
359
    <ProjectReference Include="..\..\thick_public\Project.FLY.UI.Module\FLY.UI.Module\FLY.UI.Module.csproj">
潘栩锋's avatar
潘栩锋 committed
360 361 362 363 364 365 366 367 368 369 370
      <Project>{4df79671-e814-49bd-864d-8257d6c6e072}</Project>
      <Name>FLY.UI.Module</Name>
    </ProjectReference>
    <ProjectReference Include="..\FLY.Weight\FLY.Weight.csproj">
      <Project>{97c282a9-f2f0-4b3c-a3b0-b351918d5c4d}</Project>
      <Name>FLY.Weight</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Resource Include="FodyWeavers.xml" />
  </ItemGroup>
371
  <ItemGroup>
372 373 374
    <PackageReference Include="MahApps.Metro.IconPacks.Material">
      <Version>3.2.0</Version>
    </PackageReference>
375
    <PackageReference Include="Newtonsoft.Json">
潘栩锋's avatar
潘栩锋 committed
376
      <Version>12.0.3</Version>
377 378
    </PackageReference>
    <PackageReference Include="PropertyChanged.Fody">
潘栩锋's avatar
潘栩锋 committed
379
      <Version>3.2.5</Version>
380 381
    </PackageReference>
  </ItemGroup>
潘栩锋's avatar
潘栩锋 committed
382 383 384
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="..\..\Project.FLY.IBC\packages\Fody.3.2.13\build\Fody.targets" Condition="Exists('..\..\Project.FLY.IBC\packages\Fody.3.2.13\build\Fody.targets')" />
</Project>