EasyDevCore.Common.csproj 497 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>disable</Nullable>
  6. <AssemblyName>EasyDevCoreV4.Common</AssemblyName>
  7. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  8. <BaseOutputPath>C:\Projects\SpeedSoft\EasyDevCoreV4\bin</BaseOutputPath>
  9. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  10. <DocumentationFile></DocumentationFile>
  11. </PropertyGroup>
  12. </Project>