sync 전용 화면 만들기 전 백업.

This commit is contained in:
backuppc
2025-12-10 10:35:19 +09:00
parent 2236e3b1ba
commit 3695ab0044
9 changed files with 132 additions and 104 deletions

View File

@@ -99,7 +99,7 @@
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="arCommUtil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="arCommUtil, Version=25.11.25.2000, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\arCommUtil.dll</HintPath>
</Reference>
@@ -195,6 +195,12 @@
<Compile Include="Dialog\fCounter.Designer.cs">
<DependentUpon>fCounter.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\fQuestionBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog\fQuestionBox.Designer.cs">
<DependentUpon>fQuestionBox.cs</DependentUpon>
</Compile>
<Compile Include="Dialog\fStateMachineDebug.cs">
<SubType>Form</SubType>
</Compile>