-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEmmaDotNet-Remote.sln
54 lines (54 loc) · 2.99 KB
/
EmmaDotNet-Remote.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 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "IDMI.Emma.Remote", "Components\IDMI.Emma.Remote\IDMI.Emma.Remote.vbproj", "{7271F3D7-84D0-407C-A592-D49FD8134FE7}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "IDMI.Core", "Components\IDMI.Core\IDMI.Core.vbproj", "{DB7333F6-5873-47F7-B17E-53BF7EB95A00}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "IDMI.Emma.Remote.Demo", "http://localhost:53385", "{A002CEA9-C345-414F-B478-3E3F65AC49A8}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = "{7271f3d7-84d0-407c-a592-d49fd8134fe7}|IDMI.Emma.Remote.dll;{DB7333F6-5873-47F7-B17E-53BF7EB95A00}|IDMI.Core.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_53385"
Debug.AspNetCompiler.PhysicalPath = "Webroot\IDMI.Emma.Remote.Demo\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53385\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_53385"
Release.AspNetCompiler.PhysicalPath = "Webroot\IDMI.Emma.Remote.Demo\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53385\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "Webroot\IDMI.Emma.Remote.Demo\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7271F3D7-84D0-407C-A592-D49FD8134FE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7271F3D7-84D0-407C-A592-D49FD8134FE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7271F3D7-84D0-407C-A592-D49FD8134FE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7271F3D7-84D0-407C-A592-D49FD8134FE7}.Release|Any CPU.Build.0 = Release|Any CPU
{DB7333F6-5873-47F7-B17E-53BF7EB95A00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB7333F6-5873-47F7-B17E-53BF7EB95A00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB7333F6-5873-47F7-B17E-53BF7EB95A00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB7333F6-5873-47F7-B17E-53BF7EB95A00}.Release|Any CPU.Build.0 = Release|Any CPU
{A002CEA9-C345-414F-B478-3E3F65AC49A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A002CEA9-C345-414F-B478-3E3F65AC49A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A002CEA9-C345-414F-B478-3E3F65AC49A8}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{A002CEA9-C345-414F-B478-3E3F65AC49A8}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal