Skip to content

Commit be70ef2

Browse files
authored
Merge pull request #1 from Keyfactor/dev
Inital Push
2 parents 925a207 + b404222 commit be70ef2

43 files changed

Lines changed: 6027 additions & 691 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Keyfactor Bootstrap Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, closed, synchronize, edited, reopened]
7+
push:
8+
create:
9+
branches:
10+
- 'release-*.*'
11+
12+
jobs:
13+
call-starter-workflow:
14+
uses: keyfactor/actions/.github/workflows/starter.yml@v3
15+
secrets:
16+
token: ${{ secrets.V2BUILDTOKEN}}
17+
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
18+
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
19+
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}

.gitignore

Lines changed: 16 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

66
# User-specific files
7-
*.rsuser
87
*.suo
98
*.user
109
*.userosscache
@@ -13,25 +12,17 @@
1312
# User-specific files (MonoDevelop/Xamarin Studio)
1413
*.userprefs
1514

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-
[Ww][Ii][Nn]32/
27-
[Aa][Rr][Mm]/
28-
[Aa][Rr][Mm]64/
2922
bld/
3023
[Bb]in/
3124
[Oo]bj/
32-
[Oo]ut/
3325
[Ll]og/
34-
[Ll]ogs/
3526

3627
# Visual Studio 2015/2017 cache/options directory
3728
.vs/
@@ -45,10 +36,9 @@ Generated\ Files/
4536
[Tt]est[Rr]esult*/
4637
[Bb]uild[Ll]og.*
4738

48-
# NUnit
39+
# NUNIT
4940
*.VisualState.xml
5041
TestResult.xml
51-
nunit-*.xml
5242

5343
# Build Results of an ATL Project
5444
[Dd]ebugPS/
@@ -62,17 +52,15 @@ BenchmarkDotNet.Artifacts/
6252
project.lock.json
6353
project.fragment.lock.json
6454
artifacts/
65-
66-
# ASP.NET Scaffolding
67-
ScaffoldingReadMe.txt
55+
**/Properties/launchSettings.json
6856

6957
# StyleCop
7058
StyleCopReport.xml
7159

7260
# Files built by Visual Studio
7361
*_i.c
7462
*_p.c
75-
*_h.h
63+
*_i.h
7664
*.ilk
7765
*.meta
7866
*.obj
@@ -89,7 +77,6 @@ StyleCopReport.xml
8977
*.tlh
9078
*.tmp
9179
*.tmp_proj
92-
*_wpftmp.csproj
9380
*.log
9481
*.vspscc
9582
*.vssscc
@@ -132,6 +119,9 @@ _ReSharper*/
132119
*.[Rr]e[Ss]harper
133120
*.DotSettings.user
134121

122+
# JustCode is a .NET coding add-in
123+
.JustCode
124+
135125
# TeamCity is a build add-in
136126
_TeamCity*
137127

