Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/deathkiller/jazz2
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Dec 14, 2019
2 parents 24cb39c + c965dc6 commit dbd9668
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ publish/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
#**/packages/*
**/packages/**/*.xml
# The Packages folder can be ignored because of Package Restore
#**/Packages/*
**/Packages/**/*.xml
# except build/, which is used as an MSBuild target.
!**/packages/build/
!**/Packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
#!**/Packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
Expand Down
2 changes: 1 addition & 1 deletion Extensions/Es20Backend/Es20Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTK, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\AdamsLair.OpenTK.1.2.2\lib\net20\OpenTK.dll</HintPath>
<HintPath>..\..\Packages\AdamsLair.OpenTK.1.2.2\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Extensions/GL21Backend/GL21Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTK, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\AdamsLair.OpenTK.1.2.2\lib\net20\OpenTK.dll</HintPath>
<HintPath>..\..\Packages\AdamsLair.OpenTK.1.2.2\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion Extensions/OpenTKBackend/OpenTKBackend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="OpenTK, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\AdamsLair.OpenTK.1.2.2\lib\net20\OpenTK.dll</HintPath>
<HintPath>..\..\Packages\AdamsLair.OpenTK.1.2.2\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit dbd9668

Please sign in to comment.