-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGroupDocs.Assembly.Examples.CSharp.sln
More file actions
64 lines (64 loc) · 4.02 KB
/
GroupDocs.Assembly.Examples.CSharp.sln
File metadata and controls
64 lines (64 loc) · 4.02 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
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.AssemblyExamples", "CSharp\GroupDocs.AssemblyExamples\GroupDocs.AssemblyExamples.csproj", "{E9B98DA5-9A99-4B14-8260-B05EB62C7458}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.AssemblyExamples.BusinessLayer", "CSharp\GroupDocs.AssemblyExamples.BusinessLayer\GroupDocs.AssemblyExamples.BusinessLayer.csproj", "{5984DD10-865D-470E-A963-9FDEF20929AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroupDocs.AssemblyExamples.ProjectEntities", "CSharp\GroupDocs.AssemblyExamples.ProjectEntities\GroupDocs.AssemblyExamples.ProjectEntities.csproj", "{65189345-C620-4736-8D0C-4BC6A25CFDEE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CSharp", "CSharp", "{739A2D8E-6BB2-4FD5-AA16-CC6616E9B0FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{1E612BEE-9BA7-4F77-AF45-0A537CEAB74B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SourceFolder", "SourceFolder", "{81752197-B468-404B-BD0D-E0698F93CCA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DestinationFolder", "DestinationFolder", "{7F7D9220-2B72-4F59-93E5-E21D5070FF42}"
ProjectSection(SolutionItems) = preProject
Data\DestinationFolder\ExcelTemplates\Common List-20-11-2015-11-44-35-CS.xlsx = Data\DestinationFolder\ExcelTemplates\Common List-20-11-2015-11-44-35-CS.xlsx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{6D6EE175-F85E-4239-9D1C-F98B7FA85419}"
ProjectSection(SolutionItems) = preProject
Data\Images\no-photo.jpg = Data\Images\no-photo.jpg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExcelTempates", "ExcelTempates", "{29435933-1879-451F-9EBB-92C00CF8C03C}"
ProjectSection(SolutionItems) = preProject
Data\SourceFolder\ExcelTemplates\Common List.xlsx = Data\SourceFolder\ExcelTemplates\Common List.xlsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9B98DA5-9A99-4B14-8260-B05EB62C7458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9B98DA5-9A99-4B14-8260-B05EB62C7458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9B98DA5-9A99-4B14-8260-B05EB62C7458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9B98DA5-9A99-4B14-8260-B05EB62C7458}.Release|Any CPU.Build.0 = Release|Any CPU
{5984DD10-865D-470E-A963-9FDEF20929AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5984DD10-865D-470E-A963-9FDEF20929AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5984DD10-865D-470E-A963-9FDEF20929AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5984DD10-865D-470E-A963-9FDEF20929AA}.Release|Any CPU.Build.0 = Release|Any CPU
{65189345-C620-4736-8D0C-4BC6A25CFDEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65189345-C620-4736-8D0C-4BC6A25CFDEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65189345-C620-4736-8D0C-4BC6A25CFDEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65189345-C620-4736-8D0C-4BC6A25CFDEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E9B98DA5-9A99-4B14-8260-B05EB62C7458} = {739A2D8E-6BB2-4FD5-AA16-CC6616E9B0FF}
{5984DD10-865D-470E-A963-9FDEF20929AA} = {739A2D8E-6BB2-4FD5-AA16-CC6616E9B0FF}
{65189345-C620-4736-8D0C-4BC6A25CFDEE} = {739A2D8E-6BB2-4FD5-AA16-CC6616E9B0FF}
{81752197-B468-404B-BD0D-E0698F93CCA1} = {1E612BEE-9BA7-4F77-AF45-0A537CEAB74B}
{7F7D9220-2B72-4F59-93E5-E21D5070FF42} = {1E612BEE-9BA7-4F77-AF45-0A537CEAB74B}
{6D6EE175-F85E-4239-9D1C-F98B7FA85419} = {1E612BEE-9BA7-4F77-AF45-0A537CEAB74B}
{29435933-1879-451F-9EBB-92C00CF8C03C} = {81752197-B468-404B-BD0D-E0698F93CCA1}
EndGlobalSection
EndGlobal