FileUI.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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>{A25BB8DC-7805-4560-863E-E218E76DFEEC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tofly.FileUI</RootNamespace>
  12. <AssemblyName>Tofly.FileUI</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.FileUI.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. <DocumentationFile>..\ReleaseLib\Tofly.FileUI.xml</DocumentationFile>
  37. <PlatformTarget>x86</PlatformTarget>
  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.FileUI.XML</DocumentationFile>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.FileUI.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. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  60. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  61. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  62. <Prefer32Bit>false</Prefer32Bit>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  65. <OutputPath>..\..\..\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <DocumentationFile>
  68. </DocumentationFile>
  69. <Optimize>true</Optimize>
  70. <DebugType>none</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.FileUI.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  73. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  74. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  78. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  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="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>..\..\..\Dependence\Common.Logging.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="Tofly.Core, Version=0.9.0.0, Culture=neutral, processorArchitecture=x86">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\..\..\Dependence\Tofly.Core.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="Command\ComandMoveLayerUp.cs" />
  104. <Compile Include="Command\CommandAddData.cs" />
  105. <Compile Include="Command\CommandAddData2.cs" />
  106. <Compile Include="Command\CommandAddGroupLayer.cs" />
  107. <Compile Include="Command\CommandDeleteAllData.cs" />
  108. <Compile Include="Command\CommandDeleteData.cs" />
  109. <Compile Include="Command\CommandDeleteGroupLayer.cs" />
  110. <Compile Include="Command\CommandDeleteMapFrame.cs" />
  111. <Compile Include="Command\CommandExpandAllLayer.cs" />
  112. <Compile Include="Command\CommandExpandOrNot.cs" />
  113. <Compile Include="Command\CommandFoldAllLayer.cs" />
  114. <Compile Include="Command\CommandFrameAttribute.cs" />
  115. <Compile Include="Command\CommandHideAllLayer.cs" />
  116. <Compile Include="Command\CommandLayerAttribute.cs" />
  117. <Compile Include="Command\CommandMoveLayerBottom.cs" />
  118. <Compile Include="Command\CommandMoveLayerDown.cs" />
  119. <Compile Include="Command\CommandMoveLayerTop.cs" />
  120. <Compile Include="Command\CommandExit.cs" />
  121. <Compile Include="Command\CommandHelpAbout.cs">
  122. <SubType>Code</SubType>
  123. </Compile>
  124. <Compile Include="Command\CommandHelpe.cs">
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="Command\CommandNewMapDocument.cs" />
  128. <Compile Include="Command\CommandOpenMapDocument.cs" />
  129. <Compile Include="Command\CommandSaveAsMapDocument.cs" />
  130. <Compile Include="Command\CommandSaveMapDocument.cs" />
  131. <Compile Include="Command\CommandShowAllLayer.cs" />
  132. <Compile Include="Command\CommandShowOrHide.cs" />
  133. <Compile Include="Common\ConvertBase\CovertBaseClasscs.cs" />
  134. <Compile Include="Common\ConvertBase\IConvert.cs" />
  135. <Compile Include="Common\ConvertBase\IRelationFields.cs" />
  136. <Compile Include="Common\ConvertBase\ILyrInfoClass.cs" />
  137. <Compile Include="Common\ConvertBase\LyrInfoBaseClass.cs" />
  138. <Compile Include="Common\ConvertBase\OpenMapConvertBaseClass.cs" />
  139. <Compile Include="Common\ConvertBase\SaveMapConvertBaseClass.cs" />
  140. <Compile Include="Common\MapDocumentCommon.cs" />
  141. <Compile Include="Common\MapDocumentHelper.cs" />
  142. <Compile Include="Common\NewMapBaseClass.cs" />
  143. <Compile Include="Common\OpenMapBaseClass.cs" />
  144. <Compile Include="Common\SaveMapBaseClass.cs" />
  145. <Compile Include="FTP\FtpManager.cs" />
  146. <Compile Include="FTP\FtpManagerRow.cs" />
  147. <Compile Include="FTP\IFtpManager.cs" />
  148. <Compile Include="Properties\AssemblyInfo.cs" />
  149. <Compile Include="SysTable\FS_ZY_MXDMANAGERRow.cs" />
  150. <Compile Include="SysTable\FS_ZY_MXDMANAGERTable.cs" />
  151. <Compile Include="SysTable\FS_ZY_REGLAYERRow.cs" />
  152. <Compile Include="SysTable\FS_ZY_REGLAYERTable.cs" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ProjectReference Include="..\..\Core\CoreUI.Plot\CoreUI.Plot.csproj">
  156. <Project>{4a5824d5-d7c6-4824-90ba-dbe6ae92198f}</Project>
  157. <Name>CoreUI.Plot</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\..\Core\CoreUI\CoreUI.csproj">
  160. <Project>{7cbc0d84-ecc2-4fd7-a1a1-9dd28882cc43}</Project>
  161. <Name>CoreUI</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\..\DataEdit\DataEditUI\DataEditUI.csproj">
  164. <Project>{9af32e70-a920-465c-9345-78f7ab495017}</Project>
  165. <Name>DataEditUI</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\..\DataEdit\DataEdit\DataEdit.csproj">
  168. <Project>{4421fb00-38f6-46ad-895a-feb6c2a0cc81}</Project>
  169. <Name>DataEdit</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\..\Data\DataUI\DataUI.csproj">
  172. <Project>{cf7d202f-6604-4c11-b45e-6aca5fa97b9a}</Project>
  173. <Name>DataUI</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\..\Data\Data\Data.csproj">
  176. <Project>{f410d912-fb51-49e7-ab85-6cc132cc19a3}</Project>
  177. <Name>Data</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\..\GIS\GISUI\GISUI.csproj">
  180. <Project>{5c0c3f98-2075-4edf-8e04-49f6e0d513c5}</Project>
  181. <Name>GISUI</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\..\GIS\GIS\GIS.csproj">
  184. <Project>{11cfc788-1e8e-470a-9cce-9fdc2d0c9d13}</Project>
  185. <Name>GIS</Name>
  186. </ProjectReference>
  187. </ItemGroup>
  188. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  189. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  190. Other similar extension points exist, see Microsoft.Common.targets.
  191. <Target Name="BeforeBuild">
  192. </Target>
  193. <Target Name="AfterBuild">
  194. </Target>
  195. -->
  196. </Project>