Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymacdonald committed Jul 23, 2021
1 parent d16ece8 commit 654f05f
Show file tree
Hide file tree
Showing 11 changed files with 3,904 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NVIDIAInfo.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NVIDIAInfo", "NVIDIAInfo\NVIDIAInfo.csproj", "{6C2E9CDB-07A2-4A32-9788-017CCA239AD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C2E9CDB-07A2-4A32-9788-017CCA239AD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C2E9CDB-07A2-4A32-9788-017CCA239AD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C2E9CDB-07A2-4A32-9788-017CCA239AD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C2E9CDB-07A2-4A32-9788-017CCA239AD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B59B464A-478D-4CCA-9C83-B38E164A8152}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions NVIDIAInfo/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
Loading

0 comments on commit 654f05f

Please sign in to comment.