mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-05 06:15:24 +00:00
Initial commit
This commit is contained in:
parent
d0eb68594c
commit
c0d4d11b54
24 changed files with 463 additions and 0 deletions
5
vs4win/Chapter07/ControlSDK/Class1.cs
Normal file
5
vs4win/Chapter07/ControlSDK/Class1.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
namespace ControlSDK;
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
9
vs4win/Chapter07/ControlSDK/ControlSDK.csproj
Normal file
9
vs4win/Chapter07/ControlSDK/ControlSDK.csproj
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
5
vs4win/Chapter07/ControlSDK/global.json
Normal file
5
vs4win/Chapter07/ControlSDK/global.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "6.0.200"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue