-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJustActors.sln
28 lines (28 loc) · 1.81 KB
/
JustActors.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}") = "JustActors", "JustActors\JustActors.csproj", "{3E2060F8-C651-4078-8EE4-F1283B83345B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JustActors.Tests", "JustActors.Tests\JustActors.Tests.csproj", "{4EF9514A-A3F7-4E5C-8806-0F5D2FF7590A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JustActors.Microsoft.DependencyInjection", "JustActors.Microsoft.DependencyInjection\JustActors.Microsoft.DependencyInjection.csproj", "{CC8E3947-979E-4917-A8C5-0651B378B4DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E2060F8-C651-4078-8EE4-F1283B83345B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E2060F8-C651-4078-8EE4-F1283B83345B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E2060F8-C651-4078-8EE4-F1283B83345B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E2060F8-C651-4078-8EE4-F1283B83345B}.Release|Any CPU.Build.0 = Release|Any CPU
{4EF9514A-A3F7-4E5C-8806-0F5D2FF7590A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EF9514A-A3F7-4E5C-8806-0F5D2FF7590A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EF9514A-A3F7-4E5C-8806-0F5D2FF7590A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EF9514A-A3F7-4E5C-8806-0F5D2FF7590A}.Release|Any CPU.Build.0 = Release|Any CPU
{CC8E3947-979E-4917-A8C5-0651B378B4DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC8E3947-979E-4917-A8C5-0651B378B4DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC8E3947-979E-4917-A8C5-0651B378B4DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC8E3947-979E-4917-A8C5-0651B378B4DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal