-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMrMeeseeks.StaticDelegateGenerator.sln
More file actions
42 lines (42 loc) · 2.23 KB
/
MrMeeseeks.StaticDelegateGenerator.sln
File metadata and controls
42 lines (42 loc) · 2.23 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
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Main", "Main\Main.csproj", "{943520B9-1502-48BB-A8FE-57103557E256}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{5DFB446B-AAC8-450A-95A1-A55EF6BB37DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{4BFDBE50-2316-463E-B587-3F367D591FDF}"
ProjectSection(SolutionItems) = preProject
Directory.build.props = Directory.build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleUsingNuget", "SampleUsingNuget\SampleUsingNuget.csproj", "{6700FEAA-4F23-4931-9CF2-40A739F3B732}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{943520B9-1502-48BB-A8FE-57103557E256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943520B9-1502-48BB-A8FE-57103557E256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943520B9-1502-48BB-A8FE-57103557E256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943520B9-1502-48BB-A8FE-57103557E256}.Release|Any CPU.Build.0 = Release|Any CPU
{5DFB446B-AAC8-450A-95A1-A55EF6BB37DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DFB446B-AAC8-450A-95A1-A55EF6BB37DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DFB446B-AAC8-450A-95A1-A55EF6BB37DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DFB446B-AAC8-450A-95A1-A55EF6BB37DB}.Release|Any CPU.Build.0 = Release|Any CPU
{6700FEAA-4F23-4931-9CF2-40A739F3B732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6700FEAA-4F23-4931-9CF2-40A739F3B732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6700FEAA-4F23-4931-9CF2-40A739F3B732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6700FEAA-4F23-4931-9CF2-40A739F3B732}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7BD98588-FA68-4B8A-A76B-DEA1CDE30E92}
EndGlobalSection
EndGlobal