- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>disable</Nullable>
- <AssemblyName>EasyDevCoreV4.Common</AssemblyName>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <BaseOutputPath>C:\Projects\SpeedSoft\EasyDevCoreV4\bin</BaseOutputPath>
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
- <DocumentationFile></DocumentationFile>
- </PropertyGroup>
- </Project>
|