-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPreviewDot.sln
36 lines (36 loc) · 1.97 KB
/
PreviewDot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PreviewDot", "PreviewDot\PreviewDot.csproj", "{B7AE83A1-5834-4CA5-B52E-84682FE187BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PreviewDot.UnitTests", "PreviewDot.UnitTests\PreviewDot.UnitTests.csproj", "{00AB3D5C-EB29-4B90-B38B-542C710926EC}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PreviewDot.Installer", "PreviewDot.Installer\PreviewDot.Installer.vdproj", "{544DF4CE-3DF7-4B85-80EA-70E4AFB68764}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7AE83A1-5834-4CA5-B52E-84682FE187BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7AE83A1-5834-4CA5-B52E-84682FE187BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7AE83A1-5834-4CA5-B52E-84682FE187BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7AE83A1-5834-4CA5-B52E-84682FE187BA}.Release|Any CPU.Build.0 = Release|Any CPU
{00AB3D5C-EB29-4B90-B38B-542C710926EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00AB3D5C-EB29-4B90-B38B-542C710926EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00AB3D5C-EB29-4B90-B38B-542C710926EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00AB3D5C-EB29-4B90-B38B-542C710926EC}.Release|Any CPU.Build.0 = Release|Any CPU
{544DF4CE-3DF7-4B85-80EA-70E4AFB68764}.Debug|Any CPU.ActiveCfg = Debug
{544DF4CE-3DF7-4B85-80EA-70E4AFB68764}.Release|Any CPU.ActiveCfg = Release
{544DF4CE-3DF7-4B85-80EA-70E4AFB68764}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D7C5612-ADDE-4BD7-B2CA-9B53144AD017}
EndGlobalSection
EndGlobal