Skip to content

Commit

Permalink
TAG200 2023/07/07
Browse files Browse the repository at this point in the history
  All
  プロジェクトの整理
  Compiler
    **(マクロシフト)コマンドの機能拡張。
  • Loading branch information
kumatan committed Jul 7, 2023
1 parent 79dbc70 commit 51a7120
Show file tree
Hide file tree
Showing 40 changed files with 320 additions and 398 deletions.
6 changes: 6 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
�X�V����
TAG200 2023/07/07
All
�v���W�F�N�g�̐���
Compiler
**(�}�N���V�t�g)�R�}���h�̋@�\�g���B

TAG199 2023/04/23 2nd
Compiler&Driver
EX(�X���b�g�w��)�R�}���h�̋@�\�g���B
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>mucomDotNETCommon</AssemblyName>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<Configurations>Debug;Release;Debug64</Configurations>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>mucomDotNETCompiler</AssemblyName>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<Configurations>Debug;Release;Debug64</Configurations>
Expand Down Expand Up @@ -78,7 +78,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common_NET5\Common_NET5.csproj" />
<ProjectReference Include="..\Common_NET5\Common_NET6.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>mucomDotNETConsole</AssemblyName>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<Configurations>Debug;Release;Debug64</Configurations>
Expand Down Expand Up @@ -32,8 +32,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common_NET5\Common_NET5.csproj" />
<ProjectReference Include="..\Compiler_NET5\Compiler_NET5.csproj" />
<ProjectReference Include="..\Common_NET5\Common_NET6.csproj" />
<ProjectReference Include="..\Compiler_NET5\Compiler_NET6.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Console_NET5/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Console_NET5": {
"commandName": "Project",
"commandLineArgs": "D:\\bootcamp\\FM音源\\data\\自作\\test\\grad.muc",
"commandLineArgs": "D:\\bootcamp\\FM音源\\data\\自作\\test\\macroShift.muc",
"nativeDebugging": true
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>mucomDotNETDriver</AssemblyName>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<Configurations>Debug;Release;Debug64</Configurations>
Expand Down Expand Up @@ -61,7 +61,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Common_NET5\Common_NET5.csproj" />
<ProjectReference Include="..\Common_NET5\Common_NET6.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
40 changes: 40 additions & 0 deletions FolderStructure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@


*��vdll
Common
Platform Framework OS Release build path
-------------------------------------------------------------------------
AnyCPU .NETStandard2.1 Any .\mucomDotNETCommon\bin\Release\netstandard2.1
AnyCPU .NET6 Any .\Common_NET5\bin\Release\net6.0

Compiler
AnyCPU .NETStandard2.1 Any .\mucomDotNETCompiler\bin\Release\netstandard2.1
AnyCPU .NET6 Any .\Compiler_NET5\bin\Release\net6.0

Driver
AnyCPU .NETStandard2.1 Any .\mucomDotNETDriver\bin\Release\netstandard2.1
AnyCPU .NET6 Any .\Driver_NET5\bin\Release\net6.0


*���ӃA�v��
Console
AnyCPU .NETCoreApp3.1 Any .\mucomDotNETConsole\bin\Release\netcoreapp3.1
AnyCPU .NET6 Any .\Console_NET5\bin\Release\net6.0

PCMTool
AnyCPU .NETCoreApp3.1 Any .\PCMTool\bin\Release\netcoreapp3.1
AnyCPU .NET6 Any .\PCMTool_NET5\bin\Release\net6.0

Player
x86 .NET6 Windows .\mucomDotNETPlayer\bin\Release\net6.0-windows
x64 .NET6 Windows .\Player64\bin\Release\net6.0-windows

Vgm
AnyCPU .NETCoreApp3.1 Any .\Vgm\bin\Release\netcoreapp3.1
AnyCPU .NET6 Any .\Vgm_NET5\bin\Release\net6.0

Wav
AnyCPU .NETCoreApp3.1 Any .\Wav\bin\Release\netcoreapp3.1
AnyCPU .NET6 Any .\Wav_NET5\bin\Release\net6.0


18 changes: 18 additions & 0 deletions MML.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,24 @@ mucomDotNET
--�R�}���h--


-�}�N���V�t�g
�R�}���h
**
����
**n
�l�͈̔�
n : �V�t�g�l
�g�p�”\�ȃp�[�g
�S��
���e
mml���Ń}�N�����w�肵���ۂɁA���̃}�N���ԍ��ւ��̃R�}���h�Ŏw�肵���l�����Z���܂��B
���ʁA���ۂɉ��t�����}�N���́A���̎w��l���������ꂽ�ԍ��ɂȂ�܂��B
�Q�l
macroShift.muc
mub�t�@�C���ł̃t�H�[�}�b�g
-


-���F��`
�R�}���h
@M
Expand Down
2 changes: 1 addition & 1 deletion PCMTool.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"%~dp0\PCMTool\PCMTool.exe" "%1"
"%~dp0\NET6\PCMTool.exe" "%1"
pause
2 changes: 1 addition & 1 deletion PCMTool/PCMTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release;Debug64</Configurations>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>PCMTool</AssemblyName>
<RootNamespace>PCMTool</RootNamespace>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
Expand Down Expand Up @@ -54,7 +54,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Compiler_NET5\Compiler_NET5.csproj" />
<ProjectReference Include="..\Compiler_NET5\Compiler_NET6.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
126 changes: 0 additions & 126 deletions Player64/Player64.csproj

This file was deleted.

70 changes: 70 additions & 0 deletions Player64/Player64_NET6.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<OutputType>Exe</OutputType>
<RootNamespace>mucomDotNETPlayer</RootNamespace>
<AssemblyName>mucomDotNETPlayer</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyTitle>Player64</AssemblyTitle>
<Product>Player64</Product>
<Copyright>Copyright © 2021</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<StartupObject>mucomDotNET.Player.Program</StartupObject>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<OutputPath>bin\x64\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="MDSound, Version=1.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\MDSound.dll</HintPath>
</Reference>
<Reference Include="musicDriverInterface">
<HintPath>..\lib\musicDriverInterface.dll</HintPath>
</Reference>
<Reference Include="RealChipCtlWrap">
<HintPath>lib\RealChipCtlWrap.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\mucomDotNETPlayer\Program.cs">
<Link>Program.cs</Link>
</Compile>
<Compile Include="..\mucomDotNETPlayer\RSoundChip.cs">
<Link>RSoundChip.cs</Link>
</Compile>
<Compile Include="..\mucomDotNETPlayer\SChipType.cs">
<Link>SChipType.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="lib\c86ctl.dll" />
<Content Include="lib\fmgenmodule.dll" />
<Content Include="lib\MDSound.dll" />
<Content Include="lib\RealChipCtlWrap.dll" />
<Content Include="lib\RealChipCtlWrap.pdb" />
<Content Include="lib\scci.dll" />
<Content Include="lib\scciconfig.exe" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mucomDotNETCommon\Common.csproj" />
<ProjectReference Include="..\mucomDotNETDriver\Driver.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="NAudio.Asio" Version="2.0.0" />
<PackageReference Include="NAudio.Core" Version="2.0.0" />
<PackageReference Include="NAudio.Midi" Version="2.0.1" />
<PackageReference Include="NAudio.Wasapi" Version="2.0.0" />
<PackageReference Include="NAudio.WinForms" Version="2.0.1" />
<PackageReference Include="NAudio.WinMM" Version="2.0.1" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="System.Security.AccessControl" Version="6.0.0" />
</ItemGroup>
</Project>
Loading

0 comments on commit 51a7120

Please sign in to comment.