Y.Utils.Net20.csproj 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  34. <HintPath>..\..\..\..\GitHub\Marx\Marx\packages\Newtonsoft.Json.9.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.configuration" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Web" />
  42. <Reference Include="System.Windows.Forms" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="AppUtils\AppUnique.cs" />
  47. <Compile Include="ComputerUtils\RegisterTool.cs" />
  48. <Compile Include="EncryptUtils\AesTool.cs" />
  49. <Compile Include="EncryptUtils\DesTool.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="ImageUtils\ImageTool.cs" />
  57. <Compile Include="ImageUtils\ThunbnailTool.cs" />
  58. <Compile Include="JsonUtils\JsonTool.cs" />
  59. <Compile Include="ListUtils\ListTool.cs" />
  60. <Compile Include="LogUtils\Log.cs" />
  61. <Compile Include="LogUtils\LogType.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="StringUtils\SimilarString.cs" />
  64. <Compile Include="StringUtils\StringTool.cs" />
  65. <Compile Include="TimeUtils\DateTimeConvert.cs" />
  66. <Compile Include="TimeUtils\DateTimeTool.cs" />
  67. <Compile Include="TxtUtils\IniTool.cs" />
  68. <Compile Include="TxtUtils\TxtTool.cs" />
  69. <Compile Include="WindowsAPI\ComputerAFK.cs" />
  70. <Compile Include="WindowsAPI\WindowInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="packages.config" />
  74. </ItemGroup>
  75. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. </Project>