Skip to content

Commit

Permalink
2019
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Feb 2, 2020
1 parent 2a023c5 commit fffc669
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
12 changes: 8 additions & 4 deletions Tababular.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tababular", "Tababular\Tababular.csproj", "{94EDA166-33F2-4D88-B5B4-268429254205}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tababular", "Tababular\Tababular.csproj", "{94EDA166-33F2-4D88-B5B4-268429254205}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tababular.Tests", "Tababular.Tests\Tababular.Tests.csproj", "{512230FE-18E5-4C59-9AE8-6432B0A6143A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tababular.Tests", "Tababular.Tests\Tababular.Tests.csproj", "{512230FE-18E5-4C59-9AE8-6432B0A6143A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{D6C5120D-809A-41A0-9B0C-4149C88C56E1}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
Expand Down Expand Up @@ -36,4 +37,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC8EE34B-6F42-4342-BDE1-B52E5407D906}
EndGlobalSection
EndGlobal
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
image: Visual Studio 2017

#shallow_clone: true

#cache:
# - packages -> **\packages.config
# - '%LocalAppData%\NuGet\Cache'
image: Visual Studio 2019

before_build:
- appveyor-retry dotnet restore -v Minimal
Expand Down

0 comments on commit fffc669

Please sign in to comment.