GeoprocessingUI.Win.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>{4E8C9107-A2C0-4790-AE07-44BA10DB2049}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tofly.GeoprocessingUI.Win</RootNamespace>
  12. <AssemblyName>Tofly.GeoprocessingUI.Win</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.GeoprocessingUI.Win.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.GeoprocessingUI.Win.xml</DocumentationFile>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>..\..\..\Output\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DocumentationFile>..\..\..\Output\Tofly.GeoprocessingUI.Win.XML</DocumentationFile>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.GeoprocessingUI.Win.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  48. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  49. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  53. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  54. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  55. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  56. <Prefer32Bit>false</Prefer32Bit>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  59. <OutputPath>..\..\..\Release\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <DocumentationFile>
  62. </DocumentationFile>
  63. <Optimize>true</Optimize>
  64. <DebugType>none</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <CodeAnalysisLogFile>..\ReleaseLib\ForeStar.GeoprocessingUI.Win.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  67. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  68. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  72. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  73. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  74. <Prefer32Bit>false</Prefer32Bit>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  77. <PlatformTarget>x64</PlatformTarget>
  78. <OutputPath>bin\x64\Debug\</OutputPath>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  81. <PlatformTarget>x64</PlatformTarget>
  82. <OutputPath>..\..\..\Release\</OutputPath>
  83. </PropertyGroup>
  84. <ItemGroup>
  85. <Reference Include="System" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Drawing" />
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Xml" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Folder Include="Paramter\" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <PropertyGroup>
  100. <PostBuildEvent>
  101. </PostBuildEvent>
  102. </PropertyGroup>
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>