-
Notifications
You must be signed in to change notification settings - Fork 0
/
SalesViewer.sln
54 lines (54 loc) · 2.47 KB
/
SalesViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Ticket-Viewer-SAP", "Ticket-Viewer-SAP\", "{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = "SAK"
SccAuxPath = "SAK"
SccLocalPath = "SAK"
SccProvider = "SAK"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
Debug.AspNetCompiler.VirtualPath = "/localhost_57928"
Debug.AspNetCompiler.PhysicalPath = "Ticket-Viewer-SAP\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57928\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_57928"
Release.AspNetCompiler.PhysicalPath = "Ticket-Viewer-SAP\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57928\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "57928"
SlnRelativePath = "Ticket-Viewer-SAP\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Debug|.NET.ActiveCfg = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Debug|.NET.Build.0 = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Release|.NET.ActiveCfg = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Release|.NET.Build.0 = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{2A432B28-149F-4BA8-9D9D-E47BF2B7B62D}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC788BE3-02D1-48D4-9C53-63A7E4E12FE7}
EndGlobalSection
EndGlobal