-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMVVM.VBSourceGenerators.sln
More file actions
42 lines (42 loc) · 2.46 KB
/
MVVM.VBSourceGenerators.sln
File metadata and controls
42 lines (42 loc) · 2.46 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 17
VisualStudioVersion = 17.14.36212.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVM.VBSourceGenerators.Generators", "MVVM.VBSourceGenerators.Generators\MVVM.VBSourceGenerators.Generators.csproj", "{FF9FB24D-2081-480F-9EDB-39910CF4D6FF}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MVVM.VBSourceGenerators.TestWPF", "MVVM.VBSourceGenerators.TestWPF\MVVM.VBSourceGenerators.TestWPF.vbproj", "{88BD4492-8557-4BE2-BB95-E4F7101431C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{089100B1-113F-4E66-888A-E83F3999EAFD}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MVVM.VBSourceGenerators.TestNestedLibrary", "MVVM.VBSourceGenerators.TestNestedLibrary\MVVM.VBSourceGenerators.TestNestedLibrary.vbproj", "{1EC1BD1B-49E2-4DBF-9187-AE89BC067CA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF9FB24D-2081-480F-9EDB-39910CF4D6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9FB24D-2081-480F-9EDB-39910CF4D6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9FB24D-2081-480F-9EDB-39910CF4D6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9FB24D-2081-480F-9EDB-39910CF4D6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{88BD4492-8557-4BE2-BB95-E4F7101431C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88BD4492-8557-4BE2-BB95-E4F7101431C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88BD4492-8557-4BE2-BB95-E4F7101431C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88BD4492-8557-4BE2-BB95-E4F7101431C1}.Release|Any CPU.Build.0 = Release|Any CPU
{1EC1BD1B-49E2-4DBF-9187-AE89BC067CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EC1BD1B-49E2-4DBF-9187-AE89BC067CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EC1BD1B-49E2-4DBF-9187-AE89BC067CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EC1BD1B-49E2-4DBF-9187-AE89BC067CA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6C70303-6E10-44EF-AB88-84F45BE5CF1A}
EndGlobalSection
EndGlobal