-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUTF8Conv.sln
30 lines (30 loc) · 1.27 KB
/
UTF8Conv.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34407.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UTF8Conv", "UTF8Conv.vcxproj", "{8F0567ED-6356-1012-1E29-8AACD50C05BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18F43A80-8F12-49F7-BA68-18A783222079}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F0567ED-6356-1012-1E29-8AACD50C05BF}.Debug|Win32.ActiveCfg = Debug|Win32
{8F0567ED-6356-1012-1E29-8AACD50C05BF}.Debug|Win32.Build.0 = Debug|Win32
{8F0567ED-6356-1012-1E29-8AACD50C05BF}.Release|Win32.ActiveCfg = Release|Win32
{8F0567ED-6356-1012-1E29-8AACD50C05BF}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA4DB232-886A-47F0-A9ED-92CC8159D1A2}
EndGlobalSection
EndGlobal