Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an Interface for Configuration #7

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d21fc4b
Creating project and the Form
solvingproblemswithtechnology Sep 14, 2020
aaa1f88
Initial ConfigurationFormLayour
solvingproblemswithtechnology Sep 14, 2020
ab19547
Interface changes
solvingproblemswithtechnology Sep 15, 2020
5cd327f
Ignore new project folder
solvingproblemswithtechnology Sep 15, 2020
1230410
OBS Sspport
solvingproblemswithtechnology Sep 15, 2020
1135d18
Powerpoint support
solvingproblemswithtechnology Sep 15, 2020
1bd8bb9
Move project to its parent folder (bad creation)
solvingproblemswithtechnology Sep 15, 2020
30046dd
Inital changes for saving configuration and load at startup.
solvingproblemswithtechnology Sep 15, 2020
3547a4a
Fix exception handling code
skipishere Sep 16, 2020
d47f0d0
Remove dependencies from the Form.
solvingproblemswithtechnology Sep 16, 2020
b75603b
Github Action
solvingproblemswithtechnology Sep 16, 2020
f6b515e
Github Action
solvingproblemswithtechnology Sep 16, 2020
730ca39
Rename
solvingproblemswithtechnology Sep 16, 2020
b975bf8
Rename error
solvingproblemswithtechnology Sep 16, 2020
9e2bbeb
Update release-action.yml
solvingproblemswithtechnology Sep 16, 2020
a64c961
Update release-action.yml
solvingproblemswithtechnology Sep 16, 2020
7392b13
Github Action
solvingproblemswithtechnology Sep 16, 2020
bc02717
Using good old nuget instead of COM for CI...
solvingproblemswithtechnology Sep 16, 2020
21e01cc
Using good old nuget instead of COM for CI...
solvingproblemswithtechnology Sep 16, 2020
8c29fe4
Merge branch 'main' of https://github.com/smartcodinghub/PowerPointTo…
solvingproblemswithtechnology Sep 16, 2020
dac3aaf
Merge pull request #5 from skipishere/main
shanselman Sep 17, 2020
205882b
Add special commands to start and stop recording; allow multiple comm…
bparks Sep 17, 2020
bc13238
Avoid crashing if recording is already started/stopped and start/stop…
bparks Sep 17, 2020
9e01859
Fix comment
bparks Sep 17, 2020
d2eddad
Merge pull request #8 from bparks/control-start-stop
shanselman Sep 18, 2020
11dc855
Creating project and the Form
solvingproblemswithtechnology Sep 14, 2020
6980d23
Initial ConfigurationFormLayour
solvingproblemswithtechnology Sep 14, 2020
9396bf6
Interface changes
solvingproblemswithtechnology Sep 15, 2020
e00cff8
Ignore new project folder
solvingproblemswithtechnology Sep 15, 2020
050da9f
OBS Sspport
solvingproblemswithtechnology Sep 15, 2020
83fd305
Powerpoint support
solvingproblemswithtechnology Sep 15, 2020
e9f3064
Move project to its parent folder (bad creation)
solvingproblemswithtechnology Sep 15, 2020
b7c3e53
Inital changes for saving configuration and load at startup.
solvingproblemswithtechnology Sep 15, 2020
aa7e63d
Remove dependencies from the Form.
solvingproblemswithtechnology Sep 16, 2020
f506ac8
Github Action
solvingproblemswithtechnology Sep 16, 2020
b6ecda1
Rename error
solvingproblemswithtechnology Sep 16, 2020
a755f88
Update release-action.yml
solvingproblemswithtechnology Sep 16, 2020
772ac38
Update release-action.yml
solvingproblemswithtechnology Sep 16, 2020
c6f4a71
Github Action
solvingproblemswithtechnology Sep 16, 2020
a263ad4
Using good old nuget instead of COM for CI...
solvingproblemswithtechnology Sep 16, 2020
3286b24
Using good old nuget instead of COM for CI...
solvingproblemswithtechnology Sep 16, 2020
12b8233
Refactor to Console+Winforms app.
solvingproblemswithtechnology Sep 20, 2020
f37cdfc
Start/Stop feature.
solvingproblemswithtechnology Sep 20, 2020
5a6867c
Add new project for generating an dll embed with the PowerPoint COMRe…
solvingproblemswithtechnology Sep 20, 2020
bdccf2b
Rebasing
solvingproblemswithtechnology Sep 20, 2020
ad39e6d
Creating a console project for optional GUI.
solvingproblemswithtechnology Sep 20, 2020
10e1775
Fix spelling for action
solvingproblemswithtechnology Sep 20, 2020
92e7c36
Fix dotnet warp output name.
solvingproblemswithtechnology Sep 20, 2020
beade18
dotnet warp can't create a path...
solvingproblemswithtechnology Sep 20, 2020
0752889
Exclude project directory.
solvingproblemswithtechnology Sep 23, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update release-action.yml
Use another MSBuild.
solvingproblemswithtechnology authored Sep 16, 2020
commit a64c961e28cef3677f380c6980a412b42ee28500
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16
uses: warrenbuckley/Setup-MSBuild@v1

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application