Y.Utils.Net20.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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>{EE89927C-03A6-4E57-B69A-DE71B101FCA7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Y.Utils.Net20</RootNamespace>
  11. <AssemblyName>Y.Utils.Net20</AssemblyName>
  12. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="MySql.Data, Version=5.0.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\Dlls\MySql\v2.0\MySql.Data.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\..\..\..\GitHub\Marx\Marx\packages\Newtonsoft.Json.9.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.configuration" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="AppUtils\AppUnique.cs" />
  50. <Compile Include="EnumUtils\FlagsEnumTool.cs" />
  51. <Compile Include="FileUtils\DirTool.cs" />
  52. <Compile Include="FileUtils\FileCode.cs" />
  53. <Compile Include="FileUtils\FileTool.cs" />
  54. <Compile Include="HookUtils\UserActivityHook.cs" />
  55. <Compile Include="HttpUtils\HttpTool.cs" />
  56. <Compile Include="JsonUtils\JsonTool.cs" />
  57. <Compile Include="ListUtils\ListTool.cs" />
  58. <Compile Include="LogUtils\Log.cs" />
  59. <Compile Include="MysqlUtils\MysqlTool.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="StringUtils\SimilarString.cs" />
  62. <Compile Include="StringUtils\StringTool.cs" />
  63. <Compile Include="TimeUtils\DateTimeConvert.cs" />
  64. <Compile Include="TimeUtils\DateTimeTool.cs" />
  65. <Compile Include="TxtUtils\IniTool.cs" />
  66. <Compile Include="TxtUtils\TxtTool.cs" />
  67. <Compile Include="WindowsAPI\ComputerAFK.cs" />
  68. <Compile Include="WindowsAPI\WindowInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="packages.config" />
  72. </ItemGroup>
  73. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  74. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  75. Other similar extension points exist, see Microsoft.Common.targets.
  76. <Target Name="BeforeBuild">
  77. </Target>
  78. <Target Name="AfterBuild">
  79. </Target>
  80. -->
  81. </Project>