Skip to content

Commit

Permalink
19.01e0
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jan 18, 2019
1 parent e752ba0 commit eb1d4b1
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 21 deletions.
2 changes: 1 addition & 1 deletion indexextract/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions indexextract/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ Public Class Form1
lang = "en"
My.Computer.FileSystem.WriteAllText("c:\indexextract\lang.set", "lang=EN_US", False)
'상태 표시 설정
Label9.Text = "Didn't found"
Label9.Text = "Not found"
Label9.Font = New Font("Segot UI Symbol", 12.5, FontStyle.Regular)
Label6.Text = "Didn't overwrite"
Label6.Text = "Already exist"
Label6.Font = New Font("Segoe UI Symobl", 10.3, FontStyle.Regular)
Label11.Text = "Extracted"
Label11.Text = "Success"

Label3.Visible = False
Label4.Text = "Wait"
Expand Down
6 changes: 3 additions & 3 deletions indexextract/Form2.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Public Class Form2
Dim cfm As Boolean = False
Public sp As String = "legacy.json 1.7.10.json 1.8.json 1.9.json 1.9-aprilfools.json 1.10.json 1.11.json 1.12.json 1.13.json"
Public sp As String = "legacy.json 1.7.10.json 1.8.json 1.9.json 1.9-aprilfools.json 1.10.json 1.11.json 1.12.json 1.13.json 1.13.1.json 1.14.json"
Public sz As String = ""
Public Function Fds()
For Each foundFile As String In My.Computer.FileSystem.GetFiles(
Expand Down Expand Up @@ -87,11 +87,11 @@ Public Class Form2
End Sub

Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
If Label3.Text = "No file." Or Label3.Text = "파일 선택 안함." Then
If Label3.Text = "No file selected" Or Label3.Text = "파일 선택 안함." Then
If lang = "ko" Then
MsgBox("파일을 선택하지 않았습니다.")
ElseIf lang = "en" Then
MsgBox("No file.")
MsgBox("You didn't select any file.")
End If
Exit Sub
End If
Expand Down
6 changes: 3 additions & 3 deletions indexextract/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Imports System.Runtime.InteropServices

<Assembly: AssemblyTitle("indexextract")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyCompany("dhkim0800")>
<Assembly: AssemblyProduct("indexextract")>
<Assembly: AssemblyCopyright("Copyright © 2017")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCopyright("Copyright © dhkim0800 2017 all rights reserved")>
<Assembly: AssemblyTrademark("dhkim0800")>

<Assembly: ComVisible(False)>

Expand Down
70 changes: 70 additions & 0 deletions indexextract/My Project/app.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC 매니페스트 옵션
Windows 사용자 계정 컨트롤 수준을 변경하려면
requestedExecutionLevel 노드를 다음 중 하나로 바꿉니다.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
requestedExecutionLevel 요소를 지정하면 파일 및 레지스트리 가상화를 사용하지 않습니다.
이전 버전과의 호환성을 위해 응용 프로그램에 가상화가 필요한 경우
이 요소를 제거합니다.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
<applicationRequestMinimum>
<defaultAssemblyRequest permissionSetReference="Custom" />
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
</applicationRequestMinimum>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- 이 응용 프로그램이 테스트되고 함께 작동하도록 설계된 Windows 버전
목록입니다. 해당 요소의 주석 처리를 제거하면 Windows에서
호환 가능성이 가장 큰 환경을 자동으로 선택합니다. -->
<!-- Windows Vista -->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
<!-- Windows 7 -->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
<!-- Windows 8 -->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
<!-- Windows 8.1 -->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
<!-- Windows 10 -->
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
</application>
</compatibility>
<!-- 응용 프로그램에서 DPI를 인식하며 높은 DPI에서는 Windows가 자동으로 크기를 조정하지
않습니다. WPF(Windows Presentation Foundation) 응용 프로그램은 자동으로 DPI를 인식하며
옵트인할 필요가 없습니다. 이 설정으로 옵트인하며 .NET Framework 4.6을 대상으로 하는
Windows Forms 응용 프로그램은 app.config에서 'EnableWindowsFormsHighDpiAutoResizing' 설정도 'true'로 지정합니다. -->
<!--
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
-->
<!-- Windows 공용 컨트롤 및 대화 상자의 테마 사용(Windows XP 이상) -->
<!--
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
-->
</assembly>
18 changes: 11 additions & 7 deletions indexextract/indexextract.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -26,7 +27,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -54,7 +54,7 @@
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
<OptionCompare>Text</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
Expand All @@ -63,26 +63,28 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>15D6DFE977528A03C3029FA9878BDA2185D996F7</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>C547AFA0BAA5479AA17F7C8688986E28EE2571D7</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>indexextract_2_TemporaryKey.pfx</ManifestKeyFile>
<ManifestKeyFile>
</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>indexextract_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>indexextract_4_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
Expand Down Expand Up @@ -165,6 +167,8 @@
<ItemGroup>
<None Include="indexextract_1_TemporaryKey.pfx" />
<None Include="indexextract_2_TemporaryKey.pfx" />
<None Include="indexextract_3_TemporaryKey.pfx" />
<None Include="indexextract_4_TemporaryKey.pfx" />
<None Include="indexextract_TemporaryKey.pfx" />
<None Include="My Project\app.manifest" />
<None Include="My Project\Application.myapp">
Expand Down
8 changes: 4 additions & 4 deletions uc.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<update>
<project>indexextract</project>
<rel>Index Extractor 18.06e0</rel>
<dev>Index Extractor 18.06b0</dev>
<rl>https://github.com/dhkim0800/indexextract/releases/18.06e0</rl>
<dl>https://github.com/dhkim0800/indexextract/releases/18.06b0</dl>
<rel>Index Extractor 19.01e0</rel>
<dev>Index Extractor 19.01b0</dev>
<rl>https://github.com/dhkim0800/indexextract/releases/19.01e0</rl>
<dl>https://github.com/dhkim0800/indexextract/releases/19.01b0</dl>
</update>

0 comments on commit eb1d4b1

Please sign in to comment.