OutputUI.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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>{8E82FC8F-11B6-4178-BD82-F4DE7832BDF7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tofly.OutputUI</RootNamespace>
  12. <AssemblyName>Tofly.OutputUI</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.OutputUI.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.OutputUI.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.OutputUI.XML</DocumentationFile>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.OutputUI.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>true</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. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  63. <Prefer32Bit>false</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  66. <OutputPath>..\..\..\Release\</OutputPath>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <DocumentationFile>
  69. </DocumentationFile>
  70. <Optimize>true</Optimize>
  71. <DebugType>none</DebugType>
  72. <PlatformTarget>x86</PlatformTarget>
  73. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.OutputUI.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  74. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  75. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  76. <ErrorReport>prompt</ErrorReport>
  77. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  78. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  79. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  80. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  81. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  82. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  83. <Prefer32Bit>false</Prefer32Bit>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  86. <PlatformTarget>x64</PlatformTarget>
  87. <OutputPath>bin\x64\Debug\</OutputPath>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  90. <PlatformTarget>x64</PlatformTarget>
  91. <OutputPath>..\..\..\Release\</OutputPath>
  92. </PropertyGroup>
  93. <ItemGroup>
  94. <Reference Include="System" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Management" />
  98. <Reference Include="System.Xml" />
  99. <Reference Include="Tofly.Core, Version=0.9.0.0, Culture=neutral, processorArchitecture=x86">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>..\..\..\Dependence\Tofly.Core.dll</HintPath>
  102. </Reference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="Command\LayerExportCommand.cs" />
  106. <Compile Include="Command\PageSetCommand.cs" />
  107. <Compile Include="Command\PrintCommand.cs" />
  108. <Compile Include="Command\PrintPriviewCommand.cs" />
  109. <Compile Include="Control\ILayerExportControl.cs" />
  110. <Compile Include="Form\IOutputPictureForm.cs" />
  111. <Compile Include="Command\OutputPictureCommand.cs" />
  112. <Compile Include="Form\IPageSetForm.cs" />
  113. <Compile Include="Form\IPrintForm.cs" />
  114. <Compile Include="Form\IPrintPriviewForm.cs" />
  115. <Compile Include="ILayerExport.cs" />
  116. <Compile Include="IOutputPicture.cs" />
  117. <Compile Include="IPageSet.cs" />
  118. <Compile Include="IPrintPrint.cs" />
  119. <Compile Include="LayerExportClass.cs" />
  120. <Compile Include="OutputCommon.cs" />
  121. <Compile Include="OutputPictureClass.cs" />
  122. <Compile Include="PageSetClass.cs" />
  123. <Compile Include="PrintPrintClass.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="Properties\Resources.Designer.cs">
  126. <AutoGen>True</AutoGen>
  127. <DesignTime>True</DesignTime>
  128. <DependentUpon>Resources.resx</DependentUpon>
  129. </Compile>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <EmbeddedResource Include="Properties\Resources.resx">
  133. <Generator>ResXFileCodeGenerator</Generator>
  134. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  135. </EmbeddedResource>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="Properties\MapElements1.png" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\..\Core\CoreUI.Plot\CoreUI.Plot.csproj">
  142. <Project>{4a5824d5-d7c6-4824-90ba-dbe6ae92198f}</Project>
  143. <Name>CoreUI.Plot</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\..\Core\CoreUI.Win\CoreUI.Win.csproj">
  146. <Project>{5995a6fa-b548-43e0-ba6e-8bac021c0cfd}</Project>
  147. <Name>CoreUI.Win</Name>
  148. </ProjectReference>
  149. <ProjectReference Include="..\..\Core\CoreUI\CoreUI.csproj">
  150. <Project>{7cbc0d84-ecc2-4fd7-a1a1-9dd28882cc43}</Project>
  151. <Name>CoreUI</Name>
  152. </ProjectReference>
  153. <ProjectReference Include="..\..\Data\Data\Data.csproj">
  154. <Project>{f410d912-fb51-49e7-ab85-6cc132cc19a3}</Project>
  155. <Name>Data</Name>
  156. </ProjectReference>
  157. <ProjectReference Include="..\..\GIS\GISUI\GISUI.csproj">
  158. <Project>{5c0c3f98-2075-4edf-8e04-49f6e0d513c5}</Project>
  159. <Name>GISUI</Name>
  160. </ProjectReference>
  161. <ProjectReference Include="..\..\GIS\GIS\GIS.csproj">
  162. <Project>{11cfc788-1e8e-470a-9cce-9fdc2d0c9d13}</Project>
  163. <Name>GIS</Name>
  164. </ProjectReference>
  165. </ItemGroup>
  166. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  167. <PropertyGroup>
  168. <PostBuildEvent>
  169. </PostBuildEvent>
  170. </PropertyGroup>
  171. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  172. Other similar extension points exist, see Microsoft.Common.targets.
  173. <Target Name="BeforeBuild">
  174. </Target>
  175. <Target Name="AfterBuild">
  176. </Target>
  177. -->
  178. </Project>