Skip to content

Commit 486bccb

Browse files
committed
Update for latest openfodder + sdl3
Replace vs solution with cmake system
1 parent ff3d9e0 commit 486bccb

27 files changed

Lines changed: 933 additions & 2638 deletions

.gitignore

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

0 commit comments

Comments
 (0)