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

Commit f071c49

Browse files
Merge branch 'fixes/remove-octokit-and-octorun' into fixes/octorun-user-agent
2 parents 4a87176 + 7860c08 commit f071c49

33 files changed

+258
-630
lines changed

GitHub.Unity.OctokitDebugging.sln

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

common/build.targets

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,6 @@
1414
</ItemGroup>
1515

1616
<!-- Common includes and references -->
17-
<Choose>
18-
<When Condition="'$(SolutionType)' == 'OctokitDebugging'">
19-
<ItemGroup>
20-
<ProjectReference Include="$(SolutionDir)..\dotnet-httpclient35\System.Net.Http\System.Net.Http-net_3_5.csproj">
21-
<Project>{9862694d-e4fa-418b-8692-a0280feddf36}</Project>
22-
<Name>System.Net.Http-net_3_5</Name>
23-
</ProjectReference>
24-
<ProjectReference Include="$(SolutionDir)..\octokit.net\Octokit\Octokit-35.csproj">
25-
<Project>{49ef16a2-5ed1-480f-80a1-d1d05d6c1be4}</Project>
26-
<Name>Octokit-35</Name>
27-
</ProjectReference>
28-
</ItemGroup>
29-
</When>
30-
<Otherwise>
31-
<ItemGroup>
32-
<Reference Include="Octokit">
33-
<HintPath>$(SolutionDir)lib\octokit.net\Octokit.dll</HintPath>
34-
</Reference>
35-
<Reference Include="System.Net.Http">
36-
<HintPath>$(SolutionDir)lib\dotnet-httpclient35\DotNetHttp35.dll</HintPath>
37-
</Reference>
38-
</ItemGroup>
39-
</Otherwise>
40-
</Choose>
41-
4217
<Target Name="BeforeBuild">
4318
<PropertyGroup>
4419
<UnityDLLsMissingErrorText>Location of Unity dlls is not set. You'll need to install Unity in a known location (the default installation directory for your system), or copy UnityEngine.dll and UnityEditor.dll to the {0}lib folder</UnityDLLsMissingErrorText>

common/properties.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<!-- Build flags -->
44
<PropertyGroup>
5-
<SolutionType Condition="'$(SolutionName)' == 'GitHub.Unity.OctokitDebugging'">OctokitDebugging</SolutionType>
65
<BuildType Condition="Exists('$(SolutionDir)script\src\MetricsService.cs')">Internal</BuildType>
76

87
<UnityDir Condition="$(UnityDir) == '' and Exists('$(SolutionDir)\script\lib\UnityEditor.dll')">$(SolutionDir)\script\lib\</UnityDir>

lib/dotnet-httpClient35/DotNetHttp35.dll

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

lib/dotnet-httpClient35/DotNetHttp35.dll.mdb

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

lib/dotnet-httpClient35/md5sums.txt

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

lib/dotnet-httpClient35/version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/octokit.net/Octokit.dll

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

lib/octokit.net/Octokit.dll.mdb

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

lib/octokit.net/md5sums.txt

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

0 commit comments

Comments
 (0)