-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
StringLiteralGenerator.sln
44 lines (44 loc) · 2.54 KB
/
StringLiteralGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.36
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringLiteralGenerator", "src\StringLiteralGenerator\StringLiteralGenerator.csproj", "{6FD4C22B-E18F-452C-8F23-9B5F15F5E315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FFC2158D-94DD-4C93-8A33-84F0CE809100}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{11C3645F-EE4F-4D2A-8E69-1A287D631B51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringLiteralSample", "samples\StringLiteralSample\StringLiteralSample.csproj", "{BDD784F2-E65F-4774-8D2B-8536EFB94A32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StringLiteralCodeAnalysisSample", "samples\StringLiteralCodeAnalysisSample\StringLiteralCodeAnalysisSample.csproj", "{003A89BC-3FE1-4D6A-833C-A27363C01732}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FD4C22B-E18F-452C-8F23-9B5F15F5E315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FD4C22B-E18F-452C-8F23-9B5F15F5E315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FD4C22B-E18F-452C-8F23-9B5F15F5E315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FD4C22B-E18F-452C-8F23-9B5F15F5E315}.Release|Any CPU.Build.0 = Release|Any CPU
{BDD784F2-E65F-4774-8D2B-8536EFB94A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDD784F2-E65F-4774-8D2B-8536EFB94A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{003A89BC-3FE1-4D6A-833C-A27363C01732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{003A89BC-3FE1-4D6A-833C-A27363C01732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{003A89BC-3FE1-4D6A-833C-A27363C01732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{003A89BC-3FE1-4D6A-833C-A27363C01732}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6FD4C22B-E18F-452C-8F23-9B5F15F5E315} = {FFC2158D-94DD-4C93-8A33-84F0CE809100}
{BDD784F2-E65F-4774-8D2B-8536EFB94A32} = {11C3645F-EE4F-4D2A-8E69-1A287D631B51}
{003A89BC-3FE1-4D6A-833C-A27363C01732} = {11C3645F-EE4F-4D2A-8E69-1A287D631B51}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B11D44BB-40B7-42AD-B345-C93A42268AE1}
EndGlobalSection
EndGlobal