파일정리

This commit is contained in:
ChiKyun Kim
2025-12-19 17:17:51 +09:00
parent 116af44965
commit ccac7790d3
193 changed files with 35 additions and 41661 deletions

View File

@@ -36,6 +36,10 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="arControl.Net4, Version=23.9.11.1030, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\DLL\arControl.Net4.dll</HintPath>
</Reference>
<Reference Include="ArLog.Net4">
<HintPath>..\..\DLL\ArLog.Net4.dll</HintPath>
</Reference>
@@ -110,12 +114,6 @@
<Compile Include="fFileExplorer.Designer.cs">
<DependentUpon>fFileExplorer.cs</DependentUpon>
</Compile>
<Compile Include="fFTPExplorer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="fFTPExplorer.Designer.cs">
<DependentUpon>fFTPExplorer.cs</DependentUpon>
</Compile>
<Compile Include="fInputTextBox.cs">
<SubType>Form</SubType>
</Compile>
@@ -198,9 +196,6 @@
<EmbeddedResource Include="fFileExplorer.resx">
<DependentUpon>fFileExplorer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fFTPExplorer.resx">
<DependentUpon>fFTPExplorer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="fInputTextBox.resx">
<DependentUpon>fInputTextBox.cs</DependentUpon>
</EmbeddedResource>
@@ -252,16 +247,6 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Sub\arCtl\arControl.csproj">
<Project>{f31c242c-1b15-4518-9733-48558499fe4b}</Project>
<Name>arControl</Name>
</ProjectReference>
<ProjectReference Include="..\..\Sub\arftp\FTPClass.csproj">
<Project>{150859d3-1c5d-4e20-b324-f9ebe188d893}</Project>
<Name>FTPClass</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.