Skip to content

Commit

Permalink
VS2019
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancorvussolis committed Jan 1, 2021
1 parent 1f13772 commit ac4b982
Show file tree
Hide file tree
Showing 24 changed files with 92,594 additions and 105 deletions.
4 changes: 2 additions & 2 deletions README.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

-------------------------------------------------------------------------------

cveuc 2.2.0
cveuc 2.4.0

-------------------------------------------------------------------------------

Expand Down Expand Up @@ -84,7 +84,7 @@ cveuc

The MIT License

Copyright (C) 2012-2016 SASAKI Nobuyuki
Copyright (C) 2012-2021 SASAKI Nobuyuki

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
11 changes: 9 additions & 2 deletions cveuc.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cveuc", "cveuc\cveuc.vcxproj", "{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}.Debug|Win32.ActiveCfg = Debug|Win32
{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}.Debug|Win32.Build.0 = Debug|Win32
{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}.Debug|x64.ActiveCfg = Debug|Win32
{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}.Release|Win32.ActiveCfg = Release|Win32
{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}.Release|Win32.Build.0 = Release|Win32
{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B443897-D7F3-4E21-83B2-1AB5A9855B20}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion cveuc/cveuc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "eucjis2004.h"
#include "utf8.h"

#define VERSION L"2.2.0"
#define VERSION L"2.4.0"

#define BUFSIZE 0x800

Expand Down
5 changes: 3 additions & 2 deletions cveuc/cveuc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@
<ProjectGuid>{7FA967ED-EB8B-4880-A43E-BEFFF8076BD1}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>cveuc</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
Loading

0 comments on commit ac4b982

Please sign in to comment.