VideoStatusInspectorCSLib.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Platforms>AnyCPU;x64;x86</Platforms>
  5. <Company>Vinno</Company>
  6. <Product>VideoStatusInspector</Product>
  7. <Authors>IDS.AI</Authors>
  8. <Description>VideoStatusInspector csharp dll</Description>
  9. <AssemblyVersion>1.0.1.3</AssemblyVersion>
  10. <FileVersion>1.0.1.3</FileVersion>
  11. <Version>1.0.1</Version>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  14. <PlatformTarget>AnyCPU</PlatformTarget>
  15. <OutputPath>..\Bin\</OutputPath>
  16. <DefineConstants>TRACE</DefineConstants>
  17. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <OutputPath>..\Bin\</OutputPath>
  22. <DefineConstants>TRACE</DefineConstants>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <OutputPath>..\Bin\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  32. <OutputPath>..\Bin\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
  37. <OutputPath>..\Bin\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  42. <OutputPath>..\Bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  45. </PropertyGroup>
  46. </Project>