forked from KrossX/Durazno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Durazno.sln
34 lines (34 loc) · 1.76 KB
/
Durazno.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
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Durazno", "Durazno\Durazno.vcxproj", "{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DuraznoGUI", "DuraznoGUI\DuraznoGUI.csproj", "{DA7F0C80-4B06-4B88-B387-2327D8E814D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|32bit = Debug|32bit
Debug|64bit = Debug|64bit
Release|32bit = Release|32bit
Release|64bit = Release|64bit
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}.Debug|32bit.ActiveCfg = Debug|Win32
{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}.Debug|64bit.ActiveCfg = Debug|Win32
{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}.Release|32bit.ActiveCfg = Release|Win32
{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}.Release|32bit.Build.0 = Release|Win32
{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}.Release|64bit.ActiveCfg = Release|x64
{33ED588A-99A5-4AF3-8FA5-7626A39E94EB}.Release|64bit.Build.0 = Release|x64
{DA7F0C80-4B06-4B88-B387-2327D8E814D8}.Debug|32bit.ActiveCfg = Debug|x86
{DA7F0C80-4B06-4B88-B387-2327D8E814D8}.Debug|64bit.ActiveCfg = Debug|x86
{DA7F0C80-4B06-4B88-B387-2327D8E814D8}.Release|32bit.ActiveCfg = Release|x86
{DA7F0C80-4B06-4B88-B387-2327D8E814D8}.Release|32bit.Build.0 = Release|x86
{DA7F0C80-4B06-4B88-B387-2327D8E814D8}.Release|64bit.ActiveCfg = Release|x64
{DA7F0C80-4B06-4B88-B387-2327D8E814D8}.Release|64bit.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal