Ei kuvausta

Common.csproj 3.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{969F8594-DBCA-4AD1-BD28-944BFAA44B95}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>XYFDRQ.Common</RootNamespace>
  12. <AssemblyName>XYFDRQ.Common</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="AjaxPro.2, Version=6.4.5.1, Culture=neutral, PublicKeyToken=4735ae9824c7d3ec, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\Web\Bin\AjaxPro.2.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Microsoft.VisualBasic" />
  47. <Reference Include="System" />
  48. <Reference Include="System.configuration" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Web" />
  53. <Reference Include="System.Web.Extensions">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Xml.Linq">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Data.DataSetExtensions">
  60. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="AjaxProUtil.cs" />
  67. <Compile Include="ChinaCalendar.cs" />
  68. <Compile Include="ControlModel.cs" />
  69. <Compile Include="DataToExcel.cs" />
  70. <Compile Include="DateUtil.cs" />
  71. <Compile Include="DNTRequest.cs" />
  72. <Compile Include="JScript.cs" />
  73. <Compile Include="LoginUser.cs" />
  74. <Compile Include="MailSend.cs" />
  75. <Compile Include="pinyin.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="RequestBase.cs" />
  78. <Compile Include="SerializationHelper.cs" />
  79. <Compile Include="StringUtil.cs" />
  80. <Compile Include="SysLog.cs" />
  81. <Compile Include="TabControlModel.cs" />
  82. <Compile Include="TabControlPageModel.cs" />
  83. <Compile Include="Tool.cs" />
  84. <Compile Include="UpLoadFiles.cs" />
  85. <Compile Include="Utils.cs" />
  86. <Compile Include="ValidateUtil.cs" />
  87. <Compile Include="GetTime.cs" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>