SequenceControl.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A40B734C-F2EC-453C-A5FB-70CD46452BF1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SequenceControl</RootNamespace>
  11. <AssemblyName>SequenceControl</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\output\MECF.Framework\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;NET</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Caliburn.Micro">
  37. <HintPath>..\..\ThirdParty\selfbuild\Caliburn.Micro.dll</HintPath>
  38. </Reference>
  39. <Reference Include="DocumentFormat.OpenXml, Version=2.10.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\ThirdParty\dlls\DocumentFormat.OpenXml.dll</HintPath>
  42. </Reference>
  43. <Reference Include="log4net">
  44. <HintPath>..\..\ThirdParty\log4net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="PresentationCore" />
  47. <Reference Include="PresentationFramework" />
  48. <Reference Include="PresentationFramework.Aero" />
  49. <Reference Include="System" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Runtime.Serialization" />
  54. <Reference Include="System.Windows" />
  55. <Reference Include="System.Windows.Forms" />
  56. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\ThirdParty\dlls\System.Windows.Interactivity.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Xaml" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="UIAutomationProvider" />
  67. <Reference Include="UIAutomationTypes" />
  68. <Reference Include="WindowsBase" />
  69. <Reference Include="WindowsFormsIntegration" />
  70. <Reference Include="Xceed.Wpf.Toolkit, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\ThirdParty\dlls\Xceed.Wpf.Toolkit.dll</HintPath>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridAutomationPeer.cs" />
  78. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridCellAutomationPeer.cs" />
  79. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs" />
  80. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridColumnHeaderAutomationPeer.cs" />
  81. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs" />
  82. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridDetailsPresenterAutomationPeer.cs" />
  83. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridItemAutomationPeer.cs" />
  84. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridRowAutomationPeer.cs" />
  85. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridRowHeaderAutomationPeer.cs" />
  86. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Automation\Peers\DataGridRowsPresenterAutomationPeer.cs" />
  87. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs" />
  88. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\ClipboardHelper.cs" />
  89. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\ColumnHeaderCollection.cs" />
  90. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\ComboBoxBindingTarget.cs" />
  91. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\ContainerTracking.cs" />
  92. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGrid.cs" />
  93. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridAutoGeneratingColumnEventArgs.cs" />
  94. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridBeginningEditEventArgs.cs" />
  95. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridBoundColumn.cs" />
  96. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridCell.cs" />
  97. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridCellClipboardEventArgs.cs" />
  98. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridCellEditEndingEventArgs.cs" />
  99. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridCellInfo.cs" />
  100. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridCellsPanel.cs" />
  101. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridCheckBoxColumn.cs" />
  102. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridClipboardCellContent.cs" />
  103. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridClipboardCopyMode.cs" />
  104. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridColumn.cs" />
  105. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridColumnCollection.cs" />
  106. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridColumnDropSeparator.cs" />
  107. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridColumnEventArgs.cs" />
  108. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridColumnFloatingHeader.cs" />
  109. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridColumnReorderingEventArgs.cs" />
  110. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridComboBoxColumn.cs" />
  111. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridEditAction.cs" />
  112. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridEditingUnit.cs" />
  113. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridGridLinesVisibility.cs" />
  114. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridHeaderBorder.cs" />
  115. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridHeadersVisibility.cs" />
  116. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs" />
  117. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridHelper.cs" />
  118. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridHyperlinkColumn.cs" />
  119. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridItemAttachedStorage.cs" />
  120. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridLength.cs" />
  121. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridLengthConverter.cs" />
  122. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridLengthUnitType.cs" />
  123. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridPreparingCellForEditEventArgs.cs" />
  124. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridRow.cs" />
  125. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridRowClipboardEventArgs.cs" />
  126. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridRowDetailsEventArgs.cs" />
  127. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridRowDetailsVisibilityMode.cs" />
  128. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridRowEditEndingEventArgs.cs" />
  129. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridRowEventArgs.cs" />
  130. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridSelectionMode.cs" />
  131. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridSelectionUnit.cs" />
  132. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridSortingEventArgs.cs" />
  133. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridSortingEventHandler.cs" />
  134. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridTemplateColumn.cs" />
  135. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DataGridTextColumn.cs" />
  136. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\DoubleUtil.cs" />
  137. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\InitializingNewItemEventArgs.cs" />
  138. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\InitializingNewItemEventHandler.cs" />
  139. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\IProvideDataGridColumn.cs" />
  140. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\MultipleCopiesCollection.cs" />
  141. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\NotificationTarget.cs" />
  142. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\DataGridCellsPresenter.cs" />
  143. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\DataGridColumnHeader.cs" />
  144. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs" />
  145. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\DataGridDetailsPresenter.cs" />
  146. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\DataGridRowHeader.cs" />
  147. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\DataGridRowsPresenter.cs" />
  148. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\Primitives\SelectiveScrollingGrid.cs" />
  149. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\RealizedColumnsBlock.cs" />
  150. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\SelectedCellsChangedEventArgs.cs" />
  151. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\SelectedCellsChangedEventHandler.cs" />
  152. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\SelectedCellsCollection.cs" />
  153. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\SelectiveScrollingOrientation.cs" />
  154. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\VirtualizedCellInfoCollection.cs" />
  155. <Compile Include="DataGridTransform\DataGrid\Microsoft\Windows\Controls\WeakHashtable.cs" />
  156. <Compile Include="Properties\Resources.Designer.cs">
  157. <AutoGen>True</AutoGen>
  158. <DesignTime>True</DesignTime>
  159. <DependentUpon>Resources.resx</DependentUpon>
  160. </Compile>
  161. <Compile Include="DataGridTransform\Resources\SR.cs" />
  162. <Compile Include="DataGridTransform\Resources\SRID.cs" />
  163. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\TuneColumn.cs" />
  164. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\PopSettingColumn.cs" />
  165. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\VatColumn.cs" />
  166. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\CheckBoxColumn.cs" />
  167. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\EditorDataGridTemplateColumnBase.cs" />
  168. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\LoopComboxColumn.cs" />
  169. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\ComboxColumn.cs" />
  170. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\DoubleColumn.cs" />
  171. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\ExpanderColumn.cs" />
  172. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\IntColumn.cs" />
  173. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\MultipleSelectColumn.cs" />
  174. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\NumColumn.cs" />
  175. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\PositionColumn.cs" />
  176. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\RecipeSelectColumn.cs" />
  177. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\StepColumn.cs" />
  178. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\TextBlockColumn.cs" />
  179. <Compile Include="RecipeEditorLib\DGExtension\CustomColumn\TextBoxColumn.cs" />
  180. <Compile Include="RecipeEditorLib\DGExtension\XDataGrid.cs" />
  181. <Compile Include="RecipeEditorLib\RecipeModel\Params\BoolParam.cs" />
  182. <Compile Include="RecipeEditorLib\RecipeModel\Params\LoopComboxParam.cs" />
  183. <Compile Include="RecipeEditorLib\RecipeModel\Params\ComboxParam.cs" />
  184. <Compile Include="RecipeEditorLib\RecipeModel\Params\DoubleParam.cs" />
  185. <Compile Include="RecipeEditorLib\RecipeModel\Params\ExpanderParam.cs" />
  186. <Compile Include="RecipeEditorLib\RecipeModel\Params\IntParam.cs" />
  187. <Compile Include="RecipeEditorLib\RecipeModel\Params\MultipleSelectParam.cs" />
  188. <Compile Include="RecipeEditorLib\RecipeModel\Params\NumParam.cs" />
  189. <Compile Include="RecipeEditorLib\RecipeModel\Params\PopSettingParam.cs" />
  190. <Compile Include="RecipeEditorLib\RecipeModel\Params\Param.cs" />
  191. <Compile Include="RecipeEditorLib\RecipeModel\Params\PathFileParam.cs" />
  192. <Compile Include="RecipeEditorLib\RecipeModel\Params\PositionParam.cs" />
  193. <Compile Include="RecipeEditorLib\RecipeModel\Params\StepParam.cs" />
  194. <Compile Include="RecipeEditorLib\RecipeModel\Params\StringParam.cs" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <EmbeddedResource Include="DataGridTransform\Resources\ExceptionStringTable.txt" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Page Include="DataGridTransform\DataGrid\Themes\Generic.xaml">
  201. <Generator>MSBuild:Compile</Generator>
  202. <SubType>Designer</SubType>
  203. </Page>
  204. <Page Include="DataGridTransform\Themes\Generic.xaml">
  205. <Generator>MSBuild:Compile</Generator>
  206. <SubType>Designer</SubType>
  207. </Page>
  208. <Page Include="Themes\Generic.xaml">
  209. <Generator>MSBuild:Compile</Generator>
  210. <SubType>Designer</SubType>
  211. </Page>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <EmbeddedResource Include="Properties\Resources.resx">
  215. <Generator>ResXFileCodeGenerator</Generator>
  216. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  217. </EmbeddedResource>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\Common\Common.csproj">
  221. <Project>{9cd2a6be-1971-4e74-b49e-547982f64034}</Project>
  222. <Name>Common</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\UICore\UICore.csproj">
  225. <Project>{2C9E1DF3-1ABA-4972-BE60-41DD9B3C47A7}</Project>
  226. <Name>UICore</Name>
  227. </ProjectReference>
  228. </ItemGroup>
  229. <ItemGroup />
  230. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  231. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  232. Other similar extension points exist, see Microsoft.Common.targets.
  233. <Target Name="BeforeBuild">
  234. </Target>
  235. <Target Name="AfterBuild">
  236. </Target>
  237. -->
  238. </Project>