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

merges master up to the Fast OBS branch. #38

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
166 commits
Select commit Hold shift + click to select a range
870ed29
Initial Commit - draw flash overlay only
vipoo Feb 5, 2016
618318c
Packaging: release build using nuget to retreive dependencies
vipoo Feb 6, 2016
9420d67
Packaging: Create release artifact
vipoo Feb 6, 2016
4acbf2e
Package: fixes for package script
vipoo Feb 6, 2016
2581e61
Debug Packaging: Only copy main assembly to host application
vipoo Feb 6, 2016
268656f
Debug Build: copy plugin to new folder location ./plugins/overlays
vipoo Feb 8, 2016
bb43c0a
Init commit
vipoo Feb 10, 2016
66a1abd
Renamed project file
vipoo Feb 10, 2016
a56d865
Added solution and packages.config
vipoo Feb 10, 2016
c3e8d86
Correct relative path references for project references
vipoo Feb 10, 2016
532cd8e
Added nuget packaging script
vipoo Feb 10, 2016
36aca2f
Fixed/renamed assembly and namespace
vipoo Feb 10, 2016
87dbbf2
Moved tester project into subfolder and renamed to iRacingDirector.Pl…
vipoo Feb 11, 2016
2c06873
Fixed name of tester assembly - iRacingDirector.Plugin.Tester.exe
vipoo Feb 11, 2016
14b9112
Added iRacingDirector.Plugin project, and fixed associated references
vipoo Feb 12, 2016
3e6790a
Load plugin assembly as a ShadowCopy within a seperate AppDomain
vipoo Feb 20, 2016
51e4193
Removed reference to iRacingDirector.Plugin
vipoo Feb 20, 2016
1431641
Removed reference to iRacingDirector.Plugin
vipoo Feb 20, 2016
1bfadf9
Updated TODO list
vipoo Feb 20, 2016
0522739
Support for finding iRacingSDK from different packages path - as per …
vipoo Feb 20, 2016
e08ac15
Add additional search folder for nuget packages
vipoo Feb 20, 2016
ecc911a
Added StandardOverlays project as submodule
vipoo Feb 20, 2016
f23ac7e
Removed nuget dependency - iRacingDirector.Plugin
vipoo Feb 20, 2016
c6afce1
Added common support assembly for plugins - and updated nuget packaging
vipoo Feb 20, 2016
6f9a52c
Moved extensions.cs into plugin.support project
vipoo Feb 20, 2016
9c179ff
Update to StandardOverlays project
vipoo Feb 20, 2016
b8c3628
Removed submodule StandardOverlays - to avoid submodule circular hell
vipoo Feb 20, 2016
e29813f
Removed submodule StandardOverlays - to avoid submodule circular hell
vipoo Feb 20, 2016
990b6f4
Added StandardOverlay as ignore folder
vipoo Feb 20, 2016
c55705b
Updated references for ...Plugin.Support project as per different sol…
vipoo Feb 20, 2016
2380758
Copy ..plugin.Support.* to output folder of iRacingReplayOverlay project
vipoo Feb 20, 2016
fd2afe2
Fixed project reference and only copy binaries to solution output, wh…
vipoo Feb 20, 2016
8784fff
Moved remaining support files from overlay plugin - and added onPaint…
vipoo Feb 20, 2016
1ddfda4
Moved remaining support files from overlay plugin
vipoo Feb 20, 2016
147e209
DescriptionAttribute for use in describing settings
vipoo Feb 20, 2016
c68bbd3
Settings: Changed to use plugin description attribute
vipoo Feb 20, 2016
ec9499f
Added 'real' sessionData sample
vipoo Feb 21, 2016
a5e4624
Changed auto field SessionData to cleaner type EventData
vipoo Feb 21, 2016
b1cbdf8
Moved paging calculation into plugins responsibility. Tester now ani…
vipoo Feb 21, 2016
960f000
Updated to support new requirement for paging calculation of intro fl…
vipoo Feb 21, 2016
59ae210
Fix reference to iRacingSDK - 1.0.0.34
vipoo Feb 21, 2016
2a70820
Update of project references to work within iRacingReplayOverlay.sln …
vipoo Feb 22, 2016
d0d2ce2
Updated reference for nuget assembly ...Support to 1.0.0.23
vipoo Feb 22, 2016
cc83dad
Extracted drawing code into seperate files
vipoo Feb 25, 2016
6793833
Allow iRacingSDK to be referenced as csproj - if in solution
vipoo Feb 26, 2016
13f98aa
Update of todo list
vipoo Feb 25, 2016
17f4658
Prebuild step to download iRacingReplayOverlay.net release
vipoo Feb 26, 2016
927216a
Add reference to iRacingReplayOverlay.net.exe
vipoo Feb 26, 2016
3aa3b2f
iRacingReplayOverlay reference as project or binary
vipoo Feb 26, 2016
fb3827c
Packaging: Include iRacingReplayOverlay.exe in nuget package
vipoo Feb 26, 2016
f6b3a44
Tester: Using iRacingReplayOverlay.exe's implementation of LogListene…
vipoo Feb 26, 2016
083bf7f
Reference 1.0.3.21 of iRacingReplayOverlay
vipoo Feb 26, 2016
6e1a2d7
Tester: Changed to x64 and removed deleted file reference
vipoo Feb 26, 2016
7dd0c42
Changed to x64 for release build
vipoo Feb 26, 2016
077e6bc
Referencing PluginProxy within iRacingReplayOverlay
vipoo Feb 26, 2016
6834cce
Wip: Moving main overlay drawing code into plugin
vipoo Feb 26, 2016
702ab41
Added support for main overlay drawing
vipoo Feb 26, 2016
44b89b3
Updated refernece to iRacingReplayOverlay.net to 1.0.3.23
vipoo Feb 26, 2016
375fa7b
Update reference for ..Plugin.Support to 1.0.0.35
vipoo Feb 27, 2016
b0ffb65
Tester: Play/pause button added
vipoo Feb 27, 2016
6846741
Tester: Progress slider for replay added
vipoo Feb 27, 2016
c4228af
Tester: Allow user to move to any position of replay
vipoo Feb 27, 2016
107d3e0
Support: Added extra fields required by plugin
vipoo Feb 27, 2016
17f1fa3
Moved all main race overlays
vipoo Feb 27, 2016
318ae9d
Tester: Updated to reference iRacingReplayOverlay 1.0.3.25
vipoo Feb 27, 2016
3dde936
Tester: Moved to main application's release
vipoo Feb 27, 2016
2ab6562
Update reference to ...Plugin.Support
vipoo Feb 27, 2016
aa95002
EventData: Added accessor for Race and Results fields
vipoo Feb 27, 2016
6cd1c0e
Added Outro overlay code
vipoo Feb 27, 2016
6ee783b
Added extra graphic commands
vipoo Feb 29, 2016
a4a0829
Leaderboard list - updated look
vipoo Feb 29, 2016
2d94484
Additional support functions for plugins
vipoo Mar 3, 2016
68f052e
Updated colours layout for race messages, cam messages and fastest laps
vipoo Mar 3, 2016
36d4adb
Logging: Log all exception as category 'ERROR'
vipoo Mar 5, 2016
257386b
Logging: Log all exception as category 'ERROR'
vipoo Mar 5, 2016
925bcb9
BugFix: Fixed issue where driver short names have less then 4 characters
vipoo Mar 20, 2016
3dab076
Plugin binaries copied to dev build path for main application - debug…
vipoo Mar 26, 2016
b99b6ed
Renamed from StandardOverlays to JockeOverlays
vipoo Mar 26, 2016
2c9c896
Update project guid
vipoo Mar 26, 2016
3464c7f
Added method to GraphicRect - WithTextOffset
vipoo Mar 28, 2016
ea4cfd9
Updated dependency - iRacingDirector.Plugin.Support
vipoo Mar 28, 2016
53ad98b
Leaderboard: removed standard-overlays code
vipoo Mar 28, 2016
9742a27
Leaderboard: Apply new design
vipoo Mar 28, 2016
5ca31c1
Packaging: Include required assembly ..Plugin.Support
vipoo Mar 28, 2016
4b10684
BugFix: Fixed issue with CenterGraphicRect.DrawText
vipoo Mar 28, 2016
f3661b6
BugFix: Updated support - to fix issue with some text not showing
vipoo Mar 28, 2016
bf5594e
BugFix: Updated support - to fix issue with some text not showing
vipoo Mar 28, 2016
e3e8140
Update reference to iRacingSDK
vipoo Apr 24, 2016
f299e41
Update reference to iRacingSDK
vipoo Apr 24, 2016
ce1a632
Update reference to iRacingSDK
vipoo Apr 24, 2016
96a7700
Added accessor to allow safe retrieval of driver by carIdx
vipoo Jun 19, 2016
2698fdd
BugFix: Raises error on drawing flash cards, if driver details are no…
vipoo Jun 19, 2016
1ca876a
BugFix: Raises error on drawing flash cards, if driver details are no…
vipoo Jun 19, 2016
3ba75e8
Allow to set timespan to be lower 1 sec for a gap between vehicles in…
MerlinCooper Feb 2, 2019
432b551
Allow to set timespan to be lower 1 sec for a gap between vehicles in…
MerlinCooper Feb 2, 2019
3aed918
Revert "Allow to set timespan to be lower 1 sec for a gap between veh…
MerlinCooper Feb 2, 2019
ba809d6
Merge branch 'bugfix-time-gap-between-cars' of https://github.com/Mer…
MerlinCooper Feb 2, 2019
c14f074
Allow comma values for timegap between vehicles in a battle.
MerlinCooper Feb 2, 2019
d79f3f2
Use NumberFormatInfo to convert String to double to make it work for …
MerlinCooper Feb 2, 2019
623bd17
Update README.md
vipoo Mar 17, 2019
ca271d3
Bump YamlDotNet from 3.1.1 to 5.0.0 in /iRacingReplayOverlay.net.Tests
dependabot[bot] May 23, 2019
530a40c
Bump YamlDotNet from 3.1.1 to 5.0.0
dependabot[bot] May 23, 2019
f8586a7
Merge pull request #107 from MerlinCooper/bugfix-time-gap-between-cars
MerlinCooper May 10, 2020
7ee6c0d
Merge pull request #113 from vipoo/dependabot/nuget/YamlDotNet-5.0.0
MerlinCooper May 11, 2020
aada71e
Merge pull request #112 from vipoo/dependabot/nuget/iRacingReplayOver…
MerlinCooper May 11, 2020
eda207e
Update all projects to YamlDotNet V8.1.1
MerlinCooper May 11, 2020
3813eec
Merge branch 'master' into master
MerlinCooper May 14, 2020
30f7997
Add Subprojects to gitignore
MerlinCooper May 21, 2020
733e754
Revert "Add Subprojects to gitignore"
MerlinCooper May 21, 2020
2a55e67
Submodule Correction
MerlinCooper May 21, 2020
7a8c8c7
Add submodule iRacingsSDK.NET
MerlinCooper May 21, 2020
e81f9a3
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
d7dbb85
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
26f4fa7
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
02b8246
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
14346c5
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
2757ba8
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
39cc2c1
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
aa66b3f
Merge pull request #19 from MerlinCooper/azure-pipelines_Fast_Video_R…
MerlinCooper Jun 2, 2020
940e527
Merge pull request #18 from MerlinCooper/azure-pipelines
MerlinCooper Jun 2, 2020
579d2da
Delete azure-pipelines.yml
MerlinCooper Jun 2, 2020
a26a775
Delete azure-pipelines-1.yml
MerlinCooper Jun 2, 2020
76c8969
Delete azure-pipelines-Fast_Video_Recording_With_OBS.yml
MerlinCooper Jun 2, 2020
c331232
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
d8eeea7
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
40c0560
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
a92981c
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
82b9d0f
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
eae934a
commit all pending changes
MerlinCooper Jun 2, 2020
567f9cb
removed folder for missing submodule plugins/NoOverlay
kareem613 Jun 4, 2020
84e1086
Merge pull request #24 from kareem613/master
MerlinCooper Jun 5, 2020
b3ae4b5
add source code for NoOverlay
MerlinCooper Jun 5, 2020
0c09eb0
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
cd65c38
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
4ad0faf
Add the Azure Boards badge to the README. Fixes AB#4
MerlinCooper Jun 5, 2020
1f21979
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
26bfcc3
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
cefadce
Merge pull request #26 from MerlinCooper/azure-boards
MerlinCooper Jun 5, 2020
270a813
Update README.md
MerlinCooper Jun 5, 2020
77ce9dc
Update README.md
MerlinCooper Jun 5, 2020
1fa14dc
adds nooverlay project to solution
kareem613 Jun 6, 2020
229035b
Merge branch 'master' into azure-pipelines
MerlinCooper Jun 6, 2020
25bee6e
Merge pull request #20 from MerlinCooper/azure-pipelines
MerlinCooper Jun 6, 2020
bebd62e
Update README.md
MerlinCooper Jun 7, 2020
1a2802b
Update README.md
MerlinCooper Jun 7, 2020
a35617b
Update Readme with Azure Pipeline status badge
MerlinCooper Jun 7, 2020
9ca2349
Add the Azure Boards badge to the README. Fixes AB#1
MerlinCooper Jun 7, 2020
c47a351
Merge pull request #35 from MerlinCooper/azure-boards_2020-06-07T09-4…
MerlinCooper Jun 7, 2020
7b8973d
Merge remote-tracking branch 'merline/master'
kareem613 Jun 7, 2020
c79b2b5
Add status badge for Auzure piplines
MerlinCooper Jun 7, 2020
5181216
Merge remote-tracking branch 'merline/master'
kareem613 Jun 7, 2020
bc7a26e
removed plug support submodule
kareem613 Jun 7, 2020
7260ef5
integrated standard overlay submodule
kareem613 Jun 7, 2020
cfd533b
integrated jockeoverlay submodule
kareem613 Jun 7, 2020
76eb90b
removes all unecessary files from plugins projects
kareem613 Jun 8, 2020
15a54ed
.sln file not needed using project file within the iRacingDirector so…
MerlinCooper Jun 8, 2020
6f51bb6
Remove solution-file of subproject
MerlinCooper Jun 8, 2020
3c9c123
Remove solution-file of subproject
MerlinCooper Jun 8, 2020
f9f12aa
moves support files into proper folder
kareem613 Jun 8, 2020
6a853b7
removes obsolete nuget config
kareem613 Jun 8, 2020
75ddd10
Merge branch 'master' of https://github.com/kareem613/iRacingReplayDi…
kareem613 Jun 8, 2020
99e114e
Merge pull request #37 from kareem613/master
MerlinCooper Jun 9, 2020
1ecf83e
merged master up
kareem613 Jun 10, 2020
b38c067
updates iraceing sdk to master branch
kareem613 Jun 10, 2020
69a4431
updates all projects to .net 4.7.2
kareem613 Jun 10, 2020
de00fad
Update packages.config
MerlinCooper Jun 11, 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
9 changes: 0 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
[submodule "SuperMFLib"]
path = SuperMFLib
url = git://github.com/vipoo/SuperMFLib.git
[submodule "plugins/iRacingDirector.Plugin.StandardOverlays"]
path = plugins/iRacingDirector.Plugin.StandardOverlays
url = git://github.com/vipoo/iRacingDirector.Plugin.StandardOverlays.git
[submodule "GitHubReleases"]
path = GitHubReleases
url = git://github.com/vipoo/GitHubReleases.git
[submodule "plugins/iRacingDirector.Plugin.Support"]
path = plugins/iRacingDirector.Plugin.Support
url = git://github.com/vipoo/iRacingDirector.Plugin.Support.git
[submodule "plugins/JockeOverlays"]
path = plugins/JockeOverlays
url = git://github.com/vipoo/JockeOverlays.git
[submodule "iRacingSDK.Net"]
path = iRacingSDK.Net
url = https://github.com/MerlinCooper/iRacingSDK.Net.git
16 changes: 8 additions & 8 deletions App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</configSections>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup>
<userSettings>
<iRacingReplayOverlay.Settings>
<setting name="WorkingFolder" serializeAs="String">
<value />
<value/>
</setting>
<setting name="videoBitRate" serializeAs="String">
<value>15</value>
Expand All @@ -21,16 +21,16 @@
<value>48000</value>
</setting>
<setting name="lastSelectedTrackName" serializeAs="String">
<value />
<value/>
</setting>
<setting name="lastVideoFile" serializeAs="String">
<value />
<value/>
</setting>
<setting name="CameraStickyPeriod" serializeAs="String">
<value>00:00:20</value>
</setting>
<setting name="PreferredDriverNames" serializeAs="String">
<value />
<value/>
</setting>
<setting name="BattleGap" serializeAs="String">
<value>00:00:01</value>
Expand Down Expand Up @@ -63,7 +63,7 @@
<value>False</value>
</setting>
<setting name="TrackingID" serializeAs="String">
<value />
<value/>
</setting>
<setting name="ResultsFlashCardPosition" serializeAs="String">
<value>3</value>
Expand All @@ -81,10 +81,10 @@
<value>False</value>
</setting>
<setting name="MainExecPath" serializeAs="String">
<value />
<value/>
</setting>
<setting name="OverlayPluginId" serializeAs="String">
<value />
<value/>
</setting>
</iRacingReplayOverlay.Settings>
<iRacingReplayOverlay.Main>
Expand Down
1 change: 1 addition & 0 deletions ConfigureGeneralSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions ConfigureGeneralSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,10 @@ void OnFocus(object sender, EventArgs e)
if (this.ActiveControl.Tag != null)
helpText.Text = this.ActiveControl.Tag.ToString();
}