@@ -142,11 +132,6 @@ _TeamCity*
142132
.axoCover/*
143133
!.axoCover/settings.json
144134

145-
# Coverlet is a free, cross platform Code Coverage Tool
146-
coverage*.json
147-
coverage*.xml
148-
coverage*.info
149-
150135
# Visual Studio code coverage results
151136
*.coverage
152137
*.coveragexml
@@ -194,8 +179,6 @@ PublishScripts/
194179

195180
# NuGet Packages
196181
*.nupkg
197-
# NuGet Symbol Packages
198-
*.snupkg
199182
# The packages folder can be ignored because of Package Restore
200183
**/[Pp]ackages/*
201184
# except build/, which is used as an MSBuild target.
@@ -220,14 +203,12 @@ BundleArtifacts/
220203
Package.StoreAssociation.xml
221204
_pkginfo.txt
222205
*.appx
223-
*.appxbundle
224-
*.appxupload
225206

226207
# Visual Studio cache files
227208
# files ending in .cache can be ignored
228209
*.[Cc]ache
229210
# but keep track of directories ending in .cache
230-
!?*.[Cc]ache/
211+
!*.[Cc]ache/
231212

232213
# Others
233214
ClientBin/
@@ -240,7 +221,7 @@ ClientBin/
240221
*.publishsettings
241222
orleans.codegen.cs
242223

243-
# Including strong name files can present a security risk
224+
# Including strong name files can present a security risk
244225
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
245226
#*.snk
246227

@@ -271,9 +252,6 @@ ServiceFabricBackup/
271252
*.bim.layout
272253
*.bim_*.settings
273254
*.rptproj.rsuser
274-
*- [Bb]ackup.rdl
275-
*- [Bb]ackup ([0-9]).rdl
276-
*- [Bb]ackup ([0-9][0-9]).rdl
277255

278256
# Microsoft Fakes
279257
FakesAssemblies/
@@ -309,8 +287,12 @@ paket-files/
309287
# FAKE - F# Make
310288
.fake/
311289

312-
# CodeRush personal settings
313-
.cr/personal
290+
# JetBrains Rider
291+
.idea/
292+
*.sln.iml
293+
294+
# CodeRush
295+
.cr/
314296

315297
# Python Tools for Visual Studio (PTVS)
316298
__pycache__/
@@ -335,7 +317,7 @@ __pycache__/
335317
# OpenCover UI analysis results
336318
OpenCover/
337319

338-
# Azure Stream Analytics local run output
320+
# Azure Stream Analytics local run output
339321
ASALocalRun/
340322

341323
# MSBuild Binary and Structured Log
@@ -344,20 +326,5 @@ ASALocalRun/
344326
# NVidia Nsight GPU debugger configuration file
345327
*.nvuser
346328

347-
# MFractors (Xamarin productivity tool) working folder
329+
# MFractors (Xamarin productivity tool) working folder
348330
.mfractor/
349-
350-
# Local History for Visual Studio
351-
.localhistory/
352-
353-
# BeatPulse healthcheck temp database
354-
healthchecksdb
355-
356-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
357-
MigrationBackup/
358-
359-
# Ionide (cross platform F# VS Code tools) working folder
360-
.ionide/
361-
362-
# Fody - auto-generated XML schema
363-
FodyWeavers.xsd

AcmeCaPlugin.sln

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.10.35027.167
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AcmeCaPlugin", "AcmeCaPlugin\AcmeCaPlugin.csproj", "{011DC646-BEF9-4D3B-9D20-CA444A26B355}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProgram", "TestProgram\TestProgram.csproj", "{F45D27E5-26B8-435B-AC49-5A119094BFD3}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Prerelease|Any CPU = Prerelease|Any CPU
14+
Release|Any CPU = Release|Any CPU
15+
EndGlobalSection
16+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{011DC646-BEF9-4D3B-9D20-CA444A26B355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{011DC646-BEF9-4D3B-9D20-CA444A26B355}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{011DC646-BEF9-4D3B-9D20-CA444A26B355}.Prerelease|Any CPU.ActiveCfg = Release|Any CPU
20+
{011DC646-BEF9-4D3B-9D20-CA444A26B355}.Prerelease|Any CPU.Build.0 = Release|Any CPU
21+
{011DC646-BEF9-4D3B-9D20-CA444A26B355}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{011DC646-BEF9-4D3B-9D20-CA444A26B355}.Release|Any CPU.Build.0 = Release|Any CPU
23+
{F45D27E5-26B8-435B-AC49-5A119094BFD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24+
{F45D27E5-26B8-435B-AC49-5A119094BFD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
{F45D27E5-26B8-435B-AC49-5A119094BFD3}.Prerelease|Any CPU.ActiveCfg = Debug|Any CPU
26+
{F45D27E5-26B8-435B-AC49-5A119094BFD3}.Prerelease|Any CPU.Build.0 = Debug|Any CPU
27+
{F45D27E5-26B8-435B-AC49-5A119094BFD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
28+
{F45D27E5-26B8-435B-AC49-5A119094BFD3}.Release|Any CPU.Build.0 = Release|Any CPU
29+
EndGlobalSection
30+
GlobalSection(SolutionProperties) = preSolution
31+
HideSolutionNode = FALSE
32+
EndGlobalSection
33+
GlobalSection(ExtensibilityGlobals) = postSolution
34+
SolutionGuid = {0E1B1C00-FE0C-4138-85D7-51AA99D8745F}
35+
EndGlobalSection
36+
EndGlobal

0 commit comments

Comments
 (0)