SHJX.Service.WorkFlowEdit.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. <RootNamespace>SHJX.Service.WorkFlowEdit</RootNamespace>
  5. <AssemblyName>SHJX.Service.WorkFlowEdit</AssemblyName>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>9.0.30729</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{988E94FB-0936-4B88-ACB9-4F9CE80C8AC3}</ProjectGuid>
  11. <OutputType>library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
  19. <FileUpgradeFlags>
  20. </FileUpgradeFlags>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <UpgradeBackupLocation />
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. <TargetFrameworkProfile />
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <CodeAnalysisRules>
  49. </CodeAnalysisRules>
  50. <CodeAnalysisRuleSet>
  51. </CodeAnalysisRuleSet>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <CodeAnalysisRuleSet>
  62. </CodeAnalysisRuleSet>
  63. <Prefer32Bit>false</Prefer32Bit>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="PresentationCore">
  67. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="PresentationFramework">
  70. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Core">
  74. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="System.Xaml" />
  77. <Reference Include="System.Xml.Linq">
  78. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="System.Data.DataSetExtensions">
  81. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="UIAutomationProvider">
  86. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="WindowsBase">
  89. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Adorners\DragAdorner.cs" />
  94. <Compile Include="Adorners\LinkAdorner.cs" />
  95. <Compile Include="Adorners\MoveResizeAdorner.cs" />
  96. <Compile Include="Adorners\RubberbandAdorner.cs" />
  97. <Compile Include="Adorners\SelectionAdorner.cs" />
  98. <Compile Include="Controls\Links\ILink.cs" />
  99. <Compile Include="Controls\Node\INode.cs" />
  100. <Compile Include="Controls\Ports\IPort.cs" />
  101. <Compile Include="Controls\Links\RelinkControl.cs" />
  102. <Compile Include="Controls\SelectionFrame.cs" />
  103. <Compile Include="Controls\DiagramItem.cs" />
  104. <Compile Include="Controls\Links\LinkThumbKind.cs" />
  105. <Compile Include="Controls\Ports\RectPort.cs" />
  106. <Compile Include="Controls\Links\LinkThumb.cs" />
  107. <Compile Include="IDiagramController.cs" />
  108. <Compile Include="LinkInfo.cs" />
  109. <Compile Include="Tools\IDragDropTool.cs" />
  110. <Compile Include="Tools\ILinkTool.cs" />
  111. <Compile Include="Tools\LinkTool.cs" />
  112. <Compile Include="Controls\Links\SegmentLink.cs" />
  113. <Compile Include="Util\DebuggingConverter.cs" />
  114. <Compile Include="Controls\Ports\EllipsePort.cs" />
  115. <Compile Include="Controls\DragThumb.cs" />
  116. <Compile Include="Controls\Links\LinkBase.cs" />
  117. <Compile Include="Controls\Ports\PortBase.cs" />
  118. <Compile Include="DiagramScrollView.cs" />
  119. <Compile Include="Util\GeometryHelper.cs" />
  120. <Compile Include="Tools\MoveResizeTool.cs" />
  121. <Compile Include="Tools\IMoveResizeTool.cs" />
  122. <Compile Include="Tools\InputTool.cs" />
  123. <Compile Include="Controls\Node\Node.cs" />
  124. <Compile Include="DiagramView.cs" />
  125. <Compile Include="Tools\IInputTool.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="Selection.cs" />
  128. <Compile Include="Controls\DragThumbKinds.cs" />
  129. <Compile Include="Util\VisualHelper.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="..\.editorconfig">
  133. <Link>.editorconfig</Link>
  134. </None>
  135. <None Include="Controls\ClassDiagram.cd" />
  136. <None Include="key.snk" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Page Include="Themes\RelinkControl.xaml">
  140. <Generator>MSBuild:Compile</Generator>
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. <SubType>Designer</SubType>
  144. </Page>
  145. <Page Include="Themes\SelectionFrame.xaml">
  146. <Generator>MSBuild:Compile</Generator>
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. <SubType>Designer</SubType>
  150. </Page>
  151. <Page Include="Themes\RectPort.xaml">
  152. <Generator>MSBuild:Compile</Generator>
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. <SubType>Designer</SubType>
  156. </Page>
  157. <Page Include="Themes\Node.xaml">
  158. <Generator>MSBuild:Compile</Generator>
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. <SubType>Designer</SubType>
  162. </Page>
  163. <Page Include="Themes\LinkBase.xaml">
  164. <Generator>MSBuild:Compile</Generator>
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </Page>
  169. <Page Include="Themes\DiagramView.xaml">
  170. <Generator>MSBuild:Compile</Generator>
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. <SubType>Designer</SubType>
  174. </Page>
  175. <Page Include="Themes\EllipsePort.xaml">
  176. <Generator>MSBuild:Compile</Generator>
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. <SubType>Designer</SubType>
  180. </Page>
  181. <Page Include="Themes\Shared.xaml">
  182. <Generator>MSBuild:Compile</Generator>
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. <SubType>Designer</SubType>
  186. </Page>
  187. <Page Include="Themes\Generic.xaml">
  188. <SubType>Designer</SubType>
  189. <Generator>MSBuild:Compile</Generator>
  190. <Generator>MSBuild:Compile</Generator>
  191. <SubType>Designer</SubType>
  192. </Page>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  196. <Visible>False</Visible>
  197. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  198. <Install>false</Install>
  199. </BootstrapperPackage>
  200. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  201. <Visible>False</Visible>
  202. <ProductName>.NET Framework 3.5 SP1</ProductName>
  203. <Install>true</Install>
  204. </BootstrapperPackage>
  205. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  206. <Visible>False</Visible>
  207. <ProductName>Windows Installer 3.1</ProductName>
  208. <Install>true</Install>
  209. </BootstrapperPackage>
  210. </ItemGroup>
  211. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  212. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  213. Other similar extension points exist, see Microsoft.Common.targets.
  214. <Target Name="BeforeBuild">
  215. </Target>
  216. <Target Name="AfterBuild">
  217. </Target>
  218. -->
  219. </Project>