OpenSEMI.Ctrlib.csproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{B55E8D4B-C4C8-4A6D-9FC4-609C52A56CAC}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <AssemblyName>OpenSEMI.Ctrlib</AssemblyName>
  9. <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
  10. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  25. <OutputPath>bin\Release\</OutputPath>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  31. <NoWarn>CS0168</NoWarn>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="PresentationFramework">
  35. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System.Xaml">
  38. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System">
  41. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
  42. </Reference>
  43. <Reference Include="WindowsBase">
  44. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll</HintPath>
  45. </Reference>
  46. <Reference Include="PresentationCore">
  47. <HintPath>C:\windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll</HintPath>
  48. </Reference>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="OpenSEMI.Controls.Controls\XDataGrid.cs" />
  52. <Compile Include="OpenSEMI.Ctrlib.Controls\CheckBoxExt.cs" />
  53. <Compile Include="OpenSEMI.Ctrlib.Controls\ComboBoxExt.cs" />
  54. <Compile Include="OpenSEMI.Ctrlib.Controls\DragDropEventArgs.cs" />
  55. <Compile Include="OpenSEMI.Ctrlib.Controls\DragDropHandler.cs" />
  56. <Compile Include="OpenSEMI.Ctrlib.Controls\EditBoxMode.cs" />
  57. <Compile Include="OpenSEMI.Ctrlib.Controls\EditTextBlock.cs" />
  58. <Compile Include="OpenSEMI.Ctrlib.Controls\EditTextBlockAdorner.cs" />
  59. <Compile Include="OpenSEMI.Ctrlib.Controls\Gasline.cs" />
  60. <Compile Include="OpenSEMI.Ctrlib.Controls\GaslineJoint.cs" />
  61. <Compile Include="OpenSEMI.Ctrlib.Controls\Slot.cs" />
  62. <Compile Include="OpenSEMI.Ctrlib.Controls\SlotBorderStatus.cs" />
  63. <Compile Include="OpenSEMI.Ctrlib.Controls\SwitchButton.cs" />
  64. <Compile Include="OpenSEMI.Ctrlib.Controls\TextBoxEx.cs" />
  65. <Compile Include="OpenSEMI.Ctrlib.Controls\Valve.cs" />
  66. <Compile Include="OpenSEMI.Ctrlib.Controls\ValveLogicType.cs" />
  67. <Compile Include="OpenSEMI.Ctrlib.Controls\Wafer.cs" />
  68. <Compile Include="OpenSEMI.Ctrlib.Converter\SlotBorderConverter.cs" />
  69. <Compile Include="OpenSEMI.Ctrlib.Properties\Resources.cs" />
  70. <Compile Include="OpenSEMI.Ctrlib.Properties\Settings.cs" />
  71. <Compile Include="OpenSEMI.Ctrlib.Types\JointType.cs" />
  72. <Compile Include="OpenSEMI.Ctrlib.Types\ValveState.cs" />
  73. <Compile Include="OpenSEMI.Ctrlib.Window\CustomWnd.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Page Include="generic.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </Page>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. </Project>