-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUnityMemorySnapshotThing.sln
34 lines (34 loc) · 2 KB
/
UnityMemorySnapshotThing.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityMemorySnapshotThing", "UnityMemorySnapshotThing\UnityMemorySnapshotThing.csproj", "{B958688F-DC8D-40C1-A8A8-64FF376FCF97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UMS.LowLevel", "UMS.LowLevel\UMS.LowLevel.csproj", "{2D42B33D-9809-4CCA-8686-A91E1D4AD37B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F11A27FD-B12F-4BEF-8A6F-38268685A979}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UMS.Analysis", "UMS.Analysis\UMS.Analysis.csproj", "{E09A6526-8F53-4D37-9AC4-6F333DFB0AEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B958688F-DC8D-40C1-A8A8-64FF376FCF97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B958688F-DC8D-40C1-A8A8-64FF376FCF97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B958688F-DC8D-40C1-A8A8-64FF376FCF97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B958688F-DC8D-40C1-A8A8-64FF376FCF97}.Release|Any CPU.Build.0 = Release|Any CPU
{2D42B33D-9809-4CCA-8686-A91E1D4AD37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D42B33D-9809-4CCA-8686-A91E1D4AD37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D42B33D-9809-4CCA-8686-A91E1D4AD37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D42B33D-9809-4CCA-8686-A91E1D4AD37B}.Release|Any CPU.Build.0 = Release|Any CPU
{E09A6526-8F53-4D37-9AC4-6F333DFB0AEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E09A6526-8F53-4D37-9AC4-6F333DFB0AEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E09A6526-8F53-4D37-9AC4-6F333DFB0AEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E09A6526-8F53-4D37-9AC4-6F333DFB0AEC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal