-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPCIDeviceRepository.sln
More file actions
49 lines (49 loc) · 3.05 KB
/
PCIDeviceRepository.sln
File metadata and controls
49 lines (49 loc) · 3.05 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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepositoryLib", "PCIDeviceRepositoryLib\RepositoryLib.csproj", "{0DBFBC22-F174-4246-9D87-424F50318C11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepositoryProcessor", "RepositoryProcessor\RepositoryProcessor.csproj", "{1B7132D8-D96D-47FA-887D-904D1E2D4831}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RepositoryAPI", "RepositoryAPI\RepositoryAPI.csproj", "{7E042629-2B75-4309-AE12-9F9285EA873D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
APIRelease|Any CPU = APIRelease|Any CPU
Debug|Any CPU = Debug|Any CPU
ProcessorRelease|Any CPU = ProcessorRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DBFBC22-F174-4246-9D87-424F50318C11}.APIRelease|Any CPU.ActiveCfg = Release|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.APIRelease|Any CPU.Build.0 = Release|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.ProcessorRelease|Any CPU.ActiveCfg = Release|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.ProcessorRelease|Any CPU.Build.0 = Release|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DBFBC22-F174-4246-9D87-424F50318C11}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.APIRelease|Any CPU.ActiveCfg = Release|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.ProcessorRelease|Any CPU.ActiveCfg = Release|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.ProcessorRelease|Any CPU.Build.0 = Release|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7132D8-D96D-47FA-887D-904D1E2D4831}.Release|Any CPU.Build.0 = Release|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.APIRelease|Any CPU.ActiveCfg = Release|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.APIRelease|Any CPU.Build.0 = Release|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.ProcessorRelease|Any CPU.ActiveCfg = Release|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E042629-2B75-4309-AE12-9F9285EA873D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DFDEEB28-9A06-452A-8420-63E2F662B78C}
EndGlobalSection
EndGlobal