-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathLanguageBarrier.sln
More file actions
31 lines (31 loc) · 1.63 KB
/
LanguageBarrier.sln
File metadata and controls
31 lines (31 loc) · 1.63 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LanguageBarrier", "LanguageBarrier\LanguageBarrier.vcxproj", "{EB407818-EE6D-4CE0-8F39-E81B95D63034}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
cryptbase-Debug|x86 = cryptbase-Debug|x86
cryptbase-Release|x86 = cryptbase-Release|x86
dinput8-Debug|x86 = dinput8-Debug|x86
dinput8-Release|x86 = dinput8-Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.cryptbase-Debug|x86.ActiveCfg = cryptbase-Debug|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.cryptbase-Debug|x86.Build.0 = cryptbase-Debug|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.cryptbase-Release|x86.ActiveCfg = cryptbase-Release|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.cryptbase-Release|x86.Build.0 = cryptbase-Release|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.dinput8-Debug|x86.ActiveCfg = dinput8-Debug|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.dinput8-Debug|x86.Build.0 = dinput8-Debug|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.dinput8-Release|x86.ActiveCfg = dinput8-Release|Win32
{EB407818-EE6D-4CE0-8F39-E81B95D63034}.dinput8-Release|x86.Build.0 = dinput8-Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1A512A4-C3F1-4B48-A664-0F923F328257}
EndGlobalSection
EndGlobal