Skip to content

Commit b13abd4

Browse files
committed
Initial commit, migrated from svn
0 parents  commit b13abd4

12 files changed

+2113
-0
lines changed

Diff for: .gitignore

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

Diff for: ImageFormats.sln

+25
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 Version 16
4+
VisualStudioVersion = 16.0.30114.105
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageFormats", "ImageFormats\ImageFormats.csproj", "{4713BD50-7E76-45BE-B8D9-EA0FC8B1DCE5}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{4713BD50-7E76-45BE-B8D9-EA0FC8B1DCE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{4713BD50-7E76-45BE-B8D9-EA0FC8B1DCE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{4713BD50-7E76-45BE-B8D9-EA0FC8B1DCE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{4713BD50-7E76-45BE-B8D9-EA0FC8B1DCE5}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {54E6CE3E-F8E7-4215-87D2-FA0AACF41738}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)