-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringTableCSVCreator.sln
51 lines (51 loc) · 3 KB
/
StringTableCSVCreator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StringTableCSVCreator", "StringTableCSVCreator\StringTableCSVCreator.vcxproj", "{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JSON", "JSON\JSON.vcxproj", "{F6B57139-D9F3-4B02-AA92-4E1F417649DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
DebugDLL|x64 = DebugDLL|x64
ProductionRelease|x64 = ProductionRelease|x64
ProductionReleaseDLL|x64 = ProductionReleaseDLL|x64
Release|x64 = Release|x64
ReleaseDLL|x64 = ReleaseDLL|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.Debug|x64.ActiveCfg = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.Debug|x64.Build.0 = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.DebugDLL|x64.ActiveCfg = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.DebugDLL|x64.Build.0 = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.ProductionRelease|x64.ActiveCfg = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.ProductionRelease|x64.Build.0 = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.ProductionReleaseDLL|x64.ActiveCfg = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.ProductionReleaseDLL|x64.Build.0 = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.Release|x64.ActiveCfg = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.Release|x64.Build.0 = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.ReleaseDLL|x64.ActiveCfg = Release|x64
{5EDBA5F4-D2F4-4EFC-B94E-39431ADCC372}.ReleaseDLL|x64.Build.0 = Release|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.Debug|x64.ActiveCfg = Debug|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.Debug|x64.Build.0 = Debug|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.DebugDLL|x64.Build.0 = DebugDLL|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.ProductionRelease|x64.ActiveCfg = ProductionRelease|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.ProductionRelease|x64.Build.0 = ProductionRelease|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.ProductionReleaseDLL|x64.ActiveCfg = ProductionReleaseDLL|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.ProductionReleaseDLL|x64.Build.0 = ProductionReleaseDLL|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.Release|x64.ActiveCfg = Release|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.Release|x64.Build.0 = Release|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|x64
{F6B57139-D9F3-4B02-AA92-4E1F417649DA}.ReleaseDLL|x64.Build.0 = ReleaseDLL|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {677AF4E2-4604-455C-BBEF-B07435B8855F}
EndGlobalSection
EndGlobal