-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathReMotion.sln
32 lines (32 loc) · 1.84 KB
/
ReMotion.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2015
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReMotion.CSharp.Plugins", "ReMotion.CSharp.Plugins.csproj", "{52C16C68-770E-6812-C915-A71198E9DE7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReMotion.CSharp", "ReMotion.CSharp.csproj", "{0F25EBAF-8CCE-F266-46EA-56108D7F1909}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReMotion.CSharp.Editor", "ReMotion.CSharp.Editor.csproj", "{74D07691-AADD-5C82-B606-EECEA91AB7CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52C16C68-770E-6812-C915-A71198E9DE7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52C16C68-770E-6812-C915-A71198E9DE7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52C16C68-770E-6812-C915-A71198E9DE7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52C16C68-770E-6812-C915-A71198E9DE7F}.Release|Any CPU.Build.0 = Release|Any CPU
{0F25EBAF-8CCE-F266-46EA-56108D7F1909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F25EBAF-8CCE-F266-46EA-56108D7F1909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F25EBAF-8CCE-F266-46EA-56108D7F1909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F25EBAF-8CCE-F266-46EA-56108D7F1909}.Release|Any CPU.Build.0 = Release|Any CPU
{74D07691-AADD-5C82-B606-EECEA91AB7CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74D07691-AADD-5C82-B606-EECEA91AB7CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74D07691-AADD-5C82-B606-EECEA91AB7CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74D07691-AADD-5C82-B606-EECEA91AB7CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal