-
Notifications
You must be signed in to change notification settings - Fork 2
/
ManualMappingGuard.sln
34 lines (34 loc) · 1.96 KB
/
ManualMappingGuard.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "src\Core\Core.csproj", "{257C3152-5C78-48C2-B48D-71BB78728585}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analyzers", "src\Analyzers\Analyzers.csproj", "{2B6E78BC-88A0-4C94-A1BD-8387878510A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "src\Tests\Tests.csproj", "{0C81F905-8319-4903-8AF4-F962BAC160F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{C3D2536A-A137-4758-B312-DF389B697125}"
ProjectSection(SolutionItems) = preProject
src\Common.props = src\Common.props
Build.ps1 = Build.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{257C3152-5C78-48C2-B48D-71BB78728585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257C3152-5C78-48C2-B48D-71BB78728585}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257C3152-5C78-48C2-B48D-71BB78728585}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257C3152-5C78-48C2-B48D-71BB78728585}.Release|Any CPU.Build.0 = Release|Any CPU
{2B6E78BC-88A0-4C94-A1BD-8387878510A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B6E78BC-88A0-4C94-A1BD-8387878510A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B6E78BC-88A0-4C94-A1BD-8387878510A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B6E78BC-88A0-4C94-A1BD-8387878510A2}.Release|Any CPU.Build.0 = Release|Any CPU
{0C81F905-8319-4903-8AF4-F962BAC160F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C81F905-8319-4903-8AF4-F962BAC160F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C81F905-8319-4903-8AF4-F962BAC160F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C81F905-8319-4903-8AF4-F962BAC160F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal