parent
729c9b9ecd
commit
11fd121928
@ -0,0 +1,12 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
|
<AssemblyName>ex_037_004_BinaryReader_BinaryWriter</AssemblyName>
|
||||||
|
<OutputType>Exe</OutputType>
|
||||||
|
<PackageId>ex_037_004_BinaryReader_BinaryWriter</PackageId>
|
||||||
|
<RuntimeFrameworkVersion>2.2</RuntimeFrameworkVersion>
|
||||||
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||||
|
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
|
||||||
|
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
Loading…
Reference in new issue