forked from Caeden117/ChroMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChroMapper.sln
45 lines (45 loc) · 2.73 KB
/
ChroMapper.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
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Main", "Main.csproj", "{85d3385f-eb41-edcd-ad43-ea25f3170559}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests.csproj", "{9a94b1a5-e427-cab8-6f2f-d17bce52be27}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugins", "Plugins.csproj", "{72dd95ba-e3d2-1066-8917-028d9a433839}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nobi.UiRoundedCorners", "Nobi.UiRoundedCorners.csproj", "{1fe3188c-ec03-79d3-2ce1-3042b474fa5a}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersections", "Intersections.csproj", "{e85bb922-86b1-8517-0480-7c7117403d5f}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileBrowser", "FileBrowser.csproj", "{f0cfd512-5ea3-72fc-45dd-790b2fef2759}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Input", "Input.csproj", "{68f1b3f3-8d7d-35e9-2413-3d3856079542}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{7ab7734e-74a1-88ff-766d-591f9626ebe8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85d3385f-eb41-edcd-ad43-ea25f3170559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85d3385f-eb41-edcd-ad43-ea25f3170559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9a94b1a5-e427-cab8-6f2f-d17bce52be27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9a94b1a5-e427-cab8-6f2f-d17bce52be27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72dd95ba-e3d2-1066-8917-028d9a433839}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72dd95ba-e3d2-1066-8917-028d9a433839}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1fe3188c-ec03-79d3-2ce1-3042b474fa5a}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1fe3188c-ec03-79d3-2ce1-3042b474fa5a}.Debug|Any CPU.Build.0 = Debug|Any CPU
{e85bb922-86b1-8517-0480-7c7117403d5f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{e85bb922-86b1-8517-0480-7c7117403d5f}.Debug|Any CPU.Build.0 = Debug|Any CPU
{f0cfd512-5ea3-72fc-45dd-790b2fef2759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{f0cfd512-5ea3-72fc-45dd-790b2fef2759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68f1b3f3-8d7d-35e9-2413-3d3856079542}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68f1b3f3-8d7d-35e9-2413-3d3856079542}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ab7734e-74a1-88ff-766d-591f9626ebe8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ab7734e-74a1-88ff-766d-591f9626ebe8}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal