-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSRTPluginUIRE2WinForms.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
Copy pathSRTPluginUIRE2WinForms.sln
File metadata and controls
43 lines (43 loc) · 2.49 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 Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRTPluginUIRE2WinForms", "SRTPluginUIRE2WinForms\SRTPluginUIRE2WinForms.csproj", "{166245A5-A8FD-4B6F-9B98-5257EB6B734A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRTPluginProviderRE2", "..\SRTPluginProviderRE2\SRTPluginProviderRE2\SRTPluginProviderRE2.csproj", "{DB62C918-FAF7-4FAA-8969-15B39FA7E395}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRTPluginBase", "..\SRTHost\SRTPluginBase\SRTPluginBase.csproj", "{961E46B1-0BC4-4818-AAE6-39464EAFAC6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessMemory", "..\ProcessMemory\ProcessMemory\ProcessMemory.csproj", "{499CBED5-EEB0-4CAD-A389-9DCC976DFCAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{166245A5-A8FD-4B6F-9B98-5257EB6B734A}.Debug|x64.ActiveCfg = Debug|x64
{166245A5-A8FD-4B6F-9B98-5257EB6B734A}.Debug|x64.Build.0 = Debug|x64
{166245A5-A8FD-4B6F-9B98-5257EB6B734A}.Release|x64.ActiveCfg = Release|x64
{166245A5-A8FD-4B6F-9B98-5257EB6B734A}.Release|x64.Build.0 = Release|x64
{DB62C918-FAF7-4FAA-8969-15B39FA7E395}.Debug|x64.ActiveCfg = Debug|x64
{DB62C918-FAF7-4FAA-8969-15B39FA7E395}.Debug|x64.Build.0 = Debug|x64
{DB62C918-FAF7-4FAA-8969-15B39FA7E395}.Release|x64.ActiveCfg = Release|x64
{DB62C918-FAF7-4FAA-8969-15B39FA7E395}.Release|x64.Build.0 = Release|x64
{961E46B1-0BC4-4818-AAE6-39464EAFAC6D}.Debug|x64.ActiveCfg = Debug|Any CPU
{961E46B1-0BC4-4818-AAE6-39464EAFAC6D}.Debug|x64.Build.0 = Debug|Any CPU
{961E46B1-0BC4-4818-AAE6-39464EAFAC6D}.Release|x64.ActiveCfg = Release|Any CPU
{961E46B1-0BC4-4818-AAE6-39464EAFAC6D}.Release|x64.Build.0 = Release|Any CPU
{499CBED5-EEB0-4CAD-A389-9DCC976DFCAC}.Debug|x64.ActiveCfg = Debug|x64
{499CBED5-EEB0-4CAD-A389-9DCC976DFCAC}.Debug|x64.Build.0 = Debug|x64
{499CBED5-EEB0-4CAD-A389-9DCC976DFCAC}.Release|x64.ActiveCfg = Release|x64
{499CBED5-EEB0-4CAD-A389-9DCC976DFCAC}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3F207A8-E2B8-4C76-ABD7-A8E38415878E}
EndGlobalSection
EndGlobal