mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
* convert to VS2017 * rework cake.frosting build to latest cake vs2017 "template" example * fix clean task and version suffix * add arg to DotNetCorePack so it uses the correct version * fix appveyor * is there an easier way to test appveyor? * ok travis, let's do this * after reading the travis repo, this seems to be the version we want for vs201/csproj tool support * msbuild complaining about arguments - we can use defaults anyhow so remove $@ from build.sh script * add workaround for msbuild/travis, as mentioned on aspnet Mvc repo * cmon travis * perhaps tee isnt needed afterall * travis permission denied when trying to install tools in build script... i feel dirty but need to see if sudo will fix it! * could it be folder permissions of /build ? * Try 777 for NuGet.exe permissions rather than 644 * remove windows platform restriction on GitVersion call * Add a wrapper script for GitVersion on non windows * fix wrapper script name * add debug * let's see if we are running the script at all! * run mono gitversion direclty from travis.yml, for science * see if we can run bin/sh and prepend an argument to our shell script * remove echos from wrapper script * Ensure full git repo include more than 50 commits and all tags are fetched, as GitVersion was failing on TravisCI * only build netstandard framework on non windows * revert overriding the target framework when building the solution * Unix being case-sensitive, adjust app.config file name in csproj files * set FrameworkPathOverride to point to different folders on macOS and Linux * Remove NuGet.exe from the repo. On Windows, it will be installed by the Frosting bootstrapper script. On Unix/macOS, cake has smarts to look for mono- and Linux-specific executables * tidy up GitVersion logic into a GitVersionRunner class * apply workaround for osx dotnet restore "too many open files" errors * update test project references to latest official versions * doesnt seem to be a reason for overriding the implicit reference * remove extra whitespace and unused namespace
47 lines
2.9 KiB
Plaintext
47 lines
2.9 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 15
|
|
VisualStudioVersion = 15.0.26228.4
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit", "Octokit\Octokit.csproj", "{104E8324-C2B9-43BE-8040-36B736A64D45}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit.Reactive", "Octokit.Reactive\Octokit.Reactive.csproj", "{06B32A68-FEE5-4C0C-989A-8A75D00D6D3E}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit.Tests", "Octokit.Tests\Octokit.Tests.csproj", "{E58EC0EA-B6E5-43AA-A7D2-AD0A6D4BB0D2}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit.Tests.Conventions", "Octokit.Tests.Conventions\Octokit.Tests.Conventions.csproj", "{A04124DC-D057-4DB0-8E5F-ECD114FA371A}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit.Tests.Integration", "Octokit.Tests.Integration\Octokit.Tests.Integration.csproj", "{EF19E577-D810-4357-BF95-9029A359CB4E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{104E8324-C2B9-43BE-8040-36B736A64D45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{104E8324-C2B9-43BE-8040-36B736A64D45}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{104E8324-C2B9-43BE-8040-36B736A64D45}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{104E8324-C2B9-43BE-8040-36B736A64D45}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{06B32A68-FEE5-4C0C-989A-8A75D00D6D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{06B32A68-FEE5-4C0C-989A-8A75D00D6D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{06B32A68-FEE5-4C0C-989A-8A75D00D6D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{06B32A68-FEE5-4C0C-989A-8A75D00D6D3E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{E58EC0EA-B6E5-43AA-A7D2-AD0A6D4BB0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{E58EC0EA-B6E5-43AA-A7D2-AD0A6D4BB0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{E58EC0EA-B6E5-43AA-A7D2-AD0A6D4BB0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{E58EC0EA-B6E5-43AA-A7D2-AD0A6D4BB0D2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{A04124DC-D057-4DB0-8E5F-ECD114FA371A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{A04124DC-D057-4DB0-8E5F-ECD114FA371A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{A04124DC-D057-4DB0-8E5F-ECD114FA371A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{A04124DC-D057-4DB0-8E5F-ECD114FA371A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{EF19E577-D810-4357-BF95-9029A359CB4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{EF19E577-D810-4357-BF95-9029A359CB4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{EF19E577-D810-4357-BF95-9029A359CB4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{EF19E577-D810-4357-BF95-9029A359CB4E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|