Skip to content

Commit 8fdccab

Browse files
author
rhino
committed
Initial commit
0 parents  commit 8fdccab

File tree

255 files changed

+133400
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+133400
-0
lines changed

.gitignore

Lines changed: 387 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,387 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5+
6+
#Archives
7+
*.rar
8+
*.zip
9+
10+
#QGIS
11+
*.cpg
12+
*.dbf
13+
*.prj
14+
*.shp
15+
*.shx
16+
17+
# Scanners
18+
**/.sonarqube
19+
**/sonar_src
20+
sonarscan.bat
21+
22+
# Shortcuts
23+
*.lnk
24+
25+
# User-specific files
26+
*.rsuser
27+
*.suo
28+
*.user
29+
*.userosscache
30+
*.sln.docstates
31+
32+
# User-specific files (MonoDevelop/Xamarin Studio)
33+
*.userprefs
34+
35+
# Mono auto generated files
36+
mono_crash.*
37+
38+
# Build results
39+
[Dd]ebug/
40+
[Dd]ebugPublic/
41+
[Rr]elease/
42+
[Rr]eleases/
43+
x64/
44+
x86/
45+
[Aa][Rr][Mm]/
46+
[Aa][Rr][Mm]64/
47+
bld/
48+
[Bb]in/
49+
[Oo]bj/
50+
[Ll]og/
51+
[Ll]ogs/
52+
53+
# Visual Studio 2015/2017 cache/options directory
54+
.vs/
55+
# Uncomment if you have tasks that create the project's static files in wwwroot
56+
#wwwroot/
57+
58+
# Visual Studio 2017 auto generated files
59+
Generated\ Files/
60+
61+
# MSTest test Results
62+
[Tt]est[Rr]esult*/
63+
[Bb]uild[Ll]og.*
64+
65+
# NUnit
66+
*.VisualState.xml
67+
TestResult.xml
68+
nunit-*.xml
69+
70+
# Build Results of an ATL Project
71+
[Dd]ebugPS/
72+
[Rr]eleasePS/
73+
dlldata.c
74+
75+
# Benchmark Results
76+
BenchmarkDotNet.Artifacts/
77+
78+
# .NET Core
79+
project.lock.json
80+
project.fragment.lock.json
81+
artifacts/
82+
83+
# StyleCop
84+
StyleCopReport.xml
85+
86+
# Files built by Visual Studio
87+
*_i.c
88+
*_p.c
89+
*_h.h
90+
*.ilk
91+
*.meta
92+
*.obj
93+
*.iobj
94+
*.pch
95+
*.pdb
96+
*.ipdb
97+
*.pgc
98+
*.pgd
99+
*.rsp
100+
*.sbr
101+
*.tlb
102+
*.tli
103+
*.tlh
104+
*.tmp
105+
*.tmp_proj
106+
*_wpftmp.csproj
107+
*.log
108+
*.vspscc
109+
*.vssscc
110+
.builds
111+
*.pidb
112+
*.svclog
113+
*.scc
114+
115+
# Chutzpah Test files
116+
_Chutzpah*
117+
118+
# Visual C++ cache files
119+
ipch/
120+
*.aps
121+
*.ncb
122+
*.opendb
123+
*.opensdf
124+
*.sdf
125+
*.cachefile
126+
*.VC.db
127+
*.VC.VC.opendb
128+
129+
# Visual Studio profiler
130+
*.psess
131+
*.vsp
132+
*.vspx
133+
*.sap
134+
135+
# Visual Studio Trace Files
136+
*.e2e
137+
138+
# TFS 2012 Local Workspace
139+
$tf/
140+
141+
# Guidance Automation Toolkit
142+
*.gpState
143+
144+
# ReSharper is a .NET coding add-in
145+
_ReSharper*/
146+
*.[Rr]e[Ss]harper
147+
*.DotSettings.user
148+
149+
# TeamCity is a build add-in
150+
_TeamCity*
151+
152+
# DotCover is a Code Coverage Tool
153+
*.dotCover
154+
155+
# AxoCover is a Code Coverage Tool
156+
.axoCover/*
157+
!.axoCover/settings.json
158+
159+
# Visual Studio code coverage results
160+
*.coverage
161+
*.coveragexml
162+
163+
# NCrunch
164+
_NCrunch_*
165+
.*crunch*.local.xml
166+
nCrunchTemp_*
167+
168+
# MightyMoose
169+
*.mm.*
170+
AutoTest.Net/
171+
172+
# Web workbench (sass)
173+
.sass-cache/
174+
175+
# Installshield output folder
176+
[Ee]xpress/
177+
178+
# DocProject is a documentation generator add-in
179+
DocProject/buildhelp/
180+
DocProject/Help/*.HxT
181+
DocProject/Help/*.HxC
182+
DocProject/Help/*.hhc
183+
DocProject/Help/*.hhk
184+
DocProject/Help/*.hhp
185+
DocProject/Help/Html2
186+
DocProject/Help/html
187+
188+
# Click-Once directory
189+
publish/
190+
191+
# Publish Web Output
192+
*.[Pp]ublish.xml
193+
*.azurePubxml
194+
# Note: Comment the next line if you want to checkin your web deploy settings,
195+
# but database connection strings (with potential passwords) will be unencrypted
196+
*.pubxml
197+
*.publishproj
198+
199+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
200+
# checkin your Azure Web App publish settings, but sensitive information contained
201+
# in these scripts will be unencrypted
202+
PublishScripts/
203+
204+
# NuGet Packages
205+
*.nupkg
206+
# NuGet Symbol Packages
207+
*.snupkg
208+
# The packages folder can be ignored because of Package Restore
209+
**/[Pp]ackages/*
210+
# except build/, which is used as an MSBuild target.
211+
!**/[Pp]ackages/build/
212+
# Uncomment if necessary however generally it will be regenerated when needed
213+
#!**/[Pp]ackages/repositories.config
214+
# NuGet v3's project.json files produces more ignorable files
215+
*.nuget.props
216+
*.nuget.targets
217+
218+
# Microsoft Azure Build Output
219+
csx/
220+
*.build.csdef
221+
222+
# Microsoft Azure Emulator
223+
ecf/
224+
rcf/
225+
226+
# Windows Store app package directories and files
227+
AppPackages/
228+
BundleArtifacts/
229+
Package.StoreAssociation.xml
230+
_pkginfo.txt
231+
*.appx
232+
*.appxbundle
233+
*.appxupload
234+
235+
# Visual Studio cache files
236+
# files ending in .cache can be ignored
237+
*.[Cc]ache
238+
# but keep track of directories ending in .cache
239+
!?*.[Cc]ache/
240+
241+
# Others
242+
ClientBin/
243+
~$*
244+
*~
245+
*.dbmdl
246+
*.dbproj.schemaview
247+
*.jfm
248+
*.pfx
249+
*.publishsettings
250+
orleans.codegen.cs
251+
252+
# Including strong name files can present a security risk
253+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
254+
#*.snk
255+
256+
# Since there are multiple workflows, uncomment next line to ignore bower_components
257+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
258+
#bower_components/
259+
260+
# RIA/Silverlight projects
261+
Generated_Code/
262+
263+
# Backup & report files from converting an old project file
264+
# to a newer Visual Studio version. Backup files are not needed,
265+
# because we have git ;-)
266+
_UpgradeReport_Files/
267+
Backup*/
268+
UpgradeLog*.XML
269+
UpgradeLog*.htm
270+
ServiceFabricBackup/
271+
*.rptproj.bak
272+
273+
# SQL Server files
274+
*.mdf
275+
*.ldf
276+
*.ndf
277+
278+
# Business Intelligence projects
279+
*.rdl.data
280+
*.bim.layout
281+
*.bim_*.settings
282+
*.rptproj.rsuser
283+
*- [Bb]ackup.rdl
284+
*- [Bb]ackup ([0-9]).rdl
285+
*- [Bb]ackup ([0-9][0-9]).rdl
286+
287+
# Microsoft Fakes
288+
FakesAssemblies/
289+
290+
# GhostDoc plugin setting file
291+
*.GhostDoc.xml
292+
293+
# Node.js Tools for Visual Studio
294+
.ntvs_analysis.dat
295+
node_modules/
296+
297+
# Visual Studio 6 build log
298+
*.plg
299+
300+
# Visual Studio 6 workspace options file
301+
*.opt
302+
303+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
304+
*.vbw
305+
306+
# Visual Studio LightSwitch build output
307+
**/*.HTMLClient/GeneratedArtifacts
308+
**/*.DesktopClient/GeneratedArtifacts
309+
**/*.DesktopClient/ModelManifest.xml
310+
**/*.Server/GeneratedArtifacts
311+
**/*.Server/ModelManifest.xml
312+
_Pvt_Extensions
313+
314+
# Paket dependency manager
315+
.paket/paket.exe
316+
paket-files/
317+
318+
# FAKE - F# Make
319+
.fake/
320+
321+
# CodeRush personal settings
322+
.cr/personal
323+
324+
# Python Tools for Visual Studio (PTVS)
325+
__pycache__/
326+
*.pyc
327+
328+
# Cake - Uncomment if you are using it
329+
# tools/**
330+
# !tools/packages.config
331+
332+
# Tabs Studio
333+
*.tss
334+
335+
# Telerik's JustMock configuration file
336+
*.jmconfig
337+
338+
# BizTalk build output
339+
*.btp.cs
340+
*.btm.cs
341+
*.odx.cs
342+
*.xsd.cs
343+
344+
# OpenCover UI analysis results
345+
OpenCover/
346+
347+
# Azure Stream Analytics local run output
348+
ASALocalRun/
349+
350+
# MSBuild Binary and Structured Log
351+
*.binlog
352+
353+
# NVidia Nsight GPU debugger configuration file
354+
*.nvuser
355+
356+
# MFractors (Xamarin productivity tool) working folder
357+
.mfractor/
358+
359+
# Local History for Visual Studio
360+
.localhistory/
361+
362+
# BeatPulse healthcheck temp database
363+
healthchecksdb
364+
365+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
366+
MigrationBackup/
367+
368+
# Ionide (cross platform F# VS Code tools) working folder
369+
.ionide/
370+
/VS/GeoChatter/GeoChatter/Ressources/icon.jpg
371+
/VS/GeoChatter/GeoChatter/Ressources/icon.png
372+
/VS/GeoChatter/GeoChatter/Ressources/Icon.psd
373+
/VS/GeoChatter/GeoChatter.Core.Model
374+
/GeoChatter/GeoChatter.Web/Styles/flags/un.svg
375+
/GeoChatter/GeoChatter.Web/Styles/flags/gb-wls.svg
376+
/GeoChatter/GeoChatter.Web/Styles/flags/gb-sct.svg
377+
/GeoChatter/GeoChatter.Web/Styles/flags/gb-nir.svg
378+
/GeoChatter/GeoChatter.Web/Styles/flags/gb-eng.svg
379+
/GeoChatter/GeoChatter.Web/Styles/flags/es-ca.svg
380+
/GeoChatter/GeoChatter.Web/Styles/flags/bq.svg
381+
/GeoChatter/GuessServerApi/GuessServerApi/secret.txt
382+
/GeoChatter/GuessServerApi/GuessServerApi/keys.json
383+
/GeoChatter/GeoChatter.Web/Scripts/decl
384+
/GeoChatter/GeoChatter.Web/Scripts/dist
385+
/GeoChatter/GeoChatter.Web/Scripts/build
386+
/GeoChatter/GeoChatter.Web/Styles/dist
387+
/GeoChatter/GeoChatter.Web/Styles/build

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "GeoChatter.GeoGuessr"]
2+
path = GeoChatter.GeoGuessr
3+
url = https://github.com/GeoChatter/GeoChatter.GeoGuessr.git

Dependencies/VC_redist.x64.exe

24.1 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

GeoChatter.GeoGuessr

Submodule GeoChatter.GeoGuessr added at bdebf1e

0 commit comments

Comments
 (0)