-
Notifications
You must be signed in to change notification settings - Fork 32
/
SourceAutoRecord.sln
75 lines (75 loc) · 3.38 KB
/
SourceAutoRecord.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SourceAutoRecord", "src\SourceAutoRecord.vcxproj", "{3F6459A9-566E-4CAC-A412-C03FF51D67E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4990948C-3306-40BA-9EAD-594A5520043F}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.gitattributes = .gitattributes
.gitignore = .gitignore
.mailmap = .mailmap
genversion.bat = genversion.bat
LICENSE = LICENSE
Makefile = Makefile
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{2234E52A-D21C-4984-B830-0D1EBC6842C5}"
ProjectSection(SolutionItems) = preProject
docs\contributing.md = docs\contributing.md
docs\cvars.md = docs\cvars.md
docs\features.md = docs\features.md
docs\p2tas.md = docs\p2tas.md
docs\tas_proto.txt = docs\tas_proto.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "web", "web", "{C8813A51-4582-4546-8FD3-7E39FBB21FC6}"
ProjectSection(SolutionItems) = preProject
docs\web\D-DIN.otf = docs\web\D-DIN.otf
docs\web\index.html = docs\web\index.html
docs\web\style.css = docs\web\style.css
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{B82DAA33-1051-496B-A05A-58BB70E8BC02}"
ProjectSection(SolutionItems) = preProject
docs\web\img\sar_logo.webp = docs\web\img\sar_logo.webp
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|Any CPU.ActiveCfg = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|Any CPU.Build.0 = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x64.ActiveCfg = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x64.Build.0 = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x86.ActiveCfg = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x86.Build.0 = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|Any CPU.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|Any CPU.Build.0 = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x64.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x64.Build.0 = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x86.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2234E52A-D21C-4984-B830-0D1EBC6842C5} = {4990948C-3306-40BA-9EAD-594A5520043F}
{C8813A51-4582-4546-8FD3-7E39FBB21FC6} = {2234E52A-D21C-4984-B830-0D1EBC6842C5}
{B82DAA33-1051-496B-A05A-58BB70E8BC02} = {C8813A51-4582-4546-8FD3-7E39FBB21FC6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE1A6506-7258-47FF-839A-FF441AAA310C}
EndGlobalSection
EndGlobal