Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

[WIP] Internal API changes #39

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/NeKzor/SourceAutoRecord.svg?branch=master)](https://travis-ci.org/NeKzor/SourceAutoRecord)
![Build Status](https://github.com/NeKzor/SourceAutoRecord/workflows/CI/badge.svg)
[![Build Version](https://img.shields.io/badge/version-v1.11-brightgreen.svg)](https://github.com/NeKzor/SourceAutoRecord/projects/3)
[![Release Status](https://img.shields.io/github/release/NeKzor/SourceAutoRecord/all.svg)](https://github.com/NeKzor/SourceAutoRecord/releases)

Expand Down
19 changes: 14 additions & 5 deletions SourceAutoRecord.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SourceAutoRecord", "src\SourceAutoRecord.vcxproj", "{3F6459A9-566E-4CAC-A412-C03FF51D67E9}"
EndProject
Expand All @@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.clang-format = .clang-format
.gitattributes = .gitattributes
.gitignore = .gitignore
.travis.yml = .travis.yml
_config.yml = _config.yml
copy.bat = copy.bat
cvars.js = cvars.js
Expand Down Expand Up @@ -40,6 +39,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{B82DAA
doc\images\unable_to_load_plugin.png = doc\images\unable_to_load_plugin.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{B5E886E6-FC59-47F9-9964-13A49C0C8E5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{B8C7B3B0-4D30-4D3C-A7DC-9EF33EDBAF22}"
ProjectSection(SolutionItems) = preProject
.github\workflows\CD.yml = .github\workflows\CD.yml
.github\workflows\CI.yml = .github\workflows\CI.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -52,8 +59,8 @@ Global
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}.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|x64.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x86.ActiveCfg = Release|Win32
Expand All @@ -65,6 +72,8 @@ Global
GlobalSection(NestedProjects) = preSolution
{2234E52A-D21C-4984-B830-0D1EBC6842C5} = {4990948C-3306-40BA-9EAD-594A5520043F}
{B82DAA33-1051-496B-A05A-58BB70E8BC02} = {2234E52A-D21C-4984-B830-0D1EBC6842C5}
{B5E886E6-FC59-47F9-9964-13A49C0C8E5A} = {4990948C-3306-40BA-9EAD-594A5520043F}
{B8C7B3B0-4D30-4D3C-A7DC-9EF33EDBAF22} = {B5E886E6-FC59-47F9-9964-13A49C0C8E5A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE1A6506-7258-47FF-839A-FF441AAA310C}
Expand Down
81 changes: 0 additions & 81 deletions SourceAutoRecordv16.sln

This file was deleted.

1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ include:
- doc/contributing.md
exclude:
- src
- lib
- .github
Loading