Skip to content

Commit f02f261

Browse files
committed
add sln
1 parent 7d9fe43 commit f02f261

3 files changed

Lines changed: 44 additions & 0 deletions

File tree

Web.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<system.web>
4+
<compilation debug="true" targetFramework="4.0"/>
5+
</system.web>
6+
</configuration>

localhost_21945.sln

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.21005.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "feinet.github.io", "http://localhost:21945", "{D39F00B5-E747-408D-96DE-900AE705142E}"
7+
ProjectSection(WebsiteProperties) = preProject
8+
UseIISExpress = "true"
9+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
10+
Debug.AspNetCompiler.VirtualPath = "/localhost_21945"
11+
Debug.AspNetCompiler.PhysicalPath = "..\feinet.github.io\"
12+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_21945\"
13+
Debug.AspNetCompiler.Updateable = "true"
14+
Debug.AspNetCompiler.ForceOverwrite = "true"
15+
Debug.AspNetCompiler.FixedNames = "false"
16+
Debug.AspNetCompiler.Debug = "True"
17+
Release.AspNetCompiler.VirtualPath = "/localhost_21945"
18+
Release.AspNetCompiler.PhysicalPath = "..\feinet.github.io\"
19+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_21945\"
20+
Release.AspNetCompiler.Updateable = "true"
21+
Release.AspNetCompiler.ForceOverwrite = "true"
22+
Release.AspNetCompiler.FixedNames = "false"
23+
Release.AspNetCompiler.Debug = "False"
24+
SlnRelativePath = "..\feinet.github.io\"
25+
EndProjectSection
26+
EndProject
27+
Global
28+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
29+
Debug|Any CPU = Debug|Any CPU
30+
EndGlobalSection
31+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
32+
{D39F00B5-E747-408D-96DE-900AE705142E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{D39F00B5-E747-408D-96DE-900AE705142E}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
EndGlobalSection
35+
GlobalSection(SolutionProperties) = preSolution
36+
HideSolutionNode = FALSE
37+
EndGlobalSection
38+
EndGlobal

localhost_21945.v12.suo

16.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)