-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvpatch.sln
More file actions
46 lines (46 loc) · 2 KB
/
vpatch.sln
File metadata and controls
46 lines (46 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "vpatch", "src\vpatch.csproj", "{2F4EA9AE-21DF-4453-9140-7997D47D6B65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{738C3B40-E30E-4176-BB02-4209E509830B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
.github\dependabot.yml = .github\dependabot.yml
LICENSE = LICENSE
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{83961645-DD45-4661-92C2-477E9219FB11}"
ProjectSection(SolutionItems) = preProject
examples\driver.vcxproj = examples\driver.vcxproj
examples\vbus.rc = examples\vbus.rc
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F4EA9AE-21DF-4453-9140-7997D47D6B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F4EA9AE-21DF-4453-9140-7997D47D6B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F4EA9AE-21DF-4453-9140-7997D47D6B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F4EA9AE-21DF-4453-9140-7997D47D6B65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9364EDC8-7BC3-468F-8E3D-51EA2218C1E7}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83961645-DD45-4661-92C2-477E9219FB11} = {738C3B40-E30E-4176-BB02-4209E509830B}
EndGlobalSection
EndGlobal