mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:05:31 +00:00
commit
049e7f7eb1
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -2,7 +2,6 @@
|
|||
|
||||
BuildOutput/
|
||||
Generated/
|
||||
tools/
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
@ -292,8 +291,8 @@ __pycache__/
|
|||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
tools/**
|
||||
!tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#load CakeScripts\GAssembly.cs
|
||||
#load CakeScripts\Settings.cs
|
||||
#addin "Cake.FileHelpers"
|
||||
#addin "Cake.Incubator"
|
||||
#addin "Cake.FileHelpers&version=2.0.0"
|
||||
#addin "Cake.Incubator&version=1.7.2"
|
||||
|
||||
// VARS
|
||||
|
||||
|
|
4
tools/packages.config
Normal file
4
tools/packages.config
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Cake" version="0.25.0" />
|
||||
</packages>
|
Loading…
Reference in a new issue