-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathutf8.sln
70 lines (70 loc) · 3.99 KB
/
utf8.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "utf8", "src\utf8.vcxproj", "{FC9A9364-74E4-4B89-8012-025F6BEED492}"
ProjectSection(ProjectDependencies) = postProject
{3971961A-74E7-494B-9617-72FCB8955281} = {3971961A-74E7-494B-9617-72FCB8955281}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tests", "tests\tests.vcxproj", "{613F4EAF-15FD-4542-9DF3-3E346F971A61}"
ProjectSection(ProjectDependencies) = postProject
{FC9A9364-74E4-4B89-8012-025F6BEED492} = {FC9A9364-74E4-4B89-8012-025F6BEED492}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample", "examples\sample.vcxproj", "{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}"
ProjectSection(ProjectDependencies) = postProject
{FC9A9364-74E4-4B89-8012-025F6BEED492} = {FC9A9364-74E4-4B89-8012-025F6BEED492}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gen_casetab", "tools\gen_casetab\gen_casetab.vcxproj", "{3971961A-74E7-494B-9617-72FCB8955281}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Debug|x64.ActiveCfg = Debug|x64
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Debug|x64.Build.0 = Debug|x64
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Debug|x86.ActiveCfg = Debug|Win32
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Debug|x86.Build.0 = Debug|Win32
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Release|x64.ActiveCfg = Release|x64
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Release|x64.Build.0 = Release|x64
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Release|x86.ActiveCfg = Release|Win32
{FC9A9364-74E4-4B89-8012-025F6BEED492}.Release|x86.Build.0 = Release|Win32
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Debug|x64.ActiveCfg = Debug|x64
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Debug|x64.Build.0 = Debug|x64
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Debug|x86.ActiveCfg = Debug|Win32
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Debug|x86.Build.0 = Debug|Win32
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Release|x64.ActiveCfg = Release|x64
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Release|x64.Build.0 = Release|x64
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Release|x86.ActiveCfg = Release|Win32
{613F4EAF-15FD-4542-9DF3-3E346F971A61}.Release|x86.Build.0 = Release|Win32
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Debug|x64.ActiveCfg = Debug|x64
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Debug|x64.Build.0 = Debug|x64
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Debug|x86.ActiveCfg = Debug|Win32
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Debug|x86.Build.0 = Debug|Win32
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Release|x64.ActiveCfg = Release|x64
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Release|x64.Build.0 = Release|x64
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Release|x86.ActiveCfg = Release|Win32
{57343C2F-F5B4-4F9E-A50E-2B9B38FF142A}.Release|x86.Build.0 = Release|Win32
{3971961A-74E7-494B-9617-72FCB8955281}.Debug|x64.ActiveCfg = Debug|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Debug|x64.Build.0 = Debug|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Debug|x86.ActiveCfg = Debug|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Debug|x86.Build.0 = Debug|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Release|x64.ActiveCfg = Release|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Release|x64.Build.0 = Release|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Release|x86.ActiveCfg = Release|x64
{3971961A-74E7-494B-9617-72FCB8955281}.Release|x86.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4ED18005-2A7C-402A-8A56-89BED5D40E4E}
EndGlobalSection
EndGlobal