-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMapperic.sln
34 lines (34 loc) · 2.21 KB
/
Mapperic.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}") = "Mapperic", "Mapperic\Mapperic.csproj", "{983783C1-13AC-4333-A578-0DE9D0029BEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MappericTester", "MappericTester\MappericTester.csproj", "{9E996F15-9DFD-4BF7-895F-6E07876C9EBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapperic.Attributes", "Mapperic.Attributes\Mapperic.Attributes.csproj", "{680755AC-FAE1-45DA-B68F-05F812976C78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MappericTests", "MappericTests\MappericTests.csproj", "{BEE53356-7FF3-4DE1-B7D8-6AED3BEB985B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{983783C1-13AC-4333-A578-0DE9D0029BEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983783C1-13AC-4333-A578-0DE9D0029BEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983783C1-13AC-4333-A578-0DE9D0029BEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983783C1-13AC-4333-A578-0DE9D0029BEF}.Release|Any CPU.Build.0 = Release|Any CPU
{9E996F15-9DFD-4BF7-895F-6E07876C9EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E996F15-9DFD-4BF7-895F-6E07876C9EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E996F15-9DFD-4BF7-895F-6E07876C9EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E996F15-9DFD-4BF7-895F-6E07876C9EBF}.Release|Any CPU.Build.0 = Release|Any CPU
{680755AC-FAE1-45DA-B68F-05F812976C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{680755AC-FAE1-45DA-B68F-05F812976C78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{680755AC-FAE1-45DA-B68F-05F812976C78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{680755AC-FAE1-45DA-B68F-05F812976C78}.Release|Any CPU.Build.0 = Release|Any CPU
{BEE53356-7FF3-4DE1-B7D8-6AED3BEB985B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEE53356-7FF3-4DE1-B7D8-6AED3BEB985B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEE53356-7FF3-4DE1-B7D8-6AED3BEB985B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEE53356-7FF3-4DE1-B7D8-6AED3BEB985B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal