Skip to content

Commit ea66949

Browse files
committed
Initial implementation
1 parent 1fe038a commit ea66949

Some content is hidden

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

90 files changed

+13708
-22
lines changed

.gitignore

Lines changed: 231 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,237 @@
1-
# Compiled Object files
2-
*.slo
3-
*.lo
4-
*.o
5-
*.obj
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
5+
*.suo
6+
*.user
7+
*.userosscache
8+
*.sln.docstates
9+
10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
12+
13+
# Build results
14+
[Dd]ebug/
15+
[Dd]ebugPublic/
16+
[Rr]elease/
17+
[Rr]eleases/
18+
x64/
19+
x86/
20+
bld/
21+
build/
22+
[Bb]in/
23+
[Oo]bj/
24+
25+
# Visual Studio 2015 cache/options directory
26+
.vs/
27+
# Uncomment if you have tasks that create the project's static files in wwwroot
28+
#wwwroot/
29+
30+
# MSTest test Results
31+
[Tt]est[Rr]esult*/
32+
[Bb]uild[Ll]og.*
633

7-
# Precompiled Headers
8-
*.gch
34+
# NUNIT
35+
*.VisualState.xml
36+
TestResult.xml
37+
38+
# Build Results of an ATL Project
39+
[Dd]ebugPS/
40+
[Rr]eleasePS/
41+
dlldata.c
42+
43+
# DNX
44+
project.lock.json
45+
artifacts/
46+
47+
*_i.c
48+
*_p.c
49+
*_i.h
50+
*.ilk
51+
*.meta
52+
*.obj
953
*.pch
54+
*.pdb
55+
*.pgc
56+
*.pgd
57+
*.rsp
58+
*.sbr
59+
*.tlb
60+
*.tli
61+
*.tlh
62+
*.tmp
63+
*.tmp_proj
64+
*.log
65+
*.vspscc
66+
*.vssscc
67+
.builds
68+
*.pidb
69+
*.svclog
70+
*.scc
71+
72+
# Chutzpah Test files
73+
_Chutzpah*
74+
75+
# Visual C++ cache files
76+
ipch/
77+
*.aps
78+
*.ncb
79+
*.opendb
80+
*.opensdf
81+
*.sdf
82+
*.cachefile
83+
84+
# Visual Studio profiler
85+
*.psess
86+
*.vsp
87+
*.vspx
88+
*.sap
89+
90+
# TFS 2012 Local Workspace
91+
$tf/
92+
93+
# Guidance Automation Toolkit
94+
*.gpState
95+
96+
# ReSharper is a .NET coding add-in
97+
_ReSharper*/
98+
*.[Rr]e[Ss]harper
99+
*.DotSettings.user
100+
101+
# JustCode is a .NET coding add-in
102+
.JustCode
103+
104+
# TeamCity is a build add-in
105+
_TeamCity*
106+
107+
# DotCover is a Code Coverage Tool
108+
*.dotCover
109+
110+
# NCrunch
111+
_NCrunch_*
112+
.*crunch*.local.xml
113+
nCrunchTemp_*
114+
115+
# MightyMoose
116+
*.mm.*
117+
AutoTest.Net/
118+
119+
# Web workbench (sass)
120+
.sass-cache/
121+
122+
# Installshield output folder
123+
[Ee]xpress/
124+
125+
# DocProject is a documentation generator add-in
126+
DocProject/buildhelp/
127+
DocProject/Help/*.HxT
128+
DocProject/Help/*.HxC
129+
DocProject/Help/*.hhc
130+
DocProject/Help/*.hhk
131+
DocProject/Help/*.hhp
132+
DocProject/Help/Html2
133+
DocProject/Help/html
134+
135+
# Click-Once directory
136+
publish/
137+
138+
# Publish Web Output
139+
*.[Pp]ublish.xml
140+
*.azurePubxml
141+
# TODO: Comment the next line if you want to checkin your web deploy settings
142+
# but database connection strings (with potential passwords) will be unencrypted
143+
*.pubxml
144+
*.publishproj
145+
146+
# NuGet Packages
147+
*.nupkg
148+
# The packages folder can be ignored because of Package Restore
149+
**/packages/*
150+
# except build/, which is used as an MSBuild target.
151+
!**/packages/build/
152+
# Uncomment if necessary however generally it will be regenerated when needed
153+
#!**/packages/repositories.config
154+
# NuGet v3's project.json files produces more ignoreable files
155+
*.nuget.props
156+
*.nuget.targets
157+
158+
# Microsoft Azure Build Output
159+
csx/
160+
*.build.csdef
161+
162+
# Microsoft Azure Emulator
163+
ecf/
164+
rcf/
165+
166+
# Microsoft Azure ApplicationInsights config file
167+
ApplicationInsights.config
168+
169+
# Windows Store app package directory
170+
AppPackages/
171+
BundleArtifacts/
172+
173+
# Visual Studio cache files
174+
# files ending in .cache can be ignored
175+
*.[Cc]ache
176+
# but keep track of directories ending in .cache
177+
!*.[Cc]ache/
178+
179+
# Others
180+
ClientBin/
181+
~$*
182+
*~
183+
*.dbmdl
184+
*.dbproj.schemaview
185+
*.pfx
186+
*.publishsettings
187+
node_modules/
188+
orleans.codegen.cs
189+
190+
# RIA/Silverlight projects
191+
Generated_Code/
192+
193+
# Backup & report files from converting an old project file
194+
# to a newer Visual Studio version. Backup files are not needed,
195+
# because we have git ;-)
196+
_UpgradeReport_Files/
197+
Backup*/
198+
UpgradeLog*.XML
199+
UpgradeLog*.htm
200+
201+
# SQL Server files
202+
*.mdf
203+
*.ldf
204+
205+
# Business Intelligence projects
206+
*.rdl.data
207+
*.bim.layout
208+
*.bim_*.settings
209+
210+
# Microsoft Fakes
211+
FakesAssemblies/
212+
213+
# GhostDoc plugin setting file
214+
*.GhostDoc.xml
215+
216+
# Node.js Tools for Visual Studio
217+
.ntvs_analysis.dat
218+
219+
# Visual Studio 6 build log
220+
*.plg
10221

11-
# Compiled Dynamic libraries
12-
*.so
13-
*.dylib
14-
*.dll
222+
# Visual Studio 6 workspace options file
223+
*.opt
15224

16-
# Fortran module files
17-
*.mod
225+
# Visual Studio LightSwitch build output
226+
**/*.HTMLClient/GeneratedArtifacts
227+
**/*.DesktopClient/GeneratedArtifacts
228+
**/*.DesktopClient/ModelManifest.xml
229+
**/*.Server/GeneratedArtifacts
230+
**/*.Server/ModelManifest.xml
231+
_Pvt_Extensions
18232

19-
# Compiled Static libraries
20-
*.lai
21-
*.la
22-
*.a
23-
*.lib
233+
# Paket dependency manager
234+
.paket/paket.exe
24235

25-
# Executables
26-
*.exe
27-
*.out
28-
*.app
236+
# FAKE - F# Make
237+
.fake/

LuaRawFile.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25123.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaRawFile", "LuaRawFile.vcxproj", "{465AAF83-C74B-4F95-8042-C11F0BAD6A55}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
51|x86 = 51|x86
11+
52|x86 = 52|x86
12+
53|x86 = 53|x86
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{465AAF83-C74B-4F95-8042-C11F0BAD6A55}.51|x86.ActiveCfg = 51|Win32
16+
{465AAF83-C74B-4F95-8042-C11F0BAD6A55}.51|x86.Build.0 = 51|Win32
17+
{465AAF83-C74B-4F95-8042-C11F0BAD6A55}.52|x86.ActiveCfg = 52|Win32
18+
{465AAF83-C74B-4F95-8042-C11F0BAD6A55}.52|x86.Build.0 = 52|Win32
19+
{465AAF83-C74B-4F95-8042-C11F0BAD6A55}.53|x86.ActiveCfg = 53|Win32
20+
{465AAF83-C74B-4F95-8042-C11F0BAD6A55}.53|x86.Build.0 = 53|Win32
21+
EndGlobalSection
22+
GlobalSection(SolutionProperties) = preSolution
23+
HideSolutionNode = FALSE
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)