This repository has been archived by the owner on Feb 26, 2022. It is now read-only.
forked from erwin-beckers/iDeal.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iDeal.sln
33 lines (33 loc) · 1.63 KB
/
iDeal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iDeal", "iDeal\iDeal.csproj", "{537CBDF2-6F0B-4D85-B215-45B02751274A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iDeal.Example", "iDeal.Example\iDeal.Example.csproj", "{CCE32CE8-C3C8-4135-AF1C-7BCD4823E0CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3AC3B5BF-BACA-46DD-AEED-6C3B92227C06}"
ProjectSection(SolutionItems) = preProject
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
{537CBDF2-6F0B-4D85-B215-45B02751274A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{537CBDF2-6F0B-4D85-B215-45B02751274A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{537CBDF2-6F0B-4D85-B215-45B02751274A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{537CBDF2-6F0B-4D85-B215-45B02751274A}.Release|Any CPU.Build.0 = Release|Any CPU
{CCE32CE8-C3C8-4135-AF1C-7BCD4823E0CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCE32CE8-C3C8-4135-AF1C-7BCD4823E0CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCE32CE8-C3C8-4135-AF1C-7BCD4823E0CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCE32CE8-C3C8-4135-AF1C-7BCD4823E0CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal