-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXPVTraffic.sln
More file actions
43 lines (43 loc) · 2.04 KB
/
XPVTraffic.sln
File metadata and controls
43 lines (43 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1169
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{CF3EACD6-F56E-4BCB-BD10-A72FEFFAA818}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
Doc\ReadMe.txt = Doc\ReadMe.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPTsim", "XPTsim\XPTsim.csproj", "{D41DD72D-5163-4841-A9FD-9D108A8867FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "libXPVTgen_netstd", "libXPVTgen_netstd\libXPVTgen_netstd.csproj", "{22BCC108-D66B-4851-B84F-42BCEB067EDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vfrScripts", "vfrScripts", "{3BDD51FE-ABE5-435F-82D7-1FD992C5A2F1}"
ProjectSection(SolutionItems) = preProject
vfrScripts\README.md = vfrScripts\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D41DD72D-5163-4841-A9FD-9D108A8867FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41DD72D-5163-4841-A9FD-9D108A8867FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D41DD72D-5163-4841-A9FD-9D108A8867FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D41DD72D-5163-4841-A9FD-9D108A8867FA}.Release|Any CPU.Build.0 = Release|Any CPU
{22BCC108-D66B-4851-B84F-42BCEB067EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22BCC108-D66B-4851-B84F-42BCEB067EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22BCC108-D66B-4851-B84F-42BCEB067EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22BCC108-D66B-4851-B84F-42BCEB067EDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B607B200-5F12-4AA0-A30D-E9BA370657B2}
EndGlobalSection
EndGlobal