-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.NET5向けプロジェクトを追加
- Loading branch information
kumatan
committed
Sep 21, 2021
1 parent
b0a9662
commit bcde647
Showing
43 changed files
with
74 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
�X�V���� | ||
TAG005 2021/09/22 | ||
.NET5�����v���W�F�N�g��lj� | ||
|
||
TAG004 2020/11/20 | ||
�edll�̍����ւ��̂� | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18be820bbd59db880ff1f8164dc2d4a416031a09 | ||
ff1be724a291b0677c41b8776eb35b7af4c1391d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AssemblyName>M98DotNET</AssemblyName> | ||
<RootNamespace>M98DotNET</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="..\M98DotNETcore\atrb.cs" Link="atrb.cs" /> | ||
<Compile Include="..\M98DotNETcore\attrib.cs" Link="attrib.cs" /> | ||
<Compile Include="..\M98DotNETcore\command.cs" Link="command.cs" /> | ||
<Compile Include="..\M98DotNETcore\Common.cs" Link="Common.cs" /> | ||
<Compile Include="..\M98DotNETcore\compw.cs" Link="compw.cs" /> | ||
<Compile Include="..\M98DotNETcore\DEF.cs" Link="DEF.cs" /> | ||
<Compile Include="..\M98DotNETcore\flag.cs" Link="flag.cs" /> | ||
<Compile Include="..\M98DotNETcore\flgdat.cs" Link="flgdat.cs" /> | ||
<Compile Include="..\M98DotNETcore\grp_prm.cs" Link="grp_prm.cs" /> | ||
<Compile Include="..\M98DotNETcore\gWork.cs" Link="gWork.cs" /> | ||
<Compile Include="..\M98DotNETcore\iEncoding.cs" Link="iEncoding.cs" /> | ||
<Compile Include="..\M98DotNETcore\linedat.cs" Link="linedat.cs" /> | ||
<Compile Include="..\M98DotNETcore\M98.cs" Link="M98.cs" /> | ||
<Compile Include="..\M98DotNETcore\M98Exception.cs" Link="M98Exception.cs" /> | ||
<Compile Include="..\M98DotNETcore\MMLDAT.cs" Link="MMLDAT.cs" /> | ||
<Compile Include="..\M98DotNETcore\myEncoding.cs" Link="myEncoding.cs" /> | ||
<Compile Include="..\M98DotNETcore\repval.cs" Link="repval.cs" /> | ||
<Compile Include="..\M98DotNETcore\strpm.cs" Link="strpm.cs" /> | ||
<Compile Include="..\M98DotNETcore\STRPRM.cs" Link="STRPRM.cs" /> | ||
<Compile Include="..\M98DotNETcore\TONE.cs" Link="TONE.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="musicDriverInterface"> | ||
<HintPath>musicDriverInterface.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
</Project> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+5.5 KB
(160%)
M98DotNETcore/bin/Debug/netstandard2.0/musicDriverInterface.dll
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(100%)
M98DotNETcore/bin/Release/netstandard2.0/M98DotNETcore.pdb
Binary file not shown.
Binary file modified
BIN
+1 KB
(110%)
M98DotNETcore/bin/Release/netstandard2.0/musicDriverInterface.dll
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+100 Bytes
(140%)
M98DotNETcore/obj/Debug/netstandard2.0/M98DotNETcore.assets.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
M98DotNETcore/obj/Debug/netstandard2.0/M98DotNETcore.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e2f02c8fdd67c4c64c6450e81416f189f8f6c116 | ||
b42c53c4833ce6f05821bb398f7787276a68933a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+100 Bytes
(140%)
M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.assets.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(100%)
M98DotNETcore/obj/Release/netstandard2.0/M98DotNETcore.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters