Ant.Common.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E7D68C96-B811-4C9F-9FEC-5F71699CE4AE}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ant.Common</RootNamespace>
  12. <AssemblyName>Ant.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <TargetFrameworkProfile />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="log4net">
  55. <HintPath>..\..\CommonLib\log4net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. </Reference>
  60. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Web" />
  69. <Reference Include="System.Web.Extensions" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="CodeTimer.cs" />
  77. <Compile Include="ContentJudge.cs" />
  78. <Compile Include="DataConfigModel\DataConfig.cs" />
  79. <Compile Include="DataConfigModel\SerializationHelper.cs" />
  80. <Compile Include="DConfig.cs" />
  81. <Compile Include="DObject.cs" />
  82. <Compile Include="DString.cs" />
  83. <Compile Include="ECustomTree.cs">
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="DHandler.cs" />
  87. <Compile Include="DHelper.cs" />
  88. <Compile Include="DPage.cs" />
  89. <Compile Include="GlobalFileHelper.cs" />
  90. <Compile Include="DataConfigModel\LoadXmlHelper.cs" />
  91. <Compile Include="jpush\JPUSH.cs" />
  92. <Compile Include="KeySn\DecodeEncrypt.cs" />
  93. <Compile Include="KeySn\EncodeEncrypt.cs" />
  94. <Compile Include="KeySn\CommonUtils.cs" />
  95. <Compile Include="LoggerHelper.cs" />
  96. <Compile Include="Socket\CommTool.cs" />
  97. <Compile Include="Utility\JSONhelper.cs" />
  98. <Compile Include="Utility\SQLInjectionHelper.cs" />
  99. <Compile Include="Utility\SqlRegexFilter.cs" />
  100. <Compile Include="Utility\StringHelper.cs" />
  101. <Compile Include="Utility\UtilConstants.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="ConfigureHelper.cs" />
  104. <Compile Include="StringEncrypt.cs" />
  105. <Compile Include="StringExtension.cs" />
  106. <Compile Include="Utility\AntUtils.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  112. <Install>false</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1</ProductName>
  117. <Install>true</Install>
  118. </BootstrapperPackage>
  119. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  120. <Visible>False</Visible>
  121. <ProductName>Windows Installer 3.1</ProductName>
  122. <Install>true</Install>
  123. </BootstrapperPackage>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Fakes Include="Fakes\NHibernate.fakes" />
  127. <None Include="packages.config" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <WCFMetadata Include="Connected Services\" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>