-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLemworks.Generators.Configuration.sln
More file actions
47 lines (47 loc) · 2.82 KB
/
Copy pathLemworks.Generators.Configuration.sln
File metadata and controls
47 lines (47 loc) · 2.82 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
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{DF6F9C39-1CFF-4529-98F6-0DA81C5F3F67}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
integration-test.ps1 = integration-test.ps1
LICENSE = LICENSE
nuget.config = nuget.config
nuget.integration-tests.config = nuget.integration-tests.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{762F1FD3-EB7B-45CC-A962-E4E9DDB5D2DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppSettingsGenerator", "src\AppSettingsGenerator\AppSettingsGenerator.csproj", "{CC7C358A-9008-4D92-B85D-7D8A8F602E7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0006A32A-8B19-4C67-8AD7-7E5BEF61A0FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppSettingsGenerator.SnapshotTests", "tests\AppSettingsGenerator.SnapshotTests\AppSettingsGenerator.SnapshotTests.csproj", "{C5BF5422-63E8-44DD-9701-8D878D3E6434}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppSettingsGenerator.IntegrationTests", "tests\AppSettingsGenerator.IntegrationTests\AppSettingsGenerator.IntegrationTests.csproj", "{C8DEDBF5-83DF-40ED-B88B-EF5DC2A0F0FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC7C358A-9008-4D92-B85D-7D8A8F602E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC7C358A-9008-4D92-B85D-7D8A8F602E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC7C358A-9008-4D92-B85D-7D8A8F602E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC7C358A-9008-4D92-B85D-7D8A8F602E7A}.Release|Any CPU.Build.0 = Release|Any CPU
{C5BF5422-63E8-44DD-9701-8D878D3E6434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BF5422-63E8-44DD-9701-8D878D3E6434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BF5422-63E8-44DD-9701-8D878D3E6434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BF5422-63E8-44DD-9701-8D878D3E6434}.Release|Any CPU.Build.0 = Release|Any CPU
{C8DEDBF5-83DF-40ED-B88B-EF5DC2A0F0FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8DEDBF5-83DF-40ED-B88B-EF5DC2A0F0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8DEDBF5-83DF-40ED-B88B-EF5DC2A0F0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8DEDBF5-83DF-40ED-B88B-EF5DC2A0F0FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CC7C358A-9008-4D92-B85D-7D8A8F602E7A} = {762F1FD3-EB7B-45CC-A962-E4E9DDB5D2DF}
{C5BF5422-63E8-44DD-9701-8D878D3E6434} = {0006A32A-8B19-4C67-8AD7-7E5BEF61A0FA}
{C8DEDBF5-83DF-40ED-B88B-EF5DC2A0F0FE} = {0006A32A-8B19-4C67-8AD7-7E5BEF61A0FA}
EndGlobalSection
EndGlobal