DataEditUI.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9AF32E70-A920-465C-9345-78F7AB495017}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tofly.DataEditUI</RootNamespace>
  12. <AssemblyName>Tofly.DataEditUI</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\..\Output\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>..\..\..\Output\Tofly.DataEditUI.xml</DocumentationFile>
  26. <PlatformTarget>x86</PlatformTarget>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\ReleaseLib\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <PlatformTarget>x86</PlatformTarget>
  37. <DocumentationFile>..\ReleaseLib\Tofly.DataEditUI.xml</DocumentationFile>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <SignAssembly>false</SignAssembly>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <AssemblyOriginatorKeyFile>..\..\..\..\Server\Core\Core\ForeStarAE.pfx</AssemblyOriginatorKeyFile>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>..\..\..\Output\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <DocumentationFile>..\..\..\Output\Tofly.DataEditUI.XML</DocumentationFile>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.DataEditUI.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  54. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  55. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  59. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  60. <Prefer32Bit>false</Prefer32Bit>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  63. <OutputPath>..\..\..\Release\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <DocumentationFile>
  66. </DocumentationFile>
  67. <Optimize>true</Optimize>
  68. <DebugType>none</DebugType>
  69. <PlatformTarget>x86</PlatformTarget>
  70. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.DataEditUI.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  71. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  72. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  76. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  77. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  78. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  79. <Prefer32Bit>false</Prefer32Bit>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  82. <PlatformTarget>x64</PlatformTarget>
  83. <OutputPath>bin\x64\Debug\</OutputPath>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  86. <PlatformTarget>x64</PlatformTarget>
  87. <OutputPath>..\..\..\Release\</OutputPath>
  88. </PropertyGroup>
  89. <ItemGroup>
  90. <Reference Include="System" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Windows.Forms" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="Tofly.Core, Version=0.9.0.0, Culture=neutral, processorArchitecture=x86">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\..\..\Dependence\Tofly.Core.dll</HintPath>
  98. </Reference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="AttributeCommand.cs" />
  102. <Compile Include="AttributeExCommand.cs" />
  103. <Compile Include="EditTemplatePanelCommand.cs" />
  104. <Compile Include="Command\AddNode.cs" />
  105. <Compile Include="Command\AddNodeCommand.cs" />
  106. <Compile Include="Command\AutoCompleteCommand.cs" />
  107. <Compile Include="Command\CommandCurrentEdit.cs" />
  108. <Compile Include="Command\DeleteNode.cs" />
  109. <Compile Include="Command\DistanceAndDirectionCommand.cs" />
  110. <Compile Include="Command\EditElementNodeCompleteCommand.cs" />
  111. <Compile Include="Command\NodeDistanceMoveCommand.cs" />
  112. <Compile Include="Command\NodeMoveCommand.cs" />
  113. <Compile Include="Command\NodeRelativeXYCommand.cs" />
  114. <Compile Include="Command\RelativeXYCommand.cs" />
  115. <Compile Include="EditInterceptor\FeatureChangedInterceptor.cs" />
  116. <Compile Include="EditInterceptor\FeatureDeleteInterceptor.cs" />
  117. <Compile Include="EditInterceptor\FeatureUnionInterceptor.cs" />
  118. <Compile Include="FeatureBackSaveCommand.cs" />
  119. <Compile Include="FeatureDeleteCommand.cs" />
  120. <Compile Include="FeatureRotatePointCommand.cs" />
  121. <Compile Include="IAttributeEdit.cs" />
  122. <Compile Include="IFormCurrentEdit.cs" />
  123. <Compile Include="Point\EditCreatePoint2.cs" />
  124. <Compile Include="UserForm\IFormAbusoluteXY.cs" />
  125. <Compile Include="UserForm\ISingleFeatureEditor.cs" />
  126. <Compile Include="UserForm\IEditTemplateDockPanel.cs" />
  127. <Compile Include="Line\EditCreateLineBy2Point.cs" />
  128. <Compile Include="Other\ClearSketch.cs" />
  129. <Compile Include="Other\EditCopy.cs" />
  130. <Compile Include="Line\EditCreateLine.cs" />
  131. <Compile Include="Other\EditElementTool.cs" />
  132. <Compile Include="Other\EditFeature.cs" />
  133. <Compile Include="Other\FinishSketch.cs" />
  134. <Compile Include="Other\OnOffSnap.cs" />
  135. <Compile Include="Other\OnOffTrace.cs" />
  136. <Compile Include="Other\TurnBackSketch.cs" />
  137. <Compile Include="Paramter\EditParamter.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="Paramter\EditParamterRow.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="Paramter\EditParamterTable.cs">
  144. <SubType>Code</SubType>
  145. </Compile>
  146. <Compile Include="Paramter\IEditParamter.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="Point\EditCreatePoint.cs" />
  150. <Compile Include="Other\EditCut.cs" />
  151. <Compile Include="Other\EditLayerSelect.cs" />
  152. <Compile Include="Other\EditPaste.cs" />
  153. <Compile Include="Other\EditCommand.cs" />
  154. <Compile Include="Line\EditSplitByLine.cs" />
  155. <Compile Include="Point\EditCreatePointByBasePoint.cs" />
  156. <Compile Include="Point\EditMovePointByBasePoint.cs" />
  157. <Compile Include="Point\EditMovePointByPoint.cs" />
  158. <Compile Include="Polygon\EditSplitByPolygon.cs" />
  159. <Compile Include="Other\EditTaskType.cs" />
  160. <Compile Include="Other\EditTool.cs" />
  161. <Compile Include="Other\EditUnion.cs" />
  162. <Compile Include="IEditParamterSetForm.cs" />
  163. <Compile Include="IEditTask.cs" />
  164. <Compile Include="ISelectFeatureForm.cs" />
  165. <Compile Include="EditParamterSetCommand.cs" />
  166. <Compile Include="Other\StartEdit.cs" />
  167. <Compile Include="Other\StopEdit.cs" />
  168. <Compile Include="Other\EditDelete.cs" />
  169. <Compile Include="Polygon\EditCreatePolygon.cs" />
  170. <Compile Include="Other\SaveEdit.cs" />
  171. <Compile Include="Other\UnDo.cs" />
  172. <Compile Include="Other\ReDo.cs" />
  173. <Compile Include="ProjectInfoManageCommand.cs" />
  174. <Compile Include="Properties\AssemblyInfo.cs" />
  175. <Compile Include="Other\EditSelectMove.cs" />
  176. <Compile Include="Polygon\EditClipByPolygon.cs" />
  177. <Compile Include="Other\EditUnUnion.cs" />
  178. <Compile Include="Other\EditAttributeCopy.cs" />
  179. <Compile Include="Line\EditPolylineLink.cs" />
  180. <Compile Include="Polygon\EditCreatePolygonInNull.cs" />
  181. <Compile Include="Other\EditReverse.cs" />
  182. <Compile Include="Polygon\EditPolygonConnect.cs" />
  183. <Compile Include="Line\EditLineBreak.cs" />
  184. <Compile Include="Line\EditLineBreakBySelf.cs" />
  185. <Compile Include="Line\EditPolylineExtend.cs" />
  186. <Compile Include="Polygon\EditCreatePolygonByLine.cs" />
  187. <Compile Include="Other\EditWeed.cs" />
  188. <Compile Include="Properties\Resources.Designer.cs">
  189. <DependentUpon>Resources.resx</DependentUpon>
  190. <AutoGen>True</AutoGen>
  191. <DesignTime>True</DesignTime>
  192. </Compile>
  193. <Compile Include="FeatureClearCommand.cs" />
  194. <Compile Include="FeatureAttempScrapCommand.cs" />
  195. <Compile Include="SaveEditEx.cs" />
  196. <Compile Include="StartEditEx.cs" />
  197. <Compile Include="StopEditEx.cs" />
  198. <Compile Include="UserForm\IFormBackSaveEquipment.cs" />
  199. <Compile Include="UserForm\IFormDisplayFieldSetting.cs" />
  200. <Compile Include="UserForm\IFormMultiEquipmentEditing.cs" />
  201. <Compile Include="UserForm\IFormProjectInfoManager.cs" />
  202. <Compile Include="UserForm\IFormRotatePointFeature.cs" />
  203. <Compile Include="UserForm\IFormSelectMultiEditFeature.cs" />
  204. <Compile Include="UserForm\IFormSelectMultiEditLayer.cs" />
  205. <Compile Include="UserForm\IFormSingleFeatureEditing.cs" />
  206. <Compile Include="UserForm\IFormStartEdit.cs" />
  207. <Compile Include="ErrorMarkerCommand.cs" />
  208. <Compile Include="ConnectionManageCommand.cs" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <EmbeddedResource Include="Properties\Resources.resx">
  212. <Generator>ResXFileCodeGenerator</Generator>
  213. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  214. </EmbeddedResource>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <None Include="Resources\EDitSelectFeature.cur" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\..\Core\CoreUI.Plot\CoreUI.Plot.csproj">
  221. <Project>{4a5824d5-d7c6-4824-90ba-dbe6ae92198f}</Project>
  222. <Name>CoreUI.Plot</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\..\Core\CoreUI.Win.Form\CoreUI.Win.Form.csproj">
  225. <Project>{400c1549-a6d9-44b8-82d9-97fa6b2b4543}</Project>
  226. <Name>CoreUI.Win.Form</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\..\Core\CoreUI.Win\CoreUI.Win.csproj">
  229. <Project>{5995a6fa-b548-43e0-ba6e-8bac021c0cfd}</Project>
  230. <Name>CoreUI.Win</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\..\Core\CoreUI\CoreUI.csproj">
  233. <Project>{7cbc0d84-ecc2-4fd7-a1a1-9dd28882cc43}</Project>
  234. <Name>CoreUI</Name>
  235. </ProjectReference>
  236. <ProjectReference Include="..\..\Data\Data\Data.csproj">
  237. <Project>{f410d912-fb51-49e7-ab85-6cc132cc19a3}</Project>
  238. <Name>Data</Name>
  239. </ProjectReference>
  240. <ProjectReference Include="..\..\GIS\GISUI.Draw\GISUI.Draw.csproj">
  241. <Project>{4965ea03-24dd-4218-b5d3-211903dd1248}</Project>
  242. <Name>GISUI.Draw</Name>
  243. </ProjectReference>
  244. <ProjectReference Include="..\..\GIS\GISUI\GISUI.csproj">
  245. <Project>{5c0c3f98-2075-4edf-8e04-49f6e0d513c5}</Project>
  246. <Name>GISUI</Name>
  247. </ProjectReference>
  248. <ProjectReference Include="..\..\GIS\GIS\GIS.csproj">
  249. <Project>{11cfc788-1e8e-470a-9cce-9fdc2d0c9d13}</Project>
  250. <Name>GIS</Name>
  251. </ProjectReference>
  252. <ProjectReference Include="..\DataEdit\DataEdit.csproj">
  253. <Project>{4421fb00-38f6-46ad-895a-feb6c2a0cc81}</Project>
  254. <Name>DataEdit</Name>
  255. </ProjectReference>
  256. </ItemGroup>
  257. <ItemGroup>
  258. <Content Include="Resources\identify1.cur" />
  259. <Content Include="Resources\queryfeaturebypoint.cur" />
  260. </ItemGroup>
  261. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  262. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  263. Other similar extension points exist, see Microsoft.Common.targets.
  264. <Target Name="BeforeBuild">
  265. </Target>
  266. <Target Name="AfterBuild">
  267. </Target>
  268. -->
  269. </Project>