Skip to content

Commit 39256fb

Browse files
committed
Version 1.0
1 parent 909b717 commit 39256fb

File tree

140 files changed

+1237
-180
lines changed

Some content is hidden

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

140 files changed

+1237
-180
lines changed

.gitignore

+51-178
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,56 @@
1+
# Created by http://www.gitignore.io
2+
3+
### VisualStudio ###
14
## Ignore Visual Studio temporary files, build results, and
25
## files generated by popular Visual Studio add-ons.
3-
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
6+
7+
# 2015
8+
.vs/
59

610
# User-specific files
7-
*.rsuser
811
*.suo
912
*.user
10-
*.userosscache
1113
*.sln.docstates
1214

13-
# User-specific files (MonoDevelop/Xamarin Studio)
14-
*.userprefs
15-
16-
# Mono auto generated files
17-
mono_crash.*
18-
1915
# Build results
2016
[Dd]ebug/
2117
[Dd]ebugPublic/
2218
[Rr]elease/
2319
[Rr]eleases/
2420
x64/
2521
x86/
26-
[Aa][Rr][Mm]/
27-
[Aa][Rr][Mm]64/
22+
#build/
2823
bld/
2924
[Bb]in/
3025
[Oo]bj/
31-
[Ll]og/
32-
[Ll]ogs/
3326

34-
# Visual Studio 2015/2017 cache/options directory
35-
.vs/
36-
# Uncomment if you have tasks that create the project's static files in wwwroot
37-
#wwwroot/
27+
# Cleanup project results
28+
*.[Ff]ile[Ll]ist[Aa]bsolute.txt
3829

39-
# Visual Studio 2017 auto generated files
40-
Generated\ Files/
30+
# Roslyn cache directories
31+
*.ide/
4132

4233
# MSTest test Results
4334
[Tt]est[Rr]esult*/
4435
[Bb]uild[Ll]og.*
4536

46-
# NUnit
37+
#NUNIT
4738
*.VisualState.xml
4839
TestResult.xml
49-
nunit-*.xml
5040

5141
# Build Results of an ATL Project
5242
[Dd]ebugPS/
5343
[Rr]eleasePS/
5444
dlldata.c
5545

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
6846
*_i.c
6947
*_p.c
70-
*_h.h
48+
*_i.h
7149
*.ilk
7250
*.meta
7351
*.obj
74-
*.iobj
7552
*.pch
7653
*.pdb
77-
*.ipdb
7854
*.pgc
7955
*.pgd
8056
*.rsp
@@ -84,7 +60,6 @@ StyleCopReport.xml
8460
*.tlh
8561
*.tmp
8662
*.tmp_proj
87-
*_wpftmp.csproj
8863
*.log
8964
*.vspscc
9065
*.vssscc
@@ -100,21 +75,14 @@ _Chutzpah*
10075
ipch/
10176
*.aps
10277
*.ncb
103-
*.opendb
10478
*.opensdf
10579
*.sdf
10680
*.cachefile
107-
*.VC.db
108-
*.VC.VC.opendb
10981

11082
# Visual Studio profiler
11183
*.psess
11284
*.vsp
11385
*.vspx
114-
*.sap
115-
116-
# Visual Studio Trace Files
117-
*.e2e
11886

11987
# TFS 2012 Local Workspace
12088
$tf/
@@ -127,29 +95,26 @@ _ReSharper*/
12795
*.[Rr]e[Ss]harper
12896
*.DotSettings.user
12997

98+
# JustCode is a .NET coding addin-in
99+
.JustCode
100+
130101
# TeamCity is a build add-in
131102
_TeamCity*
132103

133104
# DotCover is a Code Coverage Tool
134105
*.dotCover
135106

136-
# AxoCover is a Code Coverage Tool
137-
.axoCover/*
138-
!.axoCover/settings.json
139-
140-
# Visual Studio code coverage results
141-
*.coverage
142-
*.coveragexml
143-
144107
# NCrunch
145108
_NCrunch_*
146109
.*crunch*.local.xml
147-
nCrunchTemp_*
148110

149111
# MightyMoose
150112
*.mm.*
151113
AutoTest.Net/
152114

115+
#GhostDoc
116+
*.[Gg]host[Dd]oc.xml
117+
153118
# Web workbench (sass)
154119
.sass-cache/
155120

@@ -172,71 +137,39 @@ publish/
172137
# Publish Web Output
173138
*.[Pp]ublish.xml
174139
*.azurePubxml
175-
# Note: Comment the next line if you want to checkin your web deploy settings,
140+
# TODO: Comment the next line if you want to checkin your web deploy settings
176141
# but database connection strings (with potential passwords) will be unencrypted
177142
*.pubxml
178143
*.publishproj
179144

180-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
181-
# checkin your Azure Web App publish settings, but sensitive information contained
182-
# in these scripts will be unencrypted
183-
PublishScripts/
184-
185145
# NuGet Packages
186146
*.nupkg
187-
# NuGet Symbol Packages
188-
*.snupkg
189147
# The packages folder can be ignored because of Package Restore
190-
**/[Pp]ackages/*
148+
**/packages/*
191149
# except build/, which is used as an MSBuild target.
192-
!**/[Pp]ackages/build/
193-
# Uncomment if necessary however generally it will be regenerated when needed
194-
#!**/[Pp]ackages/repositories.config
195-
# NuGet v3's project.json files produces more ignorable files
196-
*.nuget.props
197-
*.nuget.targets
198-
199-
# Microsoft Azure Build Output
150+
!**/packages/build/
151+
# If using the old MSBuild-Integrated Package Restore, uncomment this:
152+
#!**/packages/repositories.config
153+
154+
# Windows Azure Build Output
200155
csx/
201156
*.build.csdef
202157

