Skip to content

Commit

Permalink
move: 駅リスト編集サンプルの配置ディレクトリが誤っていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic9045 committed Apr 14, 2022
1 parent 3cf31f1 commit 89ca436
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AtsEx.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VehiclePlugins", "VehiclePl
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MapPlugins", "MapPlugins", "{FCA108F3-EC46-4DD5-962E-3ECCBC2100AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtsEx.MapPlugin.StationController", "AtsEx.MapPlugin.StationController\AtsEx.MapPlugin.StationController.csproj", "{9BF5F305-141D-4B74-B5FE-27DC09FF68A5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AtsEx.MapPlugin.StationController", "Plugins\MapPlugins\AtsEx.MapPlugin.StationController\AtsEx.MapPlugin.StationController.csproj", "{9BF5F305-141D-4B74-B5FE-27DC09FF68A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Compile Include="TimeTextParser.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AtsEx.PluginHost\AtsEx.PluginHost.csproj">
<ProjectReference Include="..\..\..\AtsEx.PluginHost\AtsEx.PluginHost.csproj">
<Project>{ac6ebf16-d22b-4da8-a0be-5afb729ea2e4}</Project>
<Name>AtsEx.PluginHost</Name>
<Private>False</Private>
Expand Down

0 comments on commit 89ca436

Please sign in to comment.