FlowSetting.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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>{898F439B-72EA-43E2-8213-C8D173EE9B0B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.Basics.FlowSetting</RootNamespace>
  11. <AssemblyName>FlowSetting</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <DocumentationFile>
  32. </DocumentationFile>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <DocumentationFile>bin\Release\FlowSetting.XML</DocumentationFile>
  42. <RegisterForComInterop>false</RegisterForComInterop>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <RunCodeAnalysis>false</RunCodeAnalysis>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <OutputPath>bin\x86\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <Optimize>true</Optimize>
  58. <DebugType>pdbonly</DebugType>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x64\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>x64</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  73. <OutputPath>bin\x64\Release\</OutputPath>
  74. <DefineConstants>TRACE</DefineConstants>
  75. <DocumentationFile>bin\Release\FlowSetting.XML</DocumentationFile>
  76. <Optimize>true</Optimize>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>x64</PlatformTarget>
  79. <ErrorReport>prompt</ErrorReport>
  80. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Compile Include="Common\Converter.cs" />
  84. <Compile Include="Common\ItemManager.cs" />
  85. <Compile Include="Common\ItemCursor.cs" />
  86. <Compile Include="Controls\Canvas.cs">
  87. <SubType>Component</SubType>
  88. </Compile>
  89. <Compile Include="Controls\Canvas.Designer.cs">
  90. <DependentUpon>Canvas.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Controls\Canvas1.cs">
  93. <SubType>UserControl</SubType>
  94. </Compile>
  95. <Compile Include="Controls\Canvas1.Designer.cs">
  96. <DependentUpon>Canvas1.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Controls\CanvasBox.cs">
  99. <SubType>UserControl</SubType>
  100. </Compile>
  101. <Compile Include="Controls\CanvasBox.Designer.cs">
  102. <DependentUpon>CanvasBox.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="DataModel\Delegates.cs" />
  105. <Compile Include="DataModel\EventArg\NodeEventArgs.cs" />
  106. <Compile Include="DataModel\Types.cs" />
  107. <Compile Include="DataModel\Consts.cs" />
  108. <Compile Include="FlowBox.cs">
  109. <SubType>UserControl</SubType>
  110. </Compile>
  111. <Compile Include="FlowBox.Designer.cs">
  112. <DependentUpon>FlowBox.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Items\FlowItemEx.cs" />
  115. <Compile Include="Items\FlowLine.cs" />
  116. <Compile Include="Items\FlowNode.cs" />
  117. <Compile Include="Items\FlowPolyline.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. <Compile Include="Items\FlowItem.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Reference Include="System" />
  123. <Reference Include="System.Data" />
  124. <Reference Include="System.Drawing" />
  125. <Reference Include="System.Windows.Forms" />
  126. <Reference Include="System.Xml" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <EmbeddedResource Include="Controls\Canvas.resx">
  130. <DependentUpon>Canvas.cs</DependentUpon>
  131. <SubType>Designer</SubType>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="Controls\Canvas1.resx">
  134. <DependentUpon>Canvas1.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="Cursors\Asunder.cur" />
  137. <EmbeddedResource Include="Cursors\Converge.cur" />
  138. <EmbeddedResource Include="Cursors\Data.cur" />
  139. <EmbeddedResource Include="Cursors\Ellipse.cur" />
  140. <EmbeddedResource Include="Cursors\end.cur" />
  141. <EmbeddedResource Include="Cursors\FlodLine.cur" />
  142. <EmbeddedResource Include="Cursors\Gather.cur" />
  143. <EmbeddedResource Include="Cursors\General.cur" />
  144. <EmbeddedResource Include="Cursors\Gradation.cur" />
  145. <EmbeddedResource Include="Cursors\Judgement.cur" />
  146. <EmbeddedResource Include="Cursors\Line.cur" />
  147. <EmbeddedResource Include="Cursors\Pencil.cur" />
  148. <EmbeddedResource Include="Cursors\PolyHandle.cur" />
  149. <EmbeddedResource Include="Cursors\Rectangle.cur" />
  150. <EmbeddedResource Include="Cursors\SpecificallyOperation.cur" />
  151. <EmbeddedResource Include="Cursors\Start.cur" />
  152. <EmbeddedResource Include="Cursors\Synchronization.cur" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <EmbeddedResource Include="Controls\CanvasBox.resx">
  156. <DependentUpon>CanvasBox.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="FlowBox.resx">
  159. <DependentUpon>FlowBox.cs</DependentUpon>
  160. </EmbeddedResource>
  161. </ItemGroup>
  162. <ItemGroup>
  163. <EmbeddedResource Include="Images\backImage1.gif" />
  164. </ItemGroup>
  165. <ItemGroup />
  166. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  167. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  168. Other similar extension points exist, see Microsoft.Common.targets.
  169. <Target Name="BeforeBuild">
  170. </Target>
  171. <Target Name="AfterBuild">
  172. </Target>
  173. -->
  174. </Project>