forked from martinecker/rudebuild
-
Notifications
You must be signed in to change notification settings - Fork 1
/
RudeBuild.sln
44 lines (44 loc) · 2.64 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 15.0.26430.16
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}") = "RudeBuildVSIX", "src\RudeBuildVSIX\RudeBuildVSIX.csproj", "{4868C849-9124-434B-BC83-B43570436771}"
ProjectSection(ProjectDependencies) = postProject
{725D4418-B658-489E-BE5B-CA0F147A0496} = {725D4418-B658-489E-BE5B-CA0F147A0496}
{344A8E8A-9F1B-45F8-B03D-03CE5534572D} = {344A8E8A-9F1B-45F8-B03D-03CE5534572D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RudeBuildVSShared", "src\RudeBuildVSShared\RudeBuildVSShared.csproj", "{725D4418-B658-489E-BE5B-CA0F147A0496}"
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
{4868C849-9124-434B-BC83-B43570436771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4868C849-9124-434B-BC83-B43570436771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4868C849-9124-434B-BC83-B43570436771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4868C849-9124-434B-BC83-B43570436771}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal