@joebigelow / wix-1 / commits / 6fc54af0

Initialize repo

Rob Mensching committed Jul 21, 2018 at 07:32 UTC 6fc54af07b10742e883f3a39ef0114e55e6a36a0
3 files changed +335
.gitattributes new
+2
@@ -0,0 +1,2 @@
1 +# Auto detect text files and perform LF normalization
2 +* text=auto
.gitignore new
+305
@@ -0,0 +1,305 @@
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 +*.suo
8 +*.user
9 +*.userosscache
10 +*.sln.docstates
11 +
12 +# User-specific files (MonoDevelop/Xamarin Studio)
13 +*.userprefs
14 +
15 +# Build results
16 +[Dd]ebug/
17 +[Dd]ebugPublic/
18 +[Rr]elease/
19 +[Rr]eleases/
20 +x64/
21 +x86/
22 +bld/
23 +[Bb]in/
24 +[Oo]bj/
25 +[Ll]og/
26 +
27 +# VSCode
28 +.vscode/
29 +
30 +# Visual Studio 2015 cache/options directory
31 +.vs/
32 +# Uncomment if you have tasks that create the project's static files in wwwroot
33 +#wwwroot/
34 +
35 +# MSTest test Results
36 +[Tt]est[Rr]esult*/
37 +[Bb]uild[Ll]og.*
38 +
39 +# NUNIT
40 +*.VisualState.xml
41 +TestResult.xml
42 +
43 +# Build Results of an ATL Project
44 +[Dd]ebugPS/
45 +[Rr]eleasePS/
46 +dlldata.c
47 +
48 +# Benchmark Results
49 +BenchmarkDotNet.Artifacts/
50 +
51 +# .NET Core
52 +project.lock.json
53 +project.fragment.lock.json
54 +artifacts/
55 +**/Properties/launchSettings.json
56 +
57 +*_i.c
58 +*_p.c
59 +*_i.h
60 +*.ilk
61 +*.meta
62 +*.obj
63 +*.pch
64 +*.pdb
65 +*.pgc
66 +*.pgd
67 +*.rsp
68 +*.sbr
69 +*.tlb
70 +*.tli
71 +*.tlh
72 +*.tmp
73 +*.tmp_proj
74 +*.log
75 +*.vspscc
76 +*.vssscc
77 +.builds
78 +*.pidb
79 +*.svclog
80 +*.scc
81 +
82 +# Chutzpah Test files
83 +_Chutzpah*
84 +
85 +# Visual C++ cache files
86 +ipch/
87 +*.aps
88 +*.ncb
89 +*.opendb
90 +*.opensdf
91 +*.sdf
92 +*.cachefile
93 +*.VC.db
94 +*.VC.VC.opendb
95 +
96 +# Visual Studio profiler
97 +*.psess
98 +*.vsp
99 +*.vspx
100 +*.sap
101 +
102 +# TFS 2012 Local Workspace
103 +$tf/
104 +
105 +# Guidance Automation Toolkit
106 +*.gpState
107 +
108 +# ReSharper is a .NET coding add-in
109 +_ReSharper*/
110 +*.[Rr]e[Ss]harper
111 +*.DotSettings.user
112 +
113 +# JustCode is a .NET coding add-in
114 +.JustCode
115 +
116 +# TeamCity is a build add-in
117 +_TeamCity*
118 +
119 +# DotCover is a Code Coverage Tool
120 +*.dotCover
121 +
122 +# AxoCover is a Code Coverage Tool
123 +.axoCover/*
124 +!.axoCover/settings.json
125 +
126 +# Visual Studio code coverage results
127 +*.coverage
128 +*.coveragexml
129 +
130 +# NCrunch
131 +_NCrunch_*
132 +.*crunch*.local.xml
133 +nCrunchTemp_*
134 +
135 +# MightyMoose
136 +*.mm.*
137 +AutoTest.Net/
138 +
139 +# Web workbench (sass)
140 +.sass-cache/
141 +
142 +# Installshield output folder
143 +[Ee]xpress/
144 +
145 +# DocProject is a documentation generator add-in
146 +DocProject/buildhelp/
147 +DocProject/Help/*.HxT
148 +DocProject/Help/*.HxC
149 +DocProject/Help/*.hhc
150 +DocProject/Help/*.hhk
151 +DocProject/Help/*.hhp
152 +DocProject/Help/Html2
153 +DocProject/Help/html
154 +
155 +# Click-Once directory
156 +publish/
157 +
158 +# Publish Web Output
159 +*.[Pp]ublish.xml
160 +*.azurePubxml
161 +# Note: Comment the next line if you want to checkin your web deploy settings,
162 +# but database connection strings (with potential passwords) will be unencrypted
163 +*.pubxml
164 +*.publishproj
165 +
166 +# Microsoft Azure Web App publish settings. Comment the next line if you want to
167 +# checkin your Azure Web App publish settings, but sensitive information contained
168 +# in these scripts will be unencrypted
169 +PublishScripts/
170 +
171 +# NuGet Packages
172 +*.nupkg
173 +# The packages folder can be ignored because of Package Restore
174 +**/packages/*
175 +# except build/, which is used as an MSBuild target.
176 +!**/packages/build/
177 +# Uncomment if necessary however generally it will be regenerated when needed
178 +#!**/packages/repositories.config
179 +# NuGet v3's project.json files produces more ignorable files
180 +*.nuget.props
181 +*.nuget.targets
182 +
183 +# Microsoft Azure Build Output
184 +csx/
185 +*.build.csdef
186 +
187 +# Microsoft Azure Emulator
188 +ecf/
189 +rcf/
190 +
191 +# Windows Store app package directories and files
192 +AppPackages/
193 +BundleArtifacts/
194 +Package.StoreAssociation.xml
195 +_pkginfo.txt
196 +*.appx
197 +
198 +# Visual Studio cache files
199 +# files ending in .cache can be ignored
200 +*.[Cc]ache
201 +# but keep track of directories ending in .cache
202 +!*.[Cc]ache/
203 +
204 +# Others
205 +ClientBin/
206 +~$*
207 +*~
208 +*.dbmdl
209 +*.dbproj.schemaview
210 +*.jfm
211 +*.pfx
212 +*.publishsettings
213 +orleans.codegen.cs
214 +
215 +# Since there are multiple workflows, uncomment next line to ignore bower_components
216 +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
217 +#bower_components/
218 +
219 +# RIA/Silverlight projects
220 +Generated_Code/
221 +
222 +# Backup & report files from converting an old project file
223 +# to a newer Visual Studio version. Backup files are not needed,
224 +# because we have git ;-)
225 +_UpgradeReport_Files/
226 +Backup*/
227 +UpgradeLog*.XML
228 +UpgradeLog*.htm
229 +
230 +# SQL Server files
231 +*.mdf
232 +*.ldf
233 +*.ndf
234 +
235 +# Business Intelligence projects
236 +*.rdl.data
237 +*.bim.layout
238 +*.bim_*.settings
239 +
240 +# Microsoft Fakes
241 +FakesAssemblies/
242 +
243 +# GhostDoc plugin setting file
244 +*.GhostDoc.xml
245 +
246 +# Node.js Tools for Visual Studio
247 +.ntvs_analysis.dat
248 +node_modules/
249 +
250 +# Typescript v1 declaration files
251 +typings/
252 +
253 +# Visual Studio 6 build log
254 +*.plg
255 +
256 +# Visual Studio 6 workspace options file
257 +*.opt
258 +
259 +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
260 +*.vbw
261 +
262 +# Visual Studio LightSwitch build output
263 +**/*.HTMLClient/GeneratedArtifacts
264 +**/*.DesktopClient/GeneratedArtifacts
265 +**/*.DesktopClient/ModelManifest.xml
266 +**/*.Server/GeneratedArtifacts
267 +**/*.Server/ModelManifest.xml
268 +_Pvt_Extensions
269 +
270 +# Paket dependency manager
271 +.paket/paket.exe
272 +paket-files/
273 +
274 +# FAKE - F# Make
275 +.fake/
276 +
277 +# JetBrains Rider
278 +.idea/
279 +*.sln.iml
280 +
281 +# CodeRush
282 +.cr/
283 +
284 +# Python Tools for Visual Studio (PTVS)
285 +__pycache__/
286 +*.pyc
287 +
288 +# Cake - Uncomment if you are using it
289 +# tools/**
290 +# !tools/packages.config
291 +
292 +# Tabs Studio
293 +*.tss
294 +
295 +# Telerik's JustMock configuration file
296 +*.jmconfig
297 +
298 +# BizTalk build output
299 +*.btp.cs
300 +*.btm.cs
301 +*.odx.cs
302 +*.xsd.cs
303 +
304 +# OpenCover UI analysis results
305 +OpenCover/
\ No newline at end of file
LICENSE.TXT new
+28
@@ -0,0 +1,28 @@
1 +Copyright (c) .NET Foundation and contributors.
2 +This software is released under the Microsoft Reciprocal License (MS-RL) (the "License"); you may not use the software except in compliance with the License.
3 +
4 +The text of the Microsoft Reciprocal License (MS-RL) can be found online at:
5 + http://opensource.org/licenses/ms-rl
6 +
7 +
8 +Microsoft Reciprocal License (MS-RL)
9 +
10 +This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
11 +
12 +1. Definitions
13 + The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
14 + A "contribution" is the original software, or any additions or changes to the software.
15 + A "contributor" is any person that distributes its contribution under this license.
16 + "Licensed patents" are a contributor's patent claims that read directly on its contribution.
17 +
18 +2. Grant of Rights
19 + (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
20 + (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
21 +
22 +3. Conditions and Limitations
23 + (A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.
24 + (B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
25 + (C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
26 + (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
27 + (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
28 + (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.