This repository has been archived by the owner on Apr 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
RE2REmakeSRT.sln
37 lines (37 loc) · 1.96 KB
/
RE2REmakeSRT.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RE2REmakeSRT", "RE2REmakeSRT\RE2REmakeSRT.csproj", "{C2D1B1F4-C77B-4AB2-B9A0-A717EE9BCD94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessMemory", "..\ProcessMemory\ProcessMemory\ProcessMemory.csproj", "{F8BD5053-142C-4708-B346-D08C6261E293}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DoubleBuffered", "..\DoubleBuffered\DoubleBuffered\DoubleBuffered.csproj", "{1E8FCF88-0023-45C8-BEE8-2C3E5F6A5322}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2D1B1F4-C77B-4AB2-B9A0-A717EE9BCD94}.Debug|x64.ActiveCfg = Debug|x64
{C2D1B1F4-C77B-4AB2-B9A0-A717EE9BCD94}.Debug|x64.Build.0 = Debug|x64
{C2D1B1F4-C77B-4AB2-B9A0-A717EE9BCD94}.Release|x64.ActiveCfg = Release|x64
{C2D1B1F4-C77B-4AB2-B9A0-A717EE9BCD94}.Release|x64.Build.0 = Release|x64
{F8BD5053-142C-4708-B346-D08C6261E293}.Debug|x64.ActiveCfg = Debug|x64
{F8BD5053-142C-4708-B346-D08C6261E293}.Debug|x64.Build.0 = Debug|x64
{F8BD5053-142C-4708-B346-D08C6261E293}.Release|x64.ActiveCfg = Release|x64
{F8BD5053-142C-4708-B346-D08C6261E293}.Release|x64.Build.0 = Release|x64
{1E8FCF88-0023-45C8-BEE8-2C3E5F6A5322}.Debug|x64.ActiveCfg = Debug|x64
{1E8FCF88-0023-45C8-BEE8-2C3E5F6A5322}.Debug|x64.Build.0 = Debug|x64
{1E8FCF88-0023-45C8-BEE8-2C3E5F6A5322}.Release|x64.ActiveCfg = Release|x64
{1E8FCF88-0023-45C8-BEE8-2C3E5F6A5322}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A4CCA5E-8EE1-4686-BC20-2F3FF9DA6025}
EndGlobalSection
EndGlobal