forked from LatiteClient/Latite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLatiteRewrite.sln
49 lines (49 loc) · 2.39 KB
/
LatiteRewrite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LatiteRewrite", "LatiteRewrite.vcxproj", "{5B4BAE65-3D2D-4E71-854E-53438E690DAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Beta|x64 = Beta|x64
Beta|x86 = Beta|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Nightly|x64 = Nightly|x64
Nightly|x86 = Nightly|x86
NoPCH|x64 = NoPCH|x64
NoPCH|x86 = NoPCH|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Beta|x64.ActiveCfg = Beta|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Beta|x64.Build.0 = Beta|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Beta|x86.ActiveCfg = Beta|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Beta|x86.Build.0 = Beta|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Debug|x64.ActiveCfg = Debug|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Debug|x64.Build.0 = Debug|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Debug|x86.ActiveCfg = Debug|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Debug|x86.Build.0 = Debug|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Nightly|x64.ActiveCfg = Nightly|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Nightly|x64.Build.0 = Nightly|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Nightly|x86.ActiveCfg = Nightly|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Nightly|x86.Build.0 = Nightly|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.NoPCH|x64.ActiveCfg = NoPCH|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.NoPCH|x64.Build.0 = NoPCH|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.NoPCH|x86.ActiveCfg = NoPCH|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.NoPCH|x86.Build.0 = NoPCH|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Release|x64.ActiveCfg = Release|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Release|x64.Build.0 = Release|x64
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Release|x86.ActiveCfg = Release|Win32
{5B4BAE65-3D2D-4E71-854E-53438E690DAD}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3E411B0-920A-48BB-98C5-576B94138BB0}
EndGlobalSection
EndGlobal