forked from teknogods/TeknoParrotUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeknoParrotUI.sln
More file actions
36 lines (36 loc) · 1.91 KB
/
TeknoParrotUI.sln
File metadata and controls
36 lines (36 loc) · 1.91 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeknoParrotUi", "TeknoParrotUi\TeknoParrotUi.csproj", "{B495A440-9A88-4092-AC84-A63D87CBF024}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeknoParrotUi.UnitTests", "TeknoParrotUi.UnitTests\TeknoParrotUi.UnitTests.csproj", "{C0AF6DA6-5687-4198-B501-5ABDB7ECB02C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeknoParrotUi.Common", "TeknoParrotUi.Common\TeknoParrotUi.Common.csproj", "{599710AE-AB2B-42FC-9583-5685D6726E0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B495A440-9A88-4092-AC84-A63D87CBF024}.Debug|x86.ActiveCfg = Debug|x86
{B495A440-9A88-4092-AC84-A63D87CBF024}.Debug|x86.Build.0 = Debug|x86
{B495A440-9A88-4092-AC84-A63D87CBF024}.Release|x86.ActiveCfg = Release|x86
{B495A440-9A88-4092-AC84-A63D87CBF024}.Release|x86.Build.0 = Release|x86
{C0AF6DA6-5687-4198-B501-5ABDB7ECB02C}.Debug|x86.ActiveCfg = Debug|x86
{C0AF6DA6-5687-4198-B501-5ABDB7ECB02C}.Debug|x86.Build.0 = Debug|x86
{C0AF6DA6-5687-4198-B501-5ABDB7ECB02C}.Release|x86.ActiveCfg = Release|x86
{599710AE-AB2B-42FC-9583-5685D6726E0D}.Debug|x86.ActiveCfg = Debug|x86
{599710AE-AB2B-42FC-9583-5685D6726E0D}.Debug|x86.Build.0 = Debug|x86
{599710AE-AB2B-42FC-9583-5685D6726E0D}.Release|x86.ActiveCfg = Release|x86
{599710AE-AB2B-42FC-9583-5685D6726E0D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DF73887-CC7E-48A1-9843-0254ECA2E1EA}
EndGlobalSection
EndGlobal