forked from hadashiA/VContainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVContainer.sln
28 lines (28 loc) · 1.83 KB
/
VContainer.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}") = "VContainer.StandaloneTests", "VContainer.StandaloneTests\VContainer.StandaloneTests.csproj", "{1E5A1C0D-F315-4BDF-B0DA-6B0C3E7D8017}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainer.Standalone", "VContainer.Standalone\VContainer.Standalone.csproj", "{799DADAC-51EB-4039-8DAB-323DA3638F50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VContainer.SourceGenerator", "VContainer.SourceGenerator\VContainer.SourceGenerator.csproj", "{F80B5656-2CC8-425D-B140-DDCF2A1CA6CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E5A1C0D-F315-4BDF-B0DA-6B0C3E7D8017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E5A1C0D-F315-4BDF-B0DA-6B0C3E7D8017}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E5A1C0D-F315-4BDF-B0DA-6B0C3E7D8017}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E5A1C0D-F315-4BDF-B0DA-6B0C3E7D8017}.Release|Any CPU.Build.0 = Release|Any CPU
{799DADAC-51EB-4039-8DAB-323DA3638F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799DADAC-51EB-4039-8DAB-323DA3638F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799DADAC-51EB-4039-8DAB-323DA3638F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799DADAC-51EB-4039-8DAB-323DA3638F50}.Release|Any CPU.Build.0 = Release|Any CPU
{F80B5656-2CC8-425D-B140-DDCF2A1CA6CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F80B5656-2CC8-425D-B140-DDCF2A1CA6CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F80B5656-2CC8-425D-B140-DDCF2A1CA6CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F80B5656-2CC8-425D-B140-DDCF2A1CA6CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal