Skip to content

Commit f05bc6c

Browse files
committed
予約プラグインのDynamicOptionsBaseをCommonのものに差し替えた
1 parent b33bff3 commit f05bc6c

File tree

3 files changed

+5
-282
lines changed

3 files changed

+5
-282
lines changed

YoyakuPlugin/DynamicOptionsBase.cs

Lines changed: 0 additions & 281 deletions
This file was deleted.

YoyakuPlugin/Options.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
using System.Windows.Media;
99
using GalaSoft.MvvmLight;
1010
using System.Runtime.Serialization;
11+
using Common;
1112

1213
namespace OpenrecYoyakuPlugin
1314
{

YoyakuPlugin/YoyakuPlugin.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
</ItemGroup>
4848
<ItemGroup>
4949
<Compile Include="Converter.cs" />
50-
<Compile Include="DynamicOptionsBase.cs" />
5150
<Compile Include="IOptions.cs" />
5251
<Compile Include="main.cs" />
5352
<Compile Include="Options.cs" />
@@ -64,6 +63,10 @@
6463
</Page>
6564
</ItemGroup>
6665
<ItemGroup>
66+
<ProjectReference Include="..\Common\Common.csproj">
67+
<Project>{66D18DE1-4D66-41A5-B0E2-47DF9975495A}</Project>
68+
<Name>Common</Name>
69+
</ProjectReference>
6770
<ProjectReference Include="..\IPlugin\Plugin.csproj">
6871
<Project>{735CFEEE-5B77-4D36-977B-4CD94A6F3CDB}</Project>
6972
<Name>Plugin</Name>

0 commit comments

Comments
 (0)