가로등 통합 anycpu 로 변경
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -18,7 +18,7 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
|
||||
<Assembly: Guid("3822f3cf-0a58-484a-b09c-119fb27ca175")>
|
||||
<Assembly: Guid("3822f3cf-0a58-484a-b09c-119fb27ca175")>
|
||||
|
||||
' 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
|
||||
'
|
||||
@@ -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")>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user