Skip to content

Commit

Permalink
Merge pull request #28 from limyz/v362_branch_latest
Browse files Browse the repository at this point in the history
Merge updates to v362 back to master
  • Loading branch information
fisyher authored Jul 28, 2020
2 parents 4a30c09 + 5b91560 commit c7633e5
Show file tree
Hide file tree
Showing 125 changed files with 4,138 additions and 3,142 deletions.
14 changes: 6 additions & 8 deletions DTXCreatorプロジェクト/DTXCreatorソリューション.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTXCreatorプロジェクト", "DTXCreatorプロジェクト.csproj", "{BAC81BCC-5689-4600-91A0-7427667500D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FDK19", "..\FDK17プロジェクト\FDK19.csproj", "{BCD40908-F3E2-4707-BFAA-1DD99DF6357D}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Expand All @@ -25,8 +27,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal
12 changes: 4 additions & 8 deletions DTXCreatorプロジェクト/DTXCreatorプロジェクト.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -10,16 +10,12 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DTXCreator</RootNamespace>
<AssemblyName>DTXCreator</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
<ApplicationIcon>コード\99.リソース\DTXC.ico</ApplicationIcon>
<ApplicationManifest>DTXCreator.exe.x86.manifest</ApplicationManifest>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
184 changes: 50 additions & 134 deletions DTXCreatorプロジェクト/Properties/Resources.Designer.cs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions DTXCreatorプロジェクト/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions DTXCreatorプロジェクト/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -2233,27 +2233,6 @@ private void Cメインフォーム_DragEnter( object sender, DragEventArgs e )
e.Effect = DragDropEffects.None;
}
}
//KSM: Hotkeys without GUI can be processed here
//07/05/2016: Added space shortcut key for F8: Switch mode
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
{
if (keyData == Keys.Space)
{
//KSM: Copied from toolStripMenuItemモード切替_Click handler
if (this.b選択モードである)
{
this.t編集モードにする();
}
else
{
this.t選択モードにする();
}
//
return true;
}
return base.ProcessCmdKey(ref msg, keyData);
}
//
private void Cメインフォーム_FormClosing( object sender, FormClosingEventArgs e )
{
if( this.t未保存なら保存する() == DialogResult.Cancel )
Expand Down
4 changes: 2 additions & 2 deletions DTXManiaプロジェクト/DTXManiaソリューション.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTXManiaプロジェクト", "DTXManiaプロジェクト.csproj", "{81BEC512-8074-4BD1-8A3C-AC73BC7BF846}"
EndProject
Expand Down
24 changes: 7 additions & 17 deletions DTXManiaプロジェクト/DTXManiaプロジェクト.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
</AssemblyOriginatorKeyFile>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
<ApplicationManifest>DTXManiaGR.exe.x86.manifest</ApplicationManifest>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -39,6 +33,12 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -51,7 +51,7 @@
<NoWarn>0219</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<Optimize>false</Optimize>
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -219,11 +219,6 @@
<Content Include="dtx.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
Expand All @@ -239,11 +234,6 @@
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FDK17プロジェクト\FDK19.csproj">
Expand Down
4 changes: 2 additions & 2 deletions DTXManiaプロジェクト/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DTXManiaGR")]
[assembly: AssemblyCopyright( "原作:Copyright (C) 2000-2015 DTXMania Group" )]
[assembly: AssemblyCopyright( "原作:Copyright (C) 2000-2019 DTXMania Group" )]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,7 +33,7 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion( "3.4.0.0" )]
[assembly: AssemblyVersion( "3.6.2.0" )]
[assembly: AssemblyFileVersion( "0.0.0.0" )]
[assembly: NeutralResourcesLanguageAttribute("ja-JP")]

Expand Down
26 changes: 13 additions & 13 deletions DTXManiaプロジェクト/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions DTXManiaプロジェクト/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DTXManiaプロジェクト/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
Loading

0 comments on commit c7633e5

Please sign in to comment.