203-
# Microsoft Azure Emulator
204-
ecf/
205-
rcf/
206-
207-
# Windows Store app package directories and files
158+
# Windows Store app package directory
208159
AppPackages/
209-
BundleArtifacts/
210-
Package.StoreAssociation.xml
211-
_pkginfo.txt
212-
*.appx
213-
*.appxbundle
214-
*.appxupload
215-
216-
# Visual Studio cache files
217-
# files ending in .cache can be ignored
218-
*.[Cc]ache
219-
# but keep track of directories ending in .cache
220-
!?*.[Cc]ache/
221160

222161
# Others
162+
sql/
163+
*.Cache
223164
ClientBin/
165+
[Ss]tyle[Cc]op.*
224166
~$*
225167
*~
226168
*.dbmdl
227169
*.dbproj.schemaview
228-
*.jfm
229170
*.pfx
230171
*.publishsettings
231-
orleans.codegen.cs
232-
233-
# Including strong name files can present a security risk
234-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
235-
#*.snk
236-
237-
# Since there are multiple workflows, uncomment next line to ignore bower_components
238-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
239-
#bower_components/
172+
node_modules/
240173

241174
# RIA/Silverlight projects
242175
Generated_Code/
@@ -248,103 +181,43 @@ _UpgradeReport_Files/
248181
Backup*/
249182
UpgradeLog*.XML
250183
UpgradeLog*.htm
251-
ServiceFabricBackup/
252-
*.rptproj.bak
253184

254185
# SQL Server files
255186
*.mdf
256187
*.ldf
257-
*.ndf
258188

259189
# Business Intelligence projects
260190
*.rdl.data
261191
*.bim.layout
262192
*.bim_*.settings
263-
*.rptproj.rsuser
264-
*- [Bb]ackup.rdl
265-
*- [Bb]ackup ([0-9]).rdl
266-
*- [Bb]ackup ([0-9][0-9]).rdl
267193

268194
# Microsoft Fakes
269195
FakesAssemblies/
270196

271-
# GhostDoc plugin setting file
272-
*.GhostDoc.xml
273-
274-
# Node.js Tools for Visual Studio
275-
.ntvs_analysis.dat
276-
node_modules/
277-
278-
# Visual Studio 6 build log
279-
*.plg
280-
281-
# Visual Studio 6 workspace options file
282-
*.opt
283-
284-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
285-
*.vbw
286-
287-
# Visual Studio LightSwitch build output
288-
**/*.HTMLClient/GeneratedArtifacts
289-
**/*.DesktopClient/GeneratedArtifacts
290-
**/*.DesktopClient/ModelManifest.xml
291-
**/*.Server/GeneratedArtifacts
292-
**/*.Server/ModelManifest.xml
293-
_Pvt_Extensions
294-
295-
# Paket dependency manager
296-
.paket/paket.exe
297-
paket-files/
298-
299-
# FAKE - F# Make
300-
.fake/
301-
302-
# CodeRush personal settings
303-
.cr/personal
304-
305-
# Python Tools for Visual Studio (PTVS)
306-
__pycache__/
307-
*.pyc
308-
309-
# Cake - Uncomment if you are using it
310-
# tools/**
311-
# !tools/packages.config
312-
313-
# Tabs Studio
314-
*.tss
315-
316-
# Telerik's JustMock configuration file
317-
*.jmconfig
318-
319-
# BizTalk build output
320-
*.btp.cs
321-
*.btm.cs
322-
*.odx.cs
323-
*.xsd.cs
324-
325-
# OpenCover UI analysis results
326-
OpenCover/
327-
328-
# Azure Stream Analytics local run output
329-
ASALocalRun/
330197

331-
# MSBuild Binary and Structured Log
332-
*.binlog
198+
### Windows ###
199+
# Windows image file caches
200+
Thumbs.db
201+
ehthumbs.db
333202

334-
# NVidia Nsight GPU debugger configuration file
335-
*.nvuser
203+
# Folder config file
204+
Desktop.ini
336205

337-
# MFractors (Xamarin productivity tool) working folder
338-
.mfractor/
206+
# Recycle Bin used on file shares
207+
$RECYCLE.BIN/
339208

340-
# Local History for Visual Studio
341-
.localhistory/
209+
# Windows Installer files
210+
*.cab
211+
*.msi
212+
*.msm
213+
*.msp
342214

343-
# BeatPulse healthcheck temp database
344-
healthchecksdb
215+
# DNN website
216+
[Ww]ebsite/
345217

346-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
347-
MigrationBackup/
218+
# DNN Lucene.net index files
219+
[Ww]ebsite/[Aa]pp_[Dd]ata/[Ss]earch/
348220

349-
# Ionide (cross platform F# VS Code tools) working folder
350-
.ionide/
221+
# DNN Logs
222+
[Ww]ebsite/[Pp]ortals/_default/[Ll]ogs/
223+
/MSBuildLog.txt

.yo-rc.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"generator-upendodnn": {
3+
"promptValues": {
4+
"yourName": "Upendo Ventures",
5+
"company": "Upendo",
6+
"companyUrl": "https://upendoventures.com",
7+
"emailAddy": "solutions@upendoventures.com",
8+
"companyName": "UpendoVentures"
9+
}
10+
}
11+
}

Build/DotNetNuke.MSBuild.Tasks.dll

50.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)