-
Notifications
You must be signed in to change notification settings - Fork 1
/
SM-Converter.sln
50 lines (50 loc) · 2.76 KB
/
SM-Converter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SM-Converter", "SM-Converter.vcxproj", "{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}"
ProjectSection(ProjectDependencies) = postProject
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB} = {9A2E644A-9450-4C0A-B0A9-CD37169D09AB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simdjson", "simdjson.vcxproj", "{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SMConverterQt", "SMConverterQt.vcxproj", "{2202D869-5ABB-4A5F-B995-D57C632A4F41}"
ProjectSection(ProjectDependencies) = postProject
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB} = {9A2E644A-9450-4C0A-B0A9-CD37169D09AB}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
ReleaseDebugInfo|x64 = ReleaseDebugInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}.Debug|x64.ActiveCfg = Debug|x64
{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}.Debug|x64.Build.0 = Debug|x64
{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}.Release|x64.ActiveCfg = Release|x64
{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}.Release|x64.Build.0 = Release|x64
{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}.ReleaseDebugInfo|x64.ActiveCfg = ReleaseDebugInfo|x64
{A40D7F2D-50F3-4FCA-843D-F0D54D7577B3}.ReleaseDebugInfo|x64.Build.0 = ReleaseDebugInfo|x64
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}.Debug|x64.ActiveCfg = Debug|x64
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}.Debug|x64.Build.0 = Debug|x64
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}.Release|x64.ActiveCfg = Release|x64
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}.Release|x64.Build.0 = Release|x64
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}.ReleaseDebugInfo|x64.ActiveCfg = ReleaseDebugInfo|x64
{9A2E644A-9450-4C0A-B0A9-CD37169D09AB}.ReleaseDebugInfo|x64.Build.0 = ReleaseDebugInfo|x64
{2202D869-5ABB-4A5F-B995-D57C632A4F41}.Debug|x64.ActiveCfg = Debug|x64
{2202D869-5ABB-4A5F-B995-D57C632A4F41}.Debug|x64.Build.0 = Debug|x64
{2202D869-5ABB-4A5F-B995-D57C632A4F41}.Release|x64.ActiveCfg = Release|x64
{2202D869-5ABB-4A5F-B995-D57C632A4F41}.Release|x64.Build.0 = Release|x64
{2202D869-5ABB-4A5F-B995-D57C632A4F41}.ReleaseDebugInfo|x64.ActiveCfg = Release|x64
{2202D869-5ABB-4A5F-B995-D57C632A4F41}.ReleaseDebugInfo|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1A031F0-6D0C-4751-BB04-225DCF4C3E9F}
EndGlobalSection
EndGlobal