This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfused.sln
42 lines (42 loc) · 2.32 KB
/
Confused.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 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Confused", "Confused\Confused.csproj", "{8759FE87-B0CC-48B4-B1F0-311353DFAF1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Confused.Tests", "Confused.Tests\Confused.Tests.csproj", "{C7D93EFE-AE0E-446D-B5EB-A8F9AA27005E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Confused.EasySample", "Samples\Confused.EasySample\Confused.EasySample.csproj", "{E271CDF1-4809-4EC9-A060-69B919FC1D67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{9AF3409B-50C9-4CE1-9470-5CFD7F05F9BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8759FE87-B0CC-48B4-B1F0-311353DFAF1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8759FE87-B0CC-48B4-B1F0-311353DFAF1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8759FE87-B0CC-48B4-B1F0-311353DFAF1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8759FE87-B0CC-48B4-B1F0-311353DFAF1E}.Release|Any CPU.Build.0 = Release|Any CPU
{C7D93EFE-AE0E-446D-B5EB-A8F9AA27005E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7D93EFE-AE0E-446D-B5EB-A8F9AA27005E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7D93EFE-AE0E-446D-B5EB-A8F9AA27005E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7D93EFE-AE0E-446D-B5EB-A8F9AA27005E}.Release|Any CPU.Build.0 = Release|Any CPU
{E271CDF1-4809-4EC9-A060-69B919FC1D67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E271CDF1-4809-4EC9-A060-69B919FC1D67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E271CDF1-4809-4EC9-A060-69B919FC1D67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E271CDF1-4809-4EC9-A060-69B919FC1D67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E271CDF1-4809-4EC9-A060-69B919FC1D67} = {9AF3409B-50C9-4CE1-9470-5CFD7F05F9BC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B12E11A-88B5-429E-B66F-ED64730749A7}
EndGlobalSection
EndGlobal