This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QuiqCompose.sln
49 lines (49 loc) · 2.62 KB
/
QuiqCompose.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
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuiqCompose-WinDesktop", "QuiqCompose\QuiqCompose-WinDesktop.csproj", "{698F6795-92B2-4E31-8776-7967AA84F34A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1A6DC76E-249A-4613-8967-AB6FCABA37FA}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DocumentationResources", "DocumentationResources", "{4CDAFCEB-422B-4D6D-8339-3A1410A3E88A}"
ProjectSection(SolutionItems) = preProject
DocumentationResources\AssemblyInfoRules-Example.png = DocumentationResources\AssemblyInfoRules-Example.png
DocumentationResources\QCBanner.png = DocumentationResources\QCBanner.png
DocumentationResources\QCBanner.svg = DocumentationResources\QCBanner.svg
DocumentationResources\VersionRules-Example.png = DocumentationResources\VersionRules-Example.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuiqCompose-DotNet-Twitter-Text", "QuiqCompose-DotNet-Twitter-Text\QuiqCompose-DotNet-Twitter-Text.csproj", "{C40D31FD-9280-482E-825D-DAC4B0CED8B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{698F6795-92B2-4E31-8776-7967AA84F34A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{698F6795-92B2-4E31-8776-7967AA84F34A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{698F6795-92B2-4E31-8776-7967AA84F34A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{698F6795-92B2-4E31-8776-7967AA84F34A}.Release|Any CPU.Build.0 = Release|Any CPU
{C40D31FD-9280-482E-825D-DAC4B0CED8B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C40D31FD-9280-482E-825D-DAC4B0CED8B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C40D31FD-9280-482E-825D-DAC4B0CED8B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C40D31FD-9280-482E-825D-DAC4B0CED8B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4CDAFCEB-422B-4D6D-8339-3A1410A3E88A} = {1A6DC76E-249A-4613-8967-AB6FCABA37FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FE65BE9-96B6-4B97-953F-6D8FE5CABCBC}
EndGlobalSection
EndGlobal