Skip to content

Commit f275006

Browse files
author
Meysam Navaei
committed
Add project files.
1 parent 223cc41 commit f275006

File tree

2,351 files changed

+181420
-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.

2,351 files changed

+181420
-0
lines changed

Diff for: .gitignore

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

Diff for: Generator-Json/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# TLSchemaToJson
2+
Generate json from schema.tl
3+
4+
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/Resources/tl
5+
6+

0 commit comments

Comments
 (0)