private void ConfigureGeneralSettings_Load(object sender, EventArgs e)
{

}
}
}
1 change: 1 addition & 0 deletions GeneralSettingFields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ internal void AddTimeField(string caption, string description, string setting)
AddField(caption, description, ((TimeSpan)settings[setting]).TotalSeconds.ToString(provider), tb =>
{
var newSeconds = 0.0;

if (double.TryParse(tb.Text, out newSeconds))
{
if (string.Compare(setting, "BattleGap") == 0)
Expand Down
6 changes: 0 additions & 6 deletions NuGet.config

This file was deleted.

24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
iRacingReplayOverlay.net
========================
iRacingReplayDirector
=====================

This project is the sucessor of the discontinued iRacingReplayOverlay.NET application developed by Vipoo.

As Vipoo no longer owns an active license for iRacing - nor has the time to commit to this project - I will take over managing the original repository (vipoo/iRacingReplayOverlay.net) and continue to coordinate future enhancements as well.

For the ease of processing most of the development activites will be managed in the fork MerlinCooper/iRacingReplayDirector.

Based on Azure DevOps continous integration is setup for two branches "master" and "Fast_Video_Recording_With_OBS". Whereas the master branch is being used for changes/modifications within the current program structure and the "Fast_Recording_With_OBS" branch is taking a different approach to significantly reduce the time to create a highlight video from long replays.

Current CI/CD Status
--------------------
Master:
[![Build Status](https://dev.azure.com/MerlinCooperDev/iRacingReplayDirector/_apis/build/status/MerlinCooper.iRacingReplayDirector?branchName=master)](https://dev.azure.com/MerlinCooperDev/iRacingReplayDirector/_build/latest?definitionId=2&branchName=master)

Fast_Video_Recording_With_OBS
[![Build Status](https://dev.azure.com/MerlinCooperDev/iRacingReplayDirector/_apis/build/status/iRacingReplayDirector_OBS%20Fast%20Record%20Branch%20(alpha)?branchName=Fast_Video_Recording_With_OBS)](https://dev.azure.com/MerlinCooperDev/iRacingReplayDirector/_build/latest?definitionId=3&branchName=Fast_Video_Recording_With_OBS)

Former Readme File (to be updated)
==================================

[![Build status](https://ci.appveyor.com/api/projects/status/15batnoaijxhvfjd?svg=true)](https://ci.appveyor.com/project/vipoo/iracingreplayoverlay-net)

This program converts your iRacing replay's into edited video files for uploading to youtube. It overlays the race with leaderboards and other race data.

Expand Down
2 changes: 1 addition & 1 deletion Tester/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
2 changes: 1 addition & 1 deletion Tester/Tester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<TargetFrameworkProfile />
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<Optimize>false</Optimize>
Expand Down
34 changes: 34 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

trigger:
- master

pool:
vmImage: 'windows-latest'

variables:

solution: '**/*iRacingReplayOverlay*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Debug'

steps:
- task: NuGetToolInstaller@1

- task: NuGetCommand@2
inputs:
restoreSolution: '$(solution)'

- task: VSBuild@1
inputs:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: VSTest@2
inputs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
4 changes: 2 additions & 2 deletions iRacingReplayDirector.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<AssemblyName Condition=" '$(OverrideAssemblyName)' == '' ">iRacingReplayOverlay</AssemblyName>
Expand All @@ -15,7 +15,7 @@
<SchemaVersion>2.0</SchemaVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<ProductName>iRacing Replay Director</ProductName>
<PublisherName>Dean Netherton</PublisherName>
<SuiteName>iRacing Apps</SuiteName>
Expand Down
8 changes: 4 additions & 4 deletions iRacingReplayOverlay.net.Tests/app.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="YamlDotNet" publicKeyToken="ec19458f3c15af5e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
<assemblyIdentity name="YamlDotNet" publicKeyToken="ec19458f3c15af5e" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<AssemblyName>iRacingReplayOverlay.net.Tests</AssemblyName>
<StartupObject>
</StartupObject>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions iRacingReplayOverlay.net.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<AssemblyName Condition=" '$(OverrideAssemblyName)' == '' ">iRacingReplayOverlay</AssemblyName>
Expand All @@ -15,7 +15,7 @@
<SchemaVersion>2.0</SchemaVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand Down
26 changes: 10 additions & 16 deletions iRacingReplayOverlay.net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingSDK.Net.Tests", "iRa
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenerateDataModels", "iRacingSDK.Net\GenerateDataModels\GenerateDataModels.csproj", "{90126FE7-C20E-43EC-93AF-77AA5268E860}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BCCAE92-016E-41D6-9CB5-4FC83AC190BE}"
ProjectSection(SolutionItems) = preProject
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaFoundation", "SuperMFLib\mfnet\mflib\src\MediaFoundation.csproj", "{B78C0F3B-071A-4FD2-829D-7A67E0F7BD1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingDirector.Plugin.StandardOverlays", "plugins\iRacingDirector.Plugin.StandardOverlays\iRacingDirector.Plugin.StandardOverlays.csproj", "{5916B84C-0264-4102-9CCC-28006D84E4FA}"
Expand All @@ -39,8 +34,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingDirector.Plugin.Stan
{0E523573-2972-4DC0-AECB-C4CF746854BB} = {0E523573-2972-4DC0-AECB-C4CF746854BB}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingDirector.Plugin.Support", "plugins\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj", "{CEC2BB31-324D-41E3-83C8-A5C35C63129B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingDirector.Plugin.Tester", "plugins\iRacingDirector.Plugin.Tester\iRacingDirector.Plugin.Tester.csproj", "{96FA1C80-396C-4792-9E8B-C7CBFC25833D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JockeOverlays", "plugins\JockeOverlays\JockeOverlays.csproj", "{F49DAE6F-321E-45A8-B9B4-23475A3F6080}"
Expand All @@ -54,6 +47,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingReplayDirector", "iR
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoOverlay", "plugins\NoOverlay\NoOverlay.csproj", "{C4ABC83D-1801-4407-B7C2-BDF9396D28AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iRacingDirector.Plugin.Support", "plugins\iRacingDirector.Plugin.Support\iRacingDirector.Plugin.Support.csproj", "{CEC2BB31-324D-41E3-83C8-A5C35C63129B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -136,14 +131,6 @@ Global
{5916B84C-0264-4102-9CCC-28006D84E4FA}.Release|Any CPU.Build.0 = Release|Any CPU
{5916B84C-0264-4102-9CCC-28006D84E4FA}.Release|x64.ActiveCfg = Release|Any CPU
{5916B84C-0264-4102-9CCC-28006D84E4FA}.Release|x64.Build.0 = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|x64.ActiveCfg = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|x64.Build.0 = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|Any CPU.Build.0 = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|x64.ActiveCfg = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|x64.Build.0 = Release|Any CPU
{96FA1C80-396C-4792-9E8B-C7CBFC25833D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96FA1C80-396C-4792-9E8B-C7CBFC25833D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96FA1C80-396C-4792-9E8B-C7CBFC25833D}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -162,7 +149,6 @@ Global
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}.Debug|x64.ActiveCfg = Debug|x64
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}.Debug|x64.Build.0 = Debug|x64
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}.Release|Any CPU.ActiveCfg = Release|x64
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}.Release|Any CPU.Build.0 = Release|x64
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}.Release|x64.ActiveCfg = Release|x64
{E9EB76FC-CB86-47EA-A1F3-01570C1BBC18}.Release|x64.Build.0 = Release|x64
{C4ABC83D-1801-4407-B7C2-BDF9396D28AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -173,6 +159,14 @@ Global
{C4ABC83D-1801-4407-B7C2-BDF9396D28AD}.Release|Any CPU.Build.0 = Release|Any CPU
{C4ABC83D-1801-4407-B7C2-BDF9396D28AD}.Release|x64.ActiveCfg = Release|Any CPU
{C4ABC83D-1801-4407-B7C2-BDF9396D28AD}.Release|x64.Build.0 = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|x64.ActiveCfg = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Debug|x64.Build.0 = Debug|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|Any CPU.Build.0 = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|x64.ActiveCfg = Release|Any CPU
{CEC2BB31-324D-41E3-83C8-A5C35C63129B}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 0 additions & 1 deletion plugins/JockeOverlays
Submodule JockeOverlays deleted from 1ca876
Loading