-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDepot.SourceGenerator.sln
More file actions
22 lines (22 loc) · 1.32 KB
/
Depot.SourceGenerator.sln
File metadata and controls
22 lines (22 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Depot.SourceGenerator", "Depot.SourceGenerator\Depot.SourceGenerator.csproj", "{CF269F66-3B3B-4E9B-B65C-7E838C10BDDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Depot.SourceGenerator.Sample", "Depot.SourceGenerator.Sample\Depot.SourceGenerator.Sample.csproj", "{52AF2120-91F8-40EB-86ED-5D548CCC05FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF269F66-3B3B-4E9B-B65C-7E838C10BDDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF269F66-3B3B-4E9B-B65C-7E838C10BDDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF269F66-3B3B-4E9B-B65C-7E838C10BDDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF269F66-3B3B-4E9B-B65C-7E838C10BDDB}.Release|Any CPU.Build.0 = Release|Any CPU
{52AF2120-91F8-40EB-86ED-5D548CCC05FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52AF2120-91F8-40EB-86ED-5D548CCC05FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52AF2120-91F8-40EB-86ED-5D548CCC05FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52AF2120-91F8-40EB-86ED-5D548CCC05FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal