-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExcelDataHelper.sln
44 lines (44 loc) · 2.15 KB
/
ExcelDataHelper.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelDataHelper", "ExcelDataHelper\ExcelDataHelper.csproj", "{A6C21A91-1D20-422A-9BDE-88A2E76978F5}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ExcelDataDemo", "ExcelDataDemo\", "{0E3EB430-05BC-46C0-A2FC-2F5D99D9DB6A}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "3.5"
Debug.AspNetCompiler.VirtualPath = "/ExcelDataDemo"
Debug.AspNetCompiler.PhysicalPath = "ExcelDataDemo\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\ExcelDataDemo\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/ExcelDataDemo"
Release.AspNetCompiler.PhysicalPath = "ExcelDataDemo\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\ExcelDataDemo\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "18767"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6C21A91-1D20-422A-9BDE-88A2E76978F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C21A91-1D20-422A-9BDE-88A2E76978F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C21A91-1D20-422A-9BDE-88A2E76978F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C21A91-1D20-422A-9BDE-88A2E76978F5}.Release|Any CPU.Build.0 = Release|Any CPU
{0E3EB430-05BC-46C0-A2FC-2F5D99D9DB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E3EB430-05BC-46C0-A2FC-2F5D99D9DB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E3EB430-05BC-46C0-A2FC-2F5D99D9DB6A}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{0E3EB430-05BC-46C0-A2FC-2F5D99D9DB6A}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal