-
Notifications
You must be signed in to change notification settings - Fork 1
/
NextGenMapper.sln
48 lines (48 loc) · 2.77 KB
/
NextGenMapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenMapper", "NextGenMapper\NextGenMapper.csproj", "{26FA8901-6E52-4361-B240-5CD28E4DA2C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NextGenMapperTests", "NextGenMapperTests\NextGenMapperTests.csproj", "{7147B828-86F5-4D5C-BBFA-B552B775EA52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "Benchmark\Benchmark.csproj", "{9C388D18-FF9D-4332-B45A-CD21581F834B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9DD195D-F4DD-478C-9304-E0FBD0190EE0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NextGenMapperSample", "NextGenMapperSample\NextGenMapperSample.csproj", "{C0C30375-E002-4EDA-A560-7A7622E4F8D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26FA8901-6E52-4361-B240-5CD28E4DA2C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FA8901-6E52-4361-B240-5CD28E4DA2C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FA8901-6E52-4361-B240-5CD28E4DA2C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FA8901-6E52-4361-B240-5CD28E4DA2C8}.Release|Any CPU.Build.0 = Release|Any CPU
{7147B828-86F5-4D5C-BBFA-B552B775EA52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7147B828-86F5-4D5C-BBFA-B552B775EA52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7147B828-86F5-4D5C-BBFA-B552B775EA52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7147B828-86F5-4D5C-BBFA-B552B775EA52}.Release|Any CPU.Build.0 = Release|Any CPU
{9C388D18-FF9D-4332-B45A-CD21581F834B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C388D18-FF9D-4332-B45A-CD21581F834B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C388D18-FF9D-4332-B45A-CD21581F834B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C388D18-FF9D-4332-B45A-CD21581F834B}.Release|Any CPU.Build.0 = Release|Any CPU
{C0C30375-E002-4EDA-A560-7A7622E4F8D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0C30375-E002-4EDA-A560-7A7622E4F8D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0C30375-E002-4EDA-A560-7A7622E4F8D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0C30375-E002-4EDA-A560-7A7622E4F8D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A372E805-436C-4749-8281-96AD7D3C481E}
EndGlobalSection
EndGlobal