This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
forked from Code52/DownmarkerWPF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MarkPad.Setup.sln
38 lines (38 loc) · 2.48 KB
/
MarkPad.Setup.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "MarkPad.Setup", "src\MarkPad.Setup\MarkPad.Setup.wixproj", "{26A121EB-BD0D-48E7-A70F-0FC99E941786}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkPad.XAML", "src\MarkPad.XAML\MarkPad.XAML.csproj", "{F5C76E3F-AC91-477D-86DE-778850F3E14B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkPad.Services", "src\MarkPad.Services\MarkPad.Services.csproj", "{8088D80C-14AF-4618-B12A-F47C2771EBDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkPad", "src\MarkPad\MarkPad.csproj", "{393EB1F9-F80F-4B78-BEB3-11DD6714DA53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26A121EB-BD0D-48E7-A70F-0FC99E941786}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{26A121EB-BD0D-48E7-A70F-0FC99E941786}.Debug|Mixed Platforms.Build.0 = Debug|x86
{26A121EB-BD0D-48E7-A70F-0FC99E941786}.Release|Mixed Platforms.ActiveCfg = Release|x86
{26A121EB-BD0D-48E7-A70F-0FC99E941786}.Release|Mixed Platforms.Build.0 = Release|x86
{F5C76E3F-AC91-477D-86DE-778850F3E14B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F5C76E3F-AC91-477D-86DE-778850F3E14B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F5C76E3F-AC91-477D-86DE-778850F3E14B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F5C76E3F-AC91-477D-86DE-778850F3E14B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8088D80C-14AF-4618-B12A-F47C2771EBDD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8088D80C-14AF-4618-B12A-F47C2771EBDD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8088D80C-14AF-4618-B12A-F47C2771EBDD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8088D80C-14AF-4618-B12A-F47C2771EBDD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{393EB1F9-F80F-4B78-BEB3-11DD6714DA53}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{393EB1F9-F80F-4B78-BEB3-11DD6714DA53}.Debug|Mixed Platforms.Build.0 = Debug|x86
{393EB1F9-F80F-4B78-BEB3-11DD6714DA53}.Release|Mixed Platforms.ActiveCfg = Release|x86
{393EB1F9-F80F-4B78-BEB3-11DD6714DA53}.Release|Mixed Platforms.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal