-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathUltraMapper.sln
42 lines (42 loc) · 2.3 KB
/
UltraMapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UltraMapper", "UltraMapper\UltraMapper.csproj", "{34E9592B-27F8-45BC-BE54-F90BD125B4E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A5DCC8D-E59E-4052-8A69-8CB1362A2A9A}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UltraMapper.Tests", "UltraMapper.Tests\UltraMapper.Tests.csproj", "{D7703A65-FB14-4FF0-A2C2-C1F592A1499E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UltraMapper.Benchmarks", "UltraMapper.Benchmarks\UltraMapper.Benchmarks.csproj", "{A8B2252F-B9C2-4B4D-BD33-D640763F753E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34E9592B-27F8-45BC-BE54-F90BD125B4E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34E9592B-27F8-45BC-BE54-F90BD125B4E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34E9592B-27F8-45BC-BE54-F90BD125B4E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34E9592B-27F8-45BC-BE54-F90BD125B4E2}.Release|Any CPU.Build.0 = Release|Any CPU
{D7703A65-FB14-4FF0-A2C2-C1F592A1499E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7703A65-FB14-4FF0-A2C2-C1F592A1499E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7703A65-FB14-4FF0-A2C2-C1F592A1499E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7703A65-FB14-4FF0-A2C2-C1F592A1499E}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B2252F-B9C2-4B4D-BD33-D640763F753E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B2252F-B9C2-4B4D-BD33-D640763F753E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B2252F-B9C2-4B4D-BD33-D640763F753E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B2252F-B9C2-4B4D-BD33-D640763F753E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {869DBDB7-A9D0-40AD-9B1C-F7BA19A2EB63}
EndGlobalSection
EndGlobal