-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGodotHelper.SourceGenerators.sln
More file actions
41 lines (41 loc) · 2.49 KB
/
GodotHelper.SourceGenerators.sln
File metadata and controls
41 lines (41 loc) · 2.49 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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodotHelper.SourceGenerators", "GodotHelper.SourceGenerators\GodotHelper.SourceGenerators.csproj", "{9C86F4FD-5169-4D40-8A6F-FD514E936538}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodotHelper.SourceGenerators.Sample", "GodotHelper.SourceGenerators.Sample\GodotHelper.SourceGenerators.Sample.csproj", "{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.ExportRelease|Any CPU.ActiveCfg = Release|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.ExportRelease|Any CPU.Build.0 = Release|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C86F4FD-5169-4D40-8A6F-FD514E936538}.Release|Any CPU.Build.0 = Release|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.Release|Any CPU.ActiveCfg = ExportRelease|Any CPU
{D163C18C-9741-4F85-BAC7-E781A9EEF3F3}.Release|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {655B4001-86B0-4BC7-92AD-16447358EAEC}
EndGlobalSection
EndGlobal