diff options
author | Chad Tolkien <chad@tolkien.id.au> | 2017-05-08 20:49:29 +1000 |
---|---|---|
committer | Chad Tolkien <chad@tolkien.id.au> | 2017-05-08 20:49:29 +1000 |
commit | 873860813db5b60e2bab435eb8e8c95100466cfc (patch) | |
tree | bf0ca84a4f365328cef42f26ff8bef7c2b13190a | |
parent | 4f6f038793963b4b648adde55c18bbead3ce8041 (diff) | |
download | TinyPNG-873860813db5b60e2bab435eb8e8c95100466cfc.zip TinyPNG-873860813db5b60e2bab435eb8e8c95100466cfc.tar.gz TinyPNG-873860813db5b60e2bab435eb8e8c95100466cfc.tar.bz2 |
add some stuff to the sln [skip ci]
-rw-r--r-- | TinyPNG.sln | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/TinyPNG.sln b/TinyPNG.sln index 02e8da0..1eb8af5 100644 --- a/TinyPNG.sln +++ b/TinyPNG.sln @@ -1,12 +1,19 @@ -
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
-VisualStudioVersion = 15.0.26114.2
+VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPNG", "src\TinyPNG\TinyPNG.csproj", "{52901FDB-68CE-4192-8B2B-3BD1773261F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPng.Tests", "tests\TinyPng.Tests\TinyPng.Tests.csproj", "{DBA34C0E-C2A8-4D42-8770-FADC6251E93D}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{466E1CAF-57A2-4370-91C7-455AAC8E4D2E}"
+ ProjectSection(SolutionItems) = preProject
+ .gitignore = .gitignore
+ .travis.yml = .travis.yml
+ appveyor.yml = appveyor.yml
+ README.md = README.md
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
|