-
Notifications
You must be signed in to change notification settings - Fork 0
/
AssemblyBrowser.sln
28 lines (28 loc) · 1.59 KB
/
AssemblyBrowser.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "View", "View\View.csproj", "{D2A0FE30-6A40-4B61-8925-C092E32D6766}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyBrowserLib", "AssemblyBrowserLib\AssemblyBrowserLib.csproj", "{F3034A85-383B-4CF1-9B5C-C2E3F2BD2922}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{1C8CB6E3-5C9E-4A86-BC82-4743DDD17D4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClass", "TestClass\TestClass.csproj", "{773BABD2-2C48-4F8C-B148-1F72F2800294}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|Any CPU = |Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3034A85-383B-4CF1-9B5C-C2E3F2BD2922}.|Any CPU.ActiveCfg = |Any CPU
{F3034A85-383B-4CF1-9B5C-C2E3F2BD2922}.|Any CPU.Build.0 = |Any CPU
{F3034A85-383B-4CF1-9B5C-C2E3F2BD2922}.|Any CPU.Deploy.0 = |Any CPU
{1C8CB6E3-5C9E-4A86-BC82-4743DDD17D4A}.|Any CPU.ActiveCfg = |Any CPU
{1C8CB6E3-5C9E-4A86-BC82-4743DDD17D4A}.|Any CPU.Build.0 = |Any CPU
{1C8CB6E3-5C9E-4A86-BC82-4743DDD17D4A}.|Any CPU.Deploy.0 = |Any CPU
{D2A0FE30-6A40-4B61-8925-C092E32D6766}.|Any CPU.ActiveCfg = |Any CPU
{D2A0FE30-6A40-4B61-8925-C092E32D6766}.|Any CPU.Build.0 = |Any CPU
{D2A0FE30-6A40-4B61-8925-C092E32D6766}.|Any CPU.Deploy.0 = |Any CPU
{773BABD2-2C48-4F8C-B148-1F72F2800294}.|Any CPU.ActiveCfg = Debug|Any CPU
{773BABD2-2C48-4F8C-B148-1F72F2800294}.|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal