Y.Utils.csproj 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5B8EEEC7-AEB5-407D-9DC1-1C59E53F78D5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Y.Utils</RootNamespace>
  11. <AssemblyName>Y.Utils</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  35. <EmbedInteropTypes>True</EmbedInteropTypes>
  36. </Reference>
  37. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Management" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="BaseUtils\Class1.cs" />
  55. <Compile Include="ComputerUtils\ComputerTool.cs" />
  56. <Compile Include="ComputerUtils\ComputerPermissionTool.cs" />
  57. <Compile Include="ComputerUtils\RegisterTool.cs" />
  58. <Compile Include="ImageUtils\BarCodeToHTML.cs" />
  59. <Compile Include="ComputerUtils\IPHelper.cs" />
  60. <Compile Include="FileUtils\FileCodeHelper.cs" />
  61. <Compile Include="NetworkUtils\FTPHelper.cs" />
  62. <Compile Include="NetworkUtils\HttpHelper.cs" />
  63. <Compile Include="NetworkUtils\EmailHelper.cs" />
  64. <Compile Include="ImageUtils\CaptchaHelper.cs" />
  65. <Compile Include="JsonUtils\ConvertJson.cs" />
  66. <Compile Include="ImageUtils\ExifHelper.cs" />
  67. <Compile Include="ImageUtils\ImageHelper.cs" />
  68. <Compile Include="BaseUtils\RMB.cs" />
  69. <Compile Include="OfficeUtils\WordHelper.cs" />
  70. <Compile Include="OfficeUtils\WordHelperTester.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="BaseUtils\ChineseHourTool.cs" />
  73. <Compile Include="BaseUtils\WeekDayTool.cs" />
  74. <Compile Include="ComputerUtils\WindowsAPI.cs" />
  75. <Compile Include="BaseUtils\DateTimeTool.cs" />
  76. <Compile Include="FileUtils\DirTool.cs" />
  77. <Compile Include="FileUtils\FileTool.cs" />
  78. <Compile Include="BaseUtils\ListTool.cs" />
  79. <Compile Include="JsonUtils\JsonTool.cs" />
  80. <Compile Include="TxtUtils\IniTool.cs" />
  81. <Compile Include="TxtUtils\LogTool.cs" />
  82. <Compile Include="TxtUtils\TxtTool.cs" />
  83. <Compile Include="BaseUtils\UnixTimeTool.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="packages.config" />
  87. </ItemGroup>
  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>