Skip to content

Commit

Permalink
Project Files
Browse files Browse the repository at this point in the history
  • Loading branch information
SheMelody committed Sep 7, 2023
1 parent 649a9c9 commit 851ae00
Show file tree
Hide file tree
Showing 22 changed files with 1,741 additions and 0 deletions.
Binary file added .vs/Tweaker_Win32PrioritySeparation/v16/.suo
Binary file not shown.
Empty file.
Binary file not shown.
25 changes: 25 additions & 0 deletions Tweaker_Win32PrioritySeparation.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.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tweaker_Win32PrioritySeparation", "Tweaker_Win32PrioritySeparation\Tweaker_Win32PrioritySeparation.vbproj", "{1C8D8045-2A02-43D8-9D55-04BE738A0754}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C8D8045-2A02-43D8-9D55-04BE738A0754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C8D8045-2A02-43D8-9D55-04BE738A0754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C8D8045-2A02-43D8-9D55-04BE738A0754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C8D8045-2A02-43D8-9D55-04BE738A0754}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98D5E91C-3761-4978-B1E9-2DB194111842}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Tweaker_Win32PrioritySeparation/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.7.2" />
</startup>
</configuration>
Loading

0 comments on commit 851ae00

Please sign in to comment.