forked from pulsemicro/VectorEngine.Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVectorEngine.Samples.sln
More file actions
56 lines (56 loc) · 3.88 KB
/
VectorEngine.Samples.sln
File metadata and controls
56 lines (56 loc) · 3.88 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReplaceTextInTemplate", "ReplaceTextInTemplate\ReplaceTextInTemplate.csproj", "{1C23AA15-1878-4829-85FC-51FEAE8DE454}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetTextColour", "SetTextColour\SetTextColour.csproj", "{952A7455-E686-4E50-BB17-1B5F3E8ECD8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetPrimaryAndSecondaryColours", "SetPrimaryAndSecondaryColours\SetPrimaryAndSecondaryColours.csproj", "{D3314DC1-7760-494F-BB82-98C1836353D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReplaceMascot", "ReplaceMascot\ReplaceMascot.csproj", "{907D540F-189D-450D-93F0-48942C6B7860}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShrinkToShape", "ShrinkToShape\ShrinkToShape.csproj", "{0892DF74-1347-490E-982E-9012C81D8FF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangeColourProfile", "ChangeColourProfile\ChangeColourProfile.csproj", "{EA83C1DA-616B-44D6-B968-C21AF10B4AAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReplaceTextWithBackgroundImage", "ReplaceTextWithBackgroundImage\ReplaceTextWithBackgroundImage.csproj", "{F0C2A3DB-2667-46E2-816E-E38EE2A81E37}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C23AA15-1878-4829-85FC-51FEAE8DE454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C23AA15-1878-4829-85FC-51FEAE8DE454}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C23AA15-1878-4829-85FC-51FEAE8DE454}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C23AA15-1878-4829-85FC-51FEAE8DE454}.Release|Any CPU.Build.0 = Release|Any CPU
{952A7455-E686-4E50-BB17-1B5F3E8ECD8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{952A7455-E686-4E50-BB17-1B5F3E8ECD8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{952A7455-E686-4E50-BB17-1B5F3E8ECD8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{952A7455-E686-4E50-BB17-1B5F3E8ECD8A}.Release|Any CPU.Build.0 = Release|Any CPU
{D3314DC1-7760-494F-BB82-98C1836353D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3314DC1-7760-494F-BB82-98C1836353D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3314DC1-7760-494F-BB82-98C1836353D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3314DC1-7760-494F-BB82-98C1836353D0}.Release|Any CPU.Build.0 = Release|Any CPU
{907D540F-189D-450D-93F0-48942C6B7860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{907D540F-189D-450D-93F0-48942C6B7860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{907D540F-189D-450D-93F0-48942C6B7860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{907D540F-189D-450D-93F0-48942C6B7860}.Release|Any CPU.Build.0 = Release|Any CPU
{0892DF74-1347-490E-982E-9012C81D8FF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0892DF74-1347-490E-982E-9012C81D8FF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0892DF74-1347-490E-982E-9012C81D8FF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0892DF74-1347-490E-982E-9012C81D8FF8}.Release|Any CPU.Build.0 = Release|Any CPU
{EA83C1DA-616B-44D6-B968-C21AF10B4AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA83C1DA-616B-44D6-B968-C21AF10B4AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA83C1DA-616B-44D6-B968-C21AF10B4AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA83C1DA-616B-44D6-B968-C21AF10B4AAB}.Release|Any CPU.Build.0 = Release|Any CPU
{F0C2A3DB-2667-46E2-816E-E38EE2A81E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0C2A3DB-2667-46E2-816E-E38EE2A81E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0C2A3DB-2667-46E2-816E-E38EE2A81E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0C2A3DB-2667-46E2-816E-E38EE2A81E37}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal