HPSocketCS.csproj 820 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Platforms>AnyCPU;x64;x86</Platforms>
  5. <Version>5.5.3</Version>
  6. <FileVersion>5.5.3.2</FileVersion>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  9. <OutputPath>..\bin\x86\Debug\</OutputPath>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  12. <OutputPath>..\bin\x86\Release\</OutputPath>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  15. <OutputPath>..\bin\x64\Release\</OutputPath>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  18. <OutputPath>..\bin\x64\Debug\</OutputPath>
  19. </PropertyGroup>
  20. </Project>