-
Notifications
You must be signed in to change notification settings - Fork 0
/
Testy.sln
31 lines (31 loc) · 1.28 KB
/
Testy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "stuff", "stuff", "{1ABDD7C1-1F8D-402D-8692-3E4B66962DE0}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Testy", "Testy\Testy.csproj", "{3A93A5A9-DBA7-4C6B-BA61-18488CCFE9EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A93A5A9-DBA7-4C6B-BA61-18488CCFE9EF}.Debug|x86.ActiveCfg = Debug|Any CPU
{3A93A5A9-DBA7-4C6B-BA61-18488CCFE9EF}.Debug|x86.Build.0 = Debug|Any CPU
{3A93A5A9-DBA7-4C6B-BA61-18488CCFE9EF}.Release|x86.ActiveCfg = Release|Any CPU
{3A93A5A9-DBA7-4C6B-BA61-18488CCFE9EF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E49C50D-1E2F-40F4-81C8-65B15AF65CE4}
EndGlobalSection
EndGlobal