-
Notifications
You must be signed in to change notification settings - Fork 34
/
SimpleInvoiceManagementSoftware.sln
62 lines (62 loc) · 3.32 KB
/
SimpleInvoiceManagementSoftware.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
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleInvoiceManagementSoftware", "server\SimpleInvoiceManagementSoftware.csproj", "{08CB1B0D-7193-4277-9BA6-00F60A6733DF}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "meta", "meta\", "{5270BF30-4F7A-46D8-8E30-0DC996011F85}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_63785"
Debug.AspNetCompiler.PhysicalPath = "meta\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63785\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_63785"
Release.AspNetCompiler.PhysicalPath = "meta\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_63785\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "63785"
SlnRelativePath = "meta\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RDLC", "RDLC\RDLC.csproj", "{700EFF25-7425-44D4-9BC1-20B08D1F6746}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entity", "Entity\Entity.csproj", "{7F86695C-4758-4456-9465-A920F872FBBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08CB1B0D-7193-4277-9BA6-00F60A6733DF}.Release|Any CPU.Build.0 = Release|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{5270BF30-4F7A-46D8-8E30-0DC996011F85}.Release|Any CPU.Build.0 = Debug|Any CPU
{700EFF25-7425-44D4-9BC1-20B08D1F6746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{700EFF25-7425-44D4-9BC1-20B08D1F6746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{700EFF25-7425-44D4-9BC1-20B08D1F6746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{700EFF25-7425-44D4-9BC1-20B08D1F6746}.Release|Any CPU.Build.0 = Release|Any CPU
{7F86695C-4758-4456-9465-A920F872FBBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F86695C-4758-4456-9465-A920F872FBBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F86695C-4758-4456-9465-A920F872FBBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F86695C-4758-4456-9465-A920F872FBBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4DD93E6-001E-4807-98D0-AB4FF27F240D}
EndGlobalSection
EndGlobal