Skip to content

Commit 1b44ab3

Browse files
committed
Add missing files to solution and remove tas.md [ci skip]
1 parent ee378d5 commit 1b44ab3

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Game|Windows|Linux
3232
- [Issues & Troubleshooting](doc/issue.md)
3333
- [Mapping](doc/mapping.md)
3434
- [Maps](doc/maps.md)
35-
- [Tool-Assisted-Speedruns](doc/tas.md)
3635
- [Console Commands & Variables](doc/cvars.md)
3736

3837
## Inspired By

SourceAutoRecord.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,22 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
.clang-format = .clang-format
1111
.gitattributes = .gitattributes
1212
.gitignore = .gitignore
13+
.travis.yml = .travis.yml
1314
_config.yml = _config.yml
1415
copy.bat = copy.bat
16+
cvars.js = cvars.js
1517
makefile = makefile
1618
README.md = README.md
1719
EndProjectSection
1820
EndProject
1921
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{2234E52A-D21C-4984-B830-0D1EBC6842C5}"
2022
ProjectSection(SolutionItems) = preProject
2123
doc\contributing.md = doc\contributing.md
24+
doc\cvars.md = doc\cvars.md
2225
doc\issue.md = doc\issue.md
2326
doc\mapping.md = doc\mapping.md
2427
doc\maps.md = doc\maps.md
2528
doc\standard.md = doc\standard.md
26-
doc\tas.md = doc\tas.md
2729
EndProjectSection
2830
EndProject
2931
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{B82DAA33-1051-496B-A05A-58BB70E8BC02}"

SourceAutoRecordv16.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,22 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
.clang-format = .clang-format
1111
.gitattributes = .gitattributes
1212
.gitignore = .gitignore
13+
.travis.yml = .travis.yml
1314
_config.yml = _config.yml
1415
copy.bat = copy.bat
16+
cvars.js = cvars.js
1517
makefile = makefile
1618
README.md = README.md
1719
EndProjectSection
1820
EndProject
1921
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{2234E52A-D21C-4984-B830-0D1EBC6842C5}"
2022
ProjectSection(SolutionItems) = preProject
2123
doc\contributing.md = doc\contributing.md
24+
doc\cvars.md = doc\cvars.md
2225
doc\issue.md = doc\issue.md
2326
doc\mapping.md = doc\mapping.md
2427
doc\maps.md = doc\maps.md
2528
doc\standard.md = doc\standard.md
26-
doc\tas.md = doc\tas.md
2729
EndProjectSection
2830
EndProject
2931
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{B82DAA33-1051-496B-A05A-58BB70E8BC02}"

doc/tas.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)