Skip to content

Commit d637e04

Browse files
committed
Add new Webpack ReactDesktopApps VS.NET Template
1 parent 2f58cae commit d637e04

File tree

126 files changed

+57506
-2
lines changed

Some content is hidden

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

126 files changed

+57506
-2
lines changed

.gitignore

Lines changed: 258 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
staging-console/
5+
staging-winforms/
6+
apps/
7+
8+
# User-specific files
9+
*.suo
10+
*.user
11+
*.userosscache
12+
*.sln.docstates
13+
.vs/
14+
15+
# Build results
16+
[Dd]ebug/
17+
[Dd]ebugPublic/
18+
[Rr]elease/
19+
[Rr]eleases/
20+
x64/
21+
x86/
22+
build/
23+
bld/
24+
[Bb]in/
25+
[Oo]bj/
26+
27+
# Roslyn cache directories
28+
*.ide/
29+
30+
# MSTest test Results
31+
[Tt]est[Rr]esult*/
32+
[Bb]uild[Ll]og.*
33+
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+
*_i.c
44+
*_p.c
45+
*_i.h
46+
*.ilk
47+
*.meta
48+
*.obj
49+
*.pch
50+
*.pdb
51+
*.pgc
52+
*.pgd
53+
*.rsp
54+
*.sbr
55+
*.tlb
56+
*.tli
57+
*.tlh
58+
*.tmp
59+
*.tmp_proj
60+
*.log
61+
*.vspscc
62+
*.vssscc
63+
.builds
64+
*.pidb
65+
*.svclog
66+
*.scc
67+
68+
# Chutzpah Test files
69+
_Chutzpah*
70+
71+
# Visual C++ cache files
72+
ipch/
73+
*.aps
74+
*.ncb
75+
*.opensdf
76+
*.sdf
77+
*.cachefile
78+
79+
# Visual Studio profiler
80+
*.psess
81+
*.vsp
82+
*.vspx
83+
84+
# TFS 2012 Local Workspace
85+
$tf/
86+
87+
# Guidance Automation Toolkit
88+
*.gpState
89+
90+
# ReSharper is a .NET coding add-in
91+
_ReSharper*/
92+
*.[Rr]e[Ss]harper
93+
*.DotSettings.user
94+
95+
# JustCode is a .NET coding addin-in
96+
.JustCode
97+
98+
# TeamCity is a build add-in
99+
_TeamCity*
100+
101+
# DotCover is a Code Coverage Tool
102+
*.dotCover
103+
104+
# NCrunch
105+
_NCrunch_*
106+
.*crunch*.local.xml
107+
108+
# MightyMoose
109+
*.mm.*
110+
AutoTest.Net/
111+
112+
# Web workbench (sass)
113+
.sass-cache/
114+
115+
# Installshield output folder
116+
[Ee]xpress/
117+
118+
# DocProject is a documentation generator add-in
119+
DocProject/buildhelp/
120+
DocProject/Help/*.HxT
121+
DocProject/Help/*.HxC
122+
DocProject/Help/*.hhc
123+
DocProject/Help/*.hhk
124+
DocProject/Help/*.hhp
125+
DocProject/Help/Html2
126+
DocProject/Help/html
127+
128+
# Click-Once directory
129+
publish/
130+
131+
# Publish Web Output
132+
*.[Pp]ublish.xml
133+
*.azurePubxml
134+
# TODO: Comment the next line if you want to checkin your web deploy settings
135+
# but database connection strings (with potential passwords) will be unencrypted
136+
*.pubxml
137+
*.publishproj
138+
139+
# NuGet Packages
140+
*.nupkg
141+
# The packages folder can be ignored because of Package Restore
142+
**/packages/*
143+
# except build/, which is used as an MSBuild target.
144+
!**/packages/build/
145+
# If using the old MSBuild-Integrated Package Restore, uncomment this:
146+
#!**/packages/repositories.config
147+
148+
# Windows Azure Build Output
149+
csx/
150+
*.build.csdef
151+
152+
# Windows Store app package directory
153+
AppPackages/
154+
155+
# Others
156+
sql/
157+
*.Cache
158+
ClientBin/
159+
[Ss]tyle[Cc]op.*
160+
~$*
161+
*~
162+
*.dbmdl
163+
*.dbproj.schemaview
164+
*.pfx
165+
*.publishsettings
166+
node_modules/
167+
jspm_packages/
168+
staging-console/
169+
staging-winforms/
170+
171+
172+
# RIA/Silverlight projects
173+
Generated_Code/
174+
175+
# Backup & report files from converting an old project file
176+
# to a newer Visual Studio version. Backup files are not needed,
177+
# because we have git ;-)
178+
_UpgradeReport_Files/
179+
Backup*/
180+
UpgradeLog*.XML
181+
UpgradeLog*.htm
182+
183+
# SQL Server files
184+
*.mdf
185+
*.ldf
186+
187+
# Business Intelligence projects
188+
*.rdl.data
189+
*.bim.layout
190+
*.bim_*.settings
191+
192+
# Microsoft Fakes
193+
FakesAssemblies/
194+
195+
# =========================
196+
# Operating System Files
197+
# =========================
198+
199+
# OSX
200+
# =========================
201+
202+
.DS_Store
203+
.AppleDouble
204+
.LSOverride
205+
206+
# Thumbnails
207+
._*
208+
209+
# Files that might appear on external disk
210+
.Spotlight-V100
211+
.Trashes
212+
213+
# Directories potentially created on remote AFP share
214+
.AppleDB
215+
.AppleDesktop
216+
Network Trash Folder
217+
Temporary Items
218+
.apdisk
219+
220+
# Windows
221+
# =========================
222+
223+
# Windows image file caches
224+
Thumbs.db
225+
ehthumbs.db
226+
227+
# Folder config file
228+
Desktop.ini
229+
230+
# Recycle Bin used on file shares
231+
$RECYCLE.BIN/
232+
233+
# Windows Installer files
234+
*.cab
235+
*.msi
236+
*.msm
237+
*.msp
238+
239+
# Windows shortcuts
240+
*.lnk
241+
src/BenchmarkAnalyzer/BenchmarkAnalyzer/BenchmarkAnalyzer/wwwroot_build/BenchmarkAnalyzer-console.exe
242+
src/BenchmarkAnalyzer/BenchmarkAnalyzer/BenchmarkAnalyzer/wwwroot_build/BenchmarkAnalyzer-winforms.exe
243+
src/React-Chat-Gap/React-Chat-Gap/React_Chat_Gap/wwwroot_build/React_Chat_Gap-console.exe
244+
*.7z
245+
wwwroot/
246+
src/React-Chat-Gap/React-Chat-Gap/React_Chat_Gap/wwwroot_build/React_Chat_Gap-winforms.exe
247+
src/React-Chat-Gap/React-Chat-Gap/React_Chat_Gap/wwwroot_build/React_Chat_Gap-winforms.exe
248+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/ReactChat-console.exe
249+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/ReactChat-winforms.exe
250+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/apps/ReactChat-console.exe
251+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/apps/ReactChat-winforms.exe
252+
src/ReactChat/ReactChat/ReactChat/webdeploy.zip
253+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/deploy/appsettings.txt
254+
src/ReactChat/ReactChat/ReactChat.Resources/appsettings.txt
255+
src/ReactChat/ReactChat/ReactChat.Resources/appsettings.txt
256+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/deploy/appsettings.txt
257+
src/ReactChat/ReactChat/ReactChat/wwwroot_build/deploy/appsettings.txt
258+
src/ReactChat/ReactChat/webdeploy.zip

0 commit comments

Comments
 (0)