forked from databinding-gmbh/T4.FileManager.VisualStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
T4.FileManager.VisualStudio.sln
51 lines (51 loc) · 3.29 KB
/
T4.FileManager.VisualStudio.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
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4863E0DC-C241-4FA2-9B2A-1B49942E4814}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build\azure-pipelines.yml = build\azure-pipelines.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "T4.FileManager.VisualStudio", "src\T4.FileManager.VisualStudio.csproj", "{212BD7A0-C2F0-4842-99B0-AE8FE0C96C52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4.FileManager.VisualStudio.AcceptanceCriteria", "tests\T4.FileManager.VisualStudio.AcceptanceCriteria\T4.FileManager.VisualStudio.AcceptanceCriteria.csproj", "{902EA521-E0E5-4617-B037-C1CC1A16593B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4.FileManager.VisualStudio.AcceptanceCriteria.ExampleTestProject", "tests\T4.FileManager.VisualStudio.AcceptanceCriteria.ExampleTestProject\T4.FileManager.VisualStudio.AcceptanceCriteria.ExampleTestProject.csproj", "{9C7F3856-309B-4DDB-9368-426DB9980251}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4.FileManager.VisualStudio.Extension", "..\T4.FileManager.VisualStudio.Extention\T4.FileManager.VisualStudio.Extension\T4.FileManager.VisualStudio.Extension.csproj", "{34DE90F9-A2FA-48F4-9DBA-B48F4B8B40DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{212BD7A0-C2F0-4842-99B0-AE8FE0C96C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{212BD7A0-C2F0-4842-99B0-AE8FE0C96C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{212BD7A0-C2F0-4842-99B0-AE8FE0C96C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{212BD7A0-C2F0-4842-99B0-AE8FE0C96C52}.Release|Any CPU.Build.0 = Release|Any CPU
{902EA521-E0E5-4617-B037-C1CC1A16593B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{902EA521-E0E5-4617-B037-C1CC1A16593B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{902EA521-E0E5-4617-B037-C1CC1A16593B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{902EA521-E0E5-4617-B037-C1CC1A16593B}.Release|Any CPU.Build.0 = Release|Any CPU
{9C7F3856-309B-4DDB-9368-426DB9980251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7F3856-309B-4DDB-9368-426DB9980251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7F3856-309B-4DDB-9368-426DB9980251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7F3856-309B-4DDB-9368-426DB9980251}.Release|Any CPU.Build.0 = Release|Any CPU
{34DE90F9-A2FA-48F4-9DBA-B48F4B8B40DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34DE90F9-A2FA-48F4-9DBA-B48F4B8B40DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34DE90F9-A2FA-48F4-9DBA-B48F4B8B40DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34DE90F9-A2FA-48F4-9DBA-B48F4B8B40DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {41172436-C72B-45E6-816E-5069B749D3DF}
EndGlobalSection
EndGlobal