2
0
vpenades 4 жил өмнө
parent
commit
cee5978372
2 өөрчлөгдсөн 50 нэмэгдсэн , 0 устгасан
  1. 34 0
      .gitignore
  2. 16 0
      src/NuGet.config

+ 34 - 0
.gitignore

@@ -0,0 +1,34 @@
+
+#Visual Studio files
+*.pidb
+*.userprefs
+*.[Oo]bj
+
+*.pdb
+*.user
+*.aps
+*.pch
+*.vspscc
+*.vssscc
+*_i.c
+*_p.c
+*.ncb
+*.suo
+*.tlb
+*.tlh
+*.bak
+*.[Cc]ache
+*.ilk
+*.log
+*.lib
+*.sbr
+*.sdf
+*.csproj.csdat
+ipch/
+obj/
+[Bb]in
+[Dd]ebug*/
+[Rr]elease*/
+Ankh.NoLoad
+.vs/
+project.lock.json

+ 16 - 0
src/NuGet.config

@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+
+  <packageSources>
+
+    <add key="MonoGame Develop" value="http://teamcity.monogame.net/guestAuth/app/nuget/feed/_Root/default/v3/index.json" />
+
+  </packageSources>  
+
+</configuration>
+
+
+
+
+
+