This commit is contained in:
atvstdla
2025-09-24 10:27:22 +09:00
parent 4553fe7f3b
commit 8111db4910
5 changed files with 14 additions and 23 deletions

View File

@@ -49,12 +49,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common.cs" />
<Compile Include="CounterSetting.cs" />
<Compile Include="Model\Common.cs" />
<Compile Include="Model\CounterSetting.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SETTING.cs" />
<Compile Include="System_Setting.cs" />
<Compile Include="UserSetting.cs" />
<Compile Include="Model\System_Setting.cs" />
<Compile Include="Model\UserSetting.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>