-
Notifications
You must be signed in to change notification settings - Fork 0
/
ActorSrcGen.sln
62 lines (62 loc) · 3.4 KB
/
ActorSrcGen.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActorSrcGen.Abstractions", "ActorSrcGen.Abstractions\ActorSrcGen.Abstractions.csproj", "{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActorSrcGen", "ActorSrcGen\ActorSrcGen.csproj", "{35348B08-4755-4B4A-B45C-23957843BD04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2CBA8C8C-AA13-442C-9701-8CEFE19B8084}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\build-publish.yml = .github\workflows\build-publish.yml
Directory.Build.props = Directory.Build.props
Makefile = Makefile
.github\workflows\prepare-nuget.yml = .github\workflows\prepare-nuget.yml
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Playground", "Playground", "{B5CE5BA1-C12F-4B27-9D9C-66A1232A1C0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActorSrcGen.Playground", "ActorSrcGen.Playground\ActorSrcGen.Playground.csproj", "{3EE11A53-7B0D-47EB-945A-1677411DE8DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Gen|Any CPU = Gen|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}.Gen|Any CPU.Build.0 = Gen|Any CPU
{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7923F21A-F04A-4D02-AFB2-AF0CF8994A70}.Release|Any CPU.Build.0 = Release|Any CPU
{35348B08-4755-4B4A-B45C-23957843BD04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35348B08-4755-4B4A-B45C-23957843BD04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35348B08-4755-4B4A-B45C-23957843BD04}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{35348B08-4755-4B4A-B45C-23957843BD04}.Gen|Any CPU.Build.0 = Gen|Any CPU
{35348B08-4755-4B4A-B45C-23957843BD04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35348B08-4755-4B4A-B45C-23957843BD04}.Release|Any CPU.Build.0 = Release|Any CPU
{3EE11A53-7B0D-47EB-945A-1677411DE8DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EE11A53-7B0D-47EB-945A-1677411DE8DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EE11A53-7B0D-47EB-945A-1677411DE8DC}.Gen|Any CPU.ActiveCfg = Gen|Any CPU
{3EE11A53-7B0D-47EB-945A-1677411DE8DC}.Gen|Any CPU.Build.0 = Gen|Any CPU
{3EE11A53-7B0D-47EB-945A-1677411DE8DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EE11A53-7B0D-47EB-945A-1677411DE8DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3EE11A53-7B0D-47EB-945A-1677411DE8DC} = {B5CE5BA1-C12F-4B27-9D9C-66A1232A1C0A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A27F8F97-8EDA-47D5-8893-F9C857C2D1BC}
EndGlobalSection
EndGlobal