forked from NeKzor/SourceAutoRecord
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SourceAutoRecord.sln
72 lines (72 loc) · 3.13 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
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
.travis.yml = .travis.yml
_config.yml = _config.yml
copy.bat = copy.bat
cvars.js = cvars.js
makefile = makefile
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{2234E52A-D21C-4984-B830-0D1EBC6842C5}"
ProjectSection(SolutionItems) = preProject
doc\contributing.md = doc\contributing.md
doc\cvars.md = doc\cvars.md
doc\issue.md = doc\issue.md
doc\mapping.md = doc\mapping.md
doc\maps.md = doc\maps.md
doc\standard.md = doc\standard.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{B82DAA33-1051-496B-A05A-58BB70E8BC02}"
ProjectSection(SolutionItems) = preProject
doc\images\cp1.png = doc\images\cp1.png
doc\images\cpstart.png = doc\images\cpstart.png
doc\images\failed_to_load.png = doc\images\failed_to_load.png
doc\images\feature_request.png = doc\images\feature_request.png
doc\images\game_crashed.png = doc\images\game_crashed.png
doc\images\screenie.png = doc\images\screenie.png
doc\images\start.png = doc\images\start.png
doc\images\unable_to_load_plugin.png = doc\images\unable_to_load_plugin.png
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|x64.ActiveCfg = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x86.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x86.Build.0 = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|Any CPU.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x64.ActiveCfg = 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}
{B82DAA33-1051-496B-A05A-58BB70E8BC02} = {2234E52A-D21C-4984-B830-0D1EBC6842C5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE1A6506-7258-47FF-839A-FF441AAA310C}
EndGlobalSection
EndGlobal