-
Notifications
You must be signed in to change notification settings - Fork 6
/
RudeBuild.sln
62 lines (62 loc) · 3.68 KB
/
RudeBuild.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.645
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RudeBuildConsole", "src\RudeBuildConsole\RudeBuildConsole.csproj", "{7DC0315A-DBD6-4790-94EC-4526A8B9300B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RudeBuild", "src\RudeBuild\RudeBuild.csproj", "{344A8E8A-9F1B-45F8-B03D-03CE5534572D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RudeBuildWixSetup", "src\RudeBuildWixSetup\RudeBuildWixSetup.csproj", "{4F48D3BB-92FE-4935-A268-EF01CFD4D01B}"
ProjectSection(ProjectDependencies) = postProject
{725D4418-B658-489E-BE5B-CA0F147A0496} = {725D4418-B658-489E-BE5B-CA0F147A0496}
{7DC0315A-DBD6-4790-94EC-4526A8B9300B} = {7DC0315A-DBD6-4790-94EC-4526A8B9300B}
{344A8E8A-9F1B-45F8-B03D-03CE5534572D} = {344A8E8A-9F1B-45F8-B03D-03CE5534572D}
{A52B19D3-B14D-420E-A523-B70F43632E07} = {A52B19D3-B14D-420E-A523-B70F43632E07}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RudeBuildVSShared", "src\RudeBuildVSShared\RudeBuildVSShared.csproj", "{725D4418-B658-489E-BE5B-CA0F147A0496}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RudeBuildVSIX", "src\RudeBuildVSIX\RudeBuildVSIX.csproj", "{A52B19D3-B14D-420E-A523-B70F43632E07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{21BFCDD6-9BA2-4080-ACFA-DBC355C3414C}"
ProjectSection(SolutionItems) = preProject
LICENSE.rtf = LICENSE.rtf
LICENSE.txt = LICENSE.txt
README.txt = README.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DC0315A-DBD6-4790-94EC-4526A8B9300B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DC0315A-DBD6-4790-94EC-4526A8B9300B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DC0315A-DBD6-4790-94EC-4526A8B9300B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DC0315A-DBD6-4790-94EC-4526A8B9300B}.Release|Any CPU.Build.0 = Release|Any CPU
{344A8E8A-9F1B-45F8-B03D-03CE5534572D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{344A8E8A-9F1B-45F8-B03D-03CE5534572D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{344A8E8A-9F1B-45F8-B03D-03CE5534572D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{344A8E8A-9F1B-45F8-B03D-03CE5534572D}.Release|Any CPU.Build.0 = Release|Any CPU
{4F48D3BB-92FE-4935-A268-EF01CFD4D01B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F48D3BB-92FE-4935-A268-EF01CFD4D01B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F48D3BB-92FE-4935-A268-EF01CFD4D01B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F48D3BB-92FE-4935-A268-EF01CFD4D01B}.Release|Any CPU.Build.0 = Release|Any CPU
{725D4418-B658-489E-BE5B-CA0F147A0496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{725D4418-B658-489E-BE5B-CA0F147A0496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{725D4418-B658-489E-BE5B-CA0F147A0496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{725D4418-B658-489E-BE5B-CA0F147A0496}.Release|Any CPU.Build.0 = Release|Any CPU
{A52B19D3-B14D-420E-A523-B70F43632E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A52B19D3-B14D-420E-A523-B70F43632E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A52B19D3-B14D-420E-A523-B70F43632E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A52B19D3-B14D-420E-A523-B70F43632E07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {140AC276-549C-4F06-92B1-C48088E8405E}
EndGlobalSection
EndGlobal