初始化
This commit is contained in:
13
ClassLibrary1/ClassLibrary1.csproj
Normal file
13
ClassLibrary1/ClassLibrary1.csproj
Normal file
@@ -0,0 +1,13 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--<ItemGroup>
|
||||
<Compile Include="B.cs" OutputAssembly="File1.dll" />
|
||||
<Compile Include="C.cs" OutputAssembly="File2.dll" />
|
||||
</ItemGroup>-->
|
||||
</Project>
|
||||
Reference in New Issue
Block a user