Skip to content

Commit

Permalink
Organize projects
Browse files Browse the repository at this point in the history
  • Loading branch information
stop-pattern committed Jul 1, 2024
1 parent 6fd205c commit 0f6bcfd
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 327 deletions.
37 changes: 0 additions & 37 deletions AtsExCsTemplate.sln

This file was deleted.

25 changes: 25 additions & 0 deletions CommEx.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommEx", "Extension\CommEx.csproj", "{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80D2BAF1-62D2-4538-8249-5F1C6D2B3DCE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A01144D-3066-4B8F-9C06-A9212986B216}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion MapPlugin/MapPlugin.csproj → CommEx/CommEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>AtsExCsTemplate.MapPlugin</RootNamespace>
<RootNamespace>CommEx</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
Expand Down
2 changes: 1 addition & 1 deletion Extension/Extension.cs → CommEx/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using AtsEx.PluginHost.Plugins;
using AtsEx.PluginHost.Plugins.Extensions;

namespace AtsExCsTemplate.Extension
namespace CommEx
{
/// <summary>
/// プラグインの本体
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
// アセンブリに関する一般情報は以下を通して制御されます
// 制御されます。アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("Extension")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("CommEx")]
[assembly: AssemblyDescription("AtsEXを通してBveと外部で通信する")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Extension")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCompany("stop-pattern")]
[assembly: AssemblyProduct("CommEx")]
[assembly: AssemblyCopyright("Copyright © 2024 stop-pattern")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -23,4 +23,4 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.11.*")]
[assembly: AssemblyVersion("0.01.*")]
File renamed without changes.
21 changes: 0 additions & 21 deletions Extension/Extension.csproj

This file was deleted.

45 changes: 0 additions & 45 deletions MapPlugin/MapPlugin.cs

This file was deleted.

25 changes: 0 additions & 25 deletions MapPlugin/Properties/AssemblyInfo.cs

This file was deleted.

50 changes: 0 additions & 50 deletions MapPlugin/packages.lock.json

This file was deleted.

25 changes: 0 additions & 25 deletions VehiclePlugin/Properties/AssemblyInfo.cs

This file was deleted.

45 changes: 0 additions & 45 deletions VehiclePlugin/VehiclePlugin.cs

This file was deleted.

21 changes: 0 additions & 21 deletions VehiclePlugin/VehiclePlugin.csproj

This file was deleted.

50 changes: 0 additions & 50 deletions VehiclePlugin/packages.lock.json

This file was deleted.

0 comments on commit 0f6bcfd

Please sign in to comment.