-
Notifications
You must be signed in to change notification settings - Fork 3
/
BlockBrush.sln
32 lines (32 loc) · 1.89 KB
/
BlockBrush.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlockBrush", "BlockBrush\BlockBrush.csproj", "{79AF6FB7-8573-43A3-986B-69C0AF30DA4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Core", "Pinta\Pinta.Core\Pinta.Core.csproj", "{C6F7BA7C-531D-4F21-8B31-0746D28DABB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Resources", "Pinta\Pinta.Resources\Pinta.Resources.csproj", "{53EF8AB9-7A18-4D67-B364-1A981E6DFACA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79AF6FB7-8573-43A3-986B-69C0AF30DA4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79AF6FB7-8573-43A3-986B-69C0AF30DA4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79AF6FB7-8573-43A3-986B-69C0AF30DA4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79AF6FB7-8573-43A3-986B-69C0AF30DA4A}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F7BA7C-531D-4F21-8B31-0746D28DABB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F7BA7C-531D-4F21-8B31-0746D28DABB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F7BA7C-531D-4F21-8B31-0746D28DABB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F7BA7C-531D-4F21-8B31-0746D28DABB2}.Release|Any CPU.Build.0 = Release|Any CPU
{53EF8AB9-7A18-4D67-B364-1A981E6DFACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53EF8AB9-7A18-4D67-B364-1A981E6DFACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53EF8AB9-7A18-4D67-B364-1A981E6DFACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53EF8AB9-7A18-4D67-B364-1A981E6DFACA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = BlockBrush\BlockBrush.csproj
EndGlobalSection
EndGlobal