-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Emik.SourceGenerators.Implicit.sln
executable file
·22 lines (21 loc) · 1.36 KB
/
Emik.SourceGenerators.Implicit.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emik.SourceGenerators.Implicit", "Emik.SourceGenerators.Implicit.csproj", "{CD4C0027-DFD7-4C9A-B428-E5158E3D8B4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emik.SourceGenerators.Implicit.Generated.Tests", "Emik.SourceGenerators.Implicit.Generated.Tests\Emik.SourceGenerators.Implicit.Generated.Tests.csproj", "{F97EB80D-9710-4130-BCD8-02E948B95E0F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD4C0027-DFD7-4C9A-B428-E5158E3D8B4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD4C0027-DFD7-4C9A-B428-E5158E3D8B4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD4C0027-DFD7-4C9A-B428-E5158E3D8B4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD4C0027-DFD7-4C9A-B428-E5158E3D8B4A}.Release|Any CPU.Build.0 = Release|Any CPU
{F97EB80D-9710-4130-BCD8-02E948B95E0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F97EB80D-9710-4130-BCD8-02E948B95E0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F97EB80D-9710-4130-BCD8-02E948B95E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F97EB80D-9710-4130-BCD8-02E948B95E0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal