Added pdb files to Test.NetCore/lib
- Need to change lib folder so its in one place for all projects.
This commit is contained in:
parent
a4311b0e77
commit
4ad9f8ca7c
4 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -26,7 +26,6 @@
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
[Rr]elease/
|
[Rr]elease/
|
||||||
[Rr]eleases/
|
[Rr]eleases/
|
||||||
bld/
|
|
||||||
[Bb]uild/
|
[Bb]uild/
|
||||||
[Dd]ebug
|
[Dd]ebug
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
|
@ -62,7 +61,7 @@ artifacts/
|
||||||
*.ilk
|
*.ilk
|
||||||
*.meta
|
*.meta
|
||||||
*.pch
|
*.pch
|
||||||
*.pdb
|
# *.pdb
|
||||||
*.pgc
|
*.pgc
|
||||||
*.pgd
|
*.pgd
|
||||||
*.rsp
|
*.rsp
|
||||||
|
|
|
||||||
BIN
Test.NetCore/lib/AnyCPU/raylib.pdb
Normal file
BIN
Test.NetCore/lib/AnyCPU/raylib.pdb
Normal file
Binary file not shown.
BIN
Test.NetCore/lib/x64/raylib.pdb
Normal file
BIN
Test.NetCore/lib/x64/raylib.pdb
Normal file
Binary file not shown.
BIN
Test.NetCore/lib/x86/raylib.pdb
Normal file
BIN
Test.NetCore/lib/x86/raylib.pdb
Normal file
Binary file not shown.
Loading…
Reference in a new issue