가로등 통합 anycpu 로 변경
This commit is contained in:
@@ -79,8 +79,9 @@ Public Class Form1
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
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
|
End Sub
|
||||||
|
|
||||||
'Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs)
|
'Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs)
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' 지정되도록 할 수 있습니다.
|
' 지정되도록 할 수 있습니다.
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("19.11.25.2200")>
|
<Assembly: AssemblyVersion("23.10.01.2300")>
|
||||||
<Assembly: AssemblyFileVersion("19.11.25.200")>
|
<Assembly: AssemblyFileVersion("23.10.01.2300")>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DocumentationFile>인증날짜변경.xml</DocumentationFile>
|
<DocumentationFile>인증날짜변경.xml</DocumentationFile>
|
||||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
|
|||||||
Reference in New Issue
Block a user