forked from tp7/RgTools
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathRgTools.sln
55 lines (55 loc) · 3.09 KB
/
RgTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RgTools", "RgTools\RgTools.vcxproj", "{07F7D803-BD01-4620-AF0B-18803F302E86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release LLVM|x64 = Release LLVM|x64
Release LLVM|x86 = Release LLVM|x86
Release XP|x64 = Release XP|x64
Release XP|x86 = Release XP|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
ReleaseWithDebug|x64 = ReleaseWithDebug|x64
ReleaseWithDebug|x86 = ReleaseWithDebug|x86
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07F7D803-BD01-4620-AF0B-18803F302E86}.Debug|x64.ActiveCfg = Debug|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Debug|x64.Build.0 = Debug|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Debug|x86.ActiveCfg = Debug|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Debug|x86.Build.0 = Debug|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release LLVM|x64.ActiveCfg = Release LLVM|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release LLVM|x64.Build.0 = Release LLVM|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release LLVM|x86.ActiveCfg = Release LLVM|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release LLVM|x86.Build.0 = Release LLVM|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release XP|x64.ActiveCfg = Release XP|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release XP|x64.Build.0 = Release XP|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release XP|x86.ActiveCfg = Release XP|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release XP|x86.Build.0 = Release XP|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release|x64.ActiveCfg = Release|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release|x64.Build.0 = Release|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release|x86.ActiveCfg = Release|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.Release|x86.Build.0 = Release|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.ReleaseWithDebug|x64.ActiveCfg = ReleaseWithDebug|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.ReleaseWithDebug|x64.Build.0 = ReleaseWithDebug|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.ReleaseWithDebug|x86.ActiveCfg = ReleaseWithDebug|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.ReleaseWithDebug|x86.Build.0 = ReleaseWithDebug|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.RelWithDebInfo|x64.ActiveCfg = ReleaseWithDebug|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.RelWithDebInfo|x64.Build.0 = ReleaseWithDebug|x64
{07F7D803-BD01-4620-AF0B-18803F302E86}.RelWithDebInfo|x86.ActiveCfg = ReleaseWithDebug|Win32
{07F7D803-BD01-4620-AF0B-18803F302E86}.RelWithDebInfo|x86.Build.0 = ReleaseWithDebug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01B2AE93-93DE-4CE1-A609-D94388170CB4}
EndGlobalSection
EndGlobal