-
Notifications
You must be signed in to change notification settings - Fork 1
/
RenderConfig.sln
40 lines (40 loc) · 2.6 KB
/
RenderConfig.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderConfig.MSBuild", "source\RenderConfig.MSBuild\RenderConfig.MSBuild.csproj", "{14D4C9A8-5EEA-42A7-9CFF-40227474622A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderConfig.Core.Tests", "source\RenderConfig.Core.Tests\RenderConfig.Core.Tests.csproj", "{83314AA8-50E6-43B5-9317-CF3F3358B4D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderConfig.Console", "source\RenderConfig.Console\RenderConfig.Console.csproj", "{7D0A535E-EAA7-4E10-A2EA-32BB007E7BF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderConfig.Core", "source\RenderConfig.Core\RenderConfig.Core.csproj", "{E262070A-8113-490B-A345-B2A8D73149B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14D4C9A8-5EEA-42A7-9CFF-40227474622A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14D4C9A8-5EEA-42A7-9CFF-40227474622A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14D4C9A8-5EEA-42A7-9CFF-40227474622A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14D4C9A8-5EEA-42A7-9CFF-40227474622A}.Release|Any CPU.Build.0 = Release|Any CPU
{7D0A535E-EAA7-4E10-A2EA-32BB007E7BF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D0A535E-EAA7-4E10-A2EA-32BB007E7BF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D0A535E-EAA7-4E10-A2EA-32BB007E7BF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D0A535E-EAA7-4E10-A2EA-32BB007E7BF6}.Release|Any CPU.Build.0 = Release|Any CPU
{83314AA8-50E6-43B5-9317-CF3F3358B4D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83314AA8-50E6-43B5-9317-CF3F3358B4D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83314AA8-50E6-43B5-9317-CF3F3358B4D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83314AA8-50E6-43B5-9317-CF3F3358B4D4}.Release|Any CPU.Build.0 = Release|Any CPU
{E262070A-8113-490B-A345-B2A8D73149B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E262070A-8113-490B-A345-B2A8D73149B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E262070A-8113-490B-A345-B2A8D73149B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E262070A-8113-490B-A345-B2A8D73149B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = source\RenderConfig.MSBuild\RenderConfig.MSBuild.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal