-
Notifications
You must be signed in to change notification settings - Fork 47
/
Inpainting.sln
61 lines (61 loc) · 3.62 KB
/
Inpainting.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Inpainting", "Inpainting\Inpainting.csproj", "{DE1E1F2A-3446-4267-8F76-518F29DE58A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{10E9F6F4-4AEA-4C61-8A09-88D623E1EB97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Inpainting.UnitTests", "Inpainting.UnitTests\Inpainting.UnitTests.csproj", "{7A507467-F683-44BD-A27C-615ED8BE18FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Inpaint", "Samples\Inpaint\Inpaint.csproj", "{F541908F-ADAD-4EEB-B0BD-3A56F51930FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InpaintWinForms", "Samples\InpaintWinForms\InpaintWinForms.csproj", "{64552774-8C1F-4FE6-89F2-7CEB66839538}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InpaintHTTP", "Samples\InpaintHTTP\InpaintHTTP.csproj", "{B753EE46-D174-4385-AF6D-5FC362C00749}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8346CA1E-6B09-481C-A54D-BF12073E9375}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
Dockerfile.Windows = Dockerfile.Windows
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE1E1F2A-3446-4267-8F76-518F29DE58A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE1E1F2A-3446-4267-8F76-518F29DE58A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE1E1F2A-3446-4267-8F76-518F29DE58A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE1E1F2A-3446-4267-8F76-518F29DE58A0}.Release|Any CPU.Build.0 = Release|Any CPU
{7A507467-F683-44BD-A27C-615ED8BE18FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A507467-F683-44BD-A27C-615ED8BE18FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A507467-F683-44BD-A27C-615ED8BE18FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F541908F-ADAD-4EEB-B0BD-3A56F51930FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F541908F-ADAD-4EEB-B0BD-3A56F51930FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F541908F-ADAD-4EEB-B0BD-3A56F51930FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F541908F-ADAD-4EEB-B0BD-3A56F51930FB}.Release|Any CPU.Build.0 = Release|Any CPU
{64552774-8C1F-4FE6-89F2-7CEB66839538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64552774-8C1F-4FE6-89F2-7CEB66839538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64552774-8C1F-4FE6-89F2-7CEB66839538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64552774-8C1F-4FE6-89F2-7CEB66839538}.Release|Any CPU.Build.0 = Release|Any CPU
{B753EE46-D174-4385-AF6D-5FC362C00749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B753EE46-D174-4385-AF6D-5FC362C00749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B753EE46-D174-4385-AF6D-5FC362C00749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B753EE46-D174-4385-AF6D-5FC362C00749}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F541908F-ADAD-4EEB-B0BD-3A56F51930FB} = {10E9F6F4-4AEA-4C61-8A09-88D623E1EB97}
{64552774-8C1F-4FE6-89F2-7CEB66839538} = {10E9F6F4-4AEA-4C61-8A09-88D623E1EB97}
{B753EE46-D174-4385-AF6D-5FC362C00749} = {10E9F6F4-4AEA-4C61-8A09-88D623E1EB97}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DFFB98D7-F1D5-4B78-88EC-A639FD00DC56}
EndGlobalSection
EndGlobal