가로등 통합 anycpu 로 변경

This commit is contained in:
Arin(asus)
2023-10-01 23:07:39 +09:00
parent 63daebe9a8
commit d22405b479
3 changed files with 7 additions and 6 deletions

View File

@@ -79,8 +79,9 @@ Public Class Form1
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim bit64 As String = "x86"
If (Environment.Is64BitProcess) Then bit64 = "x64"
Me.Text = $"번호찰 관리프로그램 인증키 생성 (tindevil@nate.com) - {bit64}"
End Sub
'Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs)

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' 지정되도록 할 수 있습니다.
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("19.11.25.2200")>
<Assembly: AssemblyFileVersion("19.11.25.200")>
<Assembly: AssemblyVersion("23.10.01.2300")>
<Assembly: AssemblyFileVersion("23.10.01.2300")>

View File

@@ -45,7 +45,7 @@
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>인증날짜변경.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>