forked from dlemstra/ImageMagick.FredsScripts.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFredsImageMagickScripts.NET.sln
More file actions
58 lines (58 loc) · 3.15 KB
/
Copy pathFredsImageMagickScripts.NET.sln
File metadata and controls
58 lines (58 loc) · 3.15 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
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FredsImageMagickScripts.NET", "src\FredsImageMagickScripts.NET\FredsImageMagickScripts.NET.csproj", "{7BFF53D0-7D83-444B-A061-BDBFE35F4F1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FredsImageMagickScripts.NET.Tests", "Tests\FredsImageMagickScripts.NET.Tests\FredsImageMagickScripts.NET.Tests.csproj", "{6C392642-0CFB-4296-AFED-14E63943C4E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{9B260F88-85D3-44B8-BDED-3279DDEEF8E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppVeyor", "AppVeyor", "{B00B1601-C840-4244-8E3B-DE80359D92DE}"
ProjectSection(SolutionItems) = preProject
Tools\AppVeyor\Build.cmd = Tools\AppVeyor\Build.cmd
Tools\AppVeyor\Test.cmd = Tools\AppVeyor\Test.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{27E023F4-67BB-4C92-91B8-3510D52E2914}"
ProjectSection(SolutionItems) = preProject
Tools\Scripts\Publish.ps1 = Tools\Scripts\Publish.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{05BBF0EA-2A49-42A6-9F6C-B7757378390E}"
ProjectSection(SolutionItems) = preProject
Tools\Scripts\Shared\Build.ps1 = Tools\Scripts\Shared\Build.ps1
Tools\Scripts\Shared\Functions.ps1 = Tools\Scripts\Shared\Functions.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppVeyor", "AppVeyor", "{7365D183-9D27-47B4-89FC-73B82D27D6EB}"
ProjectSection(SolutionItems) = preProject
Tools\Scripts\AppVeyor\Build.ps1 = Tools\Scripts\AppVeyor\Build.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BFF53D0-7D83-444B-A061-BDBFE35F4F1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BFF53D0-7D83-444B-A061-BDBFE35F4F1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BFF53D0-7D83-444B-A061-BDBFE35F4F1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BFF53D0-7D83-444B-A061-BDBFE35F4F1E}.Release|Any CPU.Build.0 = Release|Any CPU
{6C392642-0CFB-4296-AFED-14E63943C4E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C392642-0CFB-4296-AFED-14E63943C4E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C392642-0CFB-4296-AFED-14E63943C4E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C392642-0CFB-4296-AFED-14E63943C4E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B00B1601-C840-4244-8E3B-DE80359D92DE} = {9B260F88-85D3-44B8-BDED-3279DDEEF8E9}
{27E023F4-67BB-4C92-91B8-3510D52E2914} = {9B260F88-85D3-44B8-BDED-3279DDEEF8E9}
{05BBF0EA-2A49-42A6-9F6C-B7757378390E} = {27E023F4-67BB-4C92-91B8-3510D52E2914}
{7365D183-9D27-47B4-89FC-73B82D27D6EB} = {27E023F4-67BB-4C92-91B8-3510D52E2914}
EndGlobalSection
EndGlobal