-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServiceConstructorGenerator.sln
More file actions
37 lines (37 loc) · 2.14 KB
/
ServiceConstructorGenerator.sln
File metadata and controls
37 lines (37 loc) · 2.14 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32519.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{E2172331-11CA-4481-AB13-5B15ED769A83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceConstructorGenerator", "ServiceConstructorGenerator\ServiceConstructorGenerator.csproj", "{013B0766-AC57-4249-A799-FF8D1E558129}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceConstructorGenerator.Tests", "ServiceConstructorGenerator.Tests\ServiceConstructorGenerator.Tests.csproj", "{732A08AF-FDE7-43AF-9104-C175082B6DD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2172331-11CA-4481-AB13-5B15ED769A83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2172331-11CA-4481-AB13-5B15ED769A83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2172331-11CA-4481-AB13-5B15ED769A83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2172331-11CA-4481-AB13-5B15ED769A83}.Release|Any CPU.Build.0 = Release|Any CPU
{013B0766-AC57-4249-A799-FF8D1E558129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{013B0766-AC57-4249-A799-FF8D1E558129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{013B0766-AC57-4249-A799-FF8D1E558129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{013B0766-AC57-4249-A799-FF8D1E558129}.Release|Any CPU.Build.0 = Release|Any CPU
{732A08AF-FDE7-43AF-9104-C175082B6DD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{732A08AF-FDE7-43AF-9104-C175082B6DD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{732A08AF-FDE7-43AF-9104-C175082B6DD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{732A08AF-FDE7-43AF-9104-C175082B6DD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF99116C-E4B7-45B5-974E-6B30E385A12D}
EndGlobalSection
EndGlobal