Ant.Frame.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{875207ED-9440-4BB7-BD86-3BB9DA6BA7A6}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ant.Frame</RootNamespace>
  12. <AssemblyName>Ant.Frame</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <SignAssembly>true</SignAssembly>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <UpgradeBackupLocation />
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. <TargetFrameworkProfile />
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46. <DebugSymbols>true</DebugSymbols>
  47. <DebugType>full</DebugType>
  48. <Optimize>false</Optimize>
  49. <OutputPath>bin\Debug\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <DebugType>pdbonly</DebugType>
  58. <Optimize>true</Optimize>
  59. <OutputPath>bin\Release\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>false</Prefer32Bit>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="System" />
  68. <Reference Include="System.configuration" />
  69. <Reference Include="System.Core">
  70. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Management" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="System.Xml.Linq">
  76. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="System.Data.DataSetExtensions">
  79. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  80. </Reference>
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Xml" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Base\BaisePage.cs">
  86. <SubType>ASPXCodeBehind</SubType>
  87. </Compile>
  88. <Compile Include="Enum\RegDomain.cs" />
  89. <Compile Include="Enum\RegValueKind.cs" />
  90. <Compile Include="Enum\EntityPersistType.cs" />
  91. <Compile Include="DESFileClass.cs" />
  92. <Compile Include="Base\EntitiesBase.cs" />
  93. <Compile Include="Base\EntyTypeData.cs" />
  94. <Compile Include="ControlValue\BaseControl.cs" />
  95. <Compile Include="Tool\DeleteKeyword.cs" />
  96. <Compile Include="Tool\OperaterRegister.cs" />
  97. <Compile Include="Tool\Serialization.cs" />
  98. <Compile Include="ControlValue\GetValue.cs" />
  99. <Compile Include="ControlValue\NetControl.cs" />
  100. <Compile Include="ControlValue\SelectControl.cs" />
  101. <Compile Include="ControlValue\SetValue.cs" />
  102. <Compile Include="Tool\XmlHelper.cs" />
  103. <Compile Include="Tool\XmlUtils.cs" />
  104. <Compile Include="TxtToList.cs" />
  105. <Compile Include="stringutil.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\Ant.Common\Ant.Common.csproj">
  110. <Project>{E7D68C96-B811-4C9F-9FEC-5F71699CE4AE}</Project>
  111. <Name>Ant.Common</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  116. <Visible>False</Visible>
  117. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  118. <Install>false</Install>
  119. </BootstrapperPackage>
  120. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  121. <Visible>False</Visible>
  122. <ProductName>.NET Framework 3.5 SP1</ProductName>
  123. <Install>true</Install>
  124. </BootstrapperPackage>
  125. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  126. <Visible>False</Visible>
  127. <ProductName>Windows Installer 3.1</ProductName>
  128. <Install>true</Install>
  129. </BootstrapperPackage>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  133. Other similar extension points exist, see Microsoft.Common.targets.
  134. <Target Name="BeforeBuild">
  135. </Target>
  136. <Target Name="AfterBuild">
  137. </Target>
  138. -->
  139. </Project>