- 모든 프로젝트를 .NET Framework 4.0 → 4.8로 업그레이드 - WebView2 NuGet 패키지 추가 (v1.0.3537.50) - 사용자 매뉴얼 폼 추가 (Frm_WebManual) * WebView2 컨트롤 통합 * localhost:58123 자동 로드 * MDI 메인 메뉴에 Manual 항목 추가 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			96 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			96 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProductVersion>9.0.30729</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{F0FB4304-F995-446A-99B7-0896A5E07A72}</ProjectGuid>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <RootNamespace>ArinNet</RootNamespace>
 | |
|     <AssemblyName>ArinNet</AssemblyName>
 | |
|     <MyType>Windows</MyType>
 | |
|     <FileUpgradeFlags>
 | |
|     </FileUpgradeFlags>
 | |
|     <UpgradeBackupLocation>
 | |
|     </UpgradeBackupLocation>
 | |
|     <OldToolsVersion>3.5</OldToolsVersion>
 | |
|     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | |
|     <TargetFrameworkProfile />
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <DefineDebug>true</DefineDebug>
 | |
|     <DefineTrace>true</DefineTrace>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DocumentationFile>
 | |
|     </DocumentationFile>
 | |
|     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <DefineDebug>false</DefineDebug>
 | |
|     <DefineTrace>true</DefineTrace>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DocumentationFile>
 | |
|     </DocumentationFile>
 | |
|     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="System" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Import Include="Microsoft.VisualBasic" />
 | |
|     <Import Include="System" />
 | |
|     <Import Include="System.Collections" />
 | |
|     <Import Include="System.Collections.Generic" />
 | |
|     <Import Include="System.Diagnostics" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="ArinNEt.vb" />
 | |
|     <Compile Include="My Project\AssemblyInfo.vb" />
 | |
|     <Compile Include="My Project\Application.Designer.vb">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Application.myapp</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="My Project\Resources.Designer.vb">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="My Project\Settings.Designer.vb">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="My Project\Resources.resx">
 | |
|       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
 | |
|       <CustomToolNamespace>My.Resources</CustomToolNamespace>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="My Project\Application.myapp">
 | |
|       <Generator>MyApplicationCodeGenerator</Generator>
 | |
|       <LastGenOutput>Application.Designer.vb</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="My Project\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <CustomToolNamespace>My</CustomToolNamespace>
 | |
|       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.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.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
| </Project> |