-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemapio.sln
30 lines (30 loc) · 1.54 KB
/
Demapio.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demapio", "Demapio\Demapio.csproj", "{710C31AC-B169-421C-874C-2E8225119BF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemapioTests", "DemapioTests\DemapioTests.csproj", "{0C1F5C56-51E9-40B8-A090-63788CF86646}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Info", "_Info", "{5EA96445-5F55-4D53-B21E-C31AF753A3B6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{710C31AC-B169-421C-874C-2E8225119BF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{710C31AC-B169-421C-874C-2E8225119BF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{710C31AC-B169-421C-874C-2E8225119BF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{710C31AC-B169-421C-874C-2E8225119BF0}.Release|Any CPU.Build.0 = Release|Any CPU
{0C1F5C56-51E9-40B8-A090-63788CF86646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C1F5C56-51E9-40B8-A090-63788CF86646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C1F5C56-51E9-40B8-A090-63788CF86646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C1F5C56-51E9-40B8-A090-63788CF86646}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal