Skip to content

Commit 5cec874

Browse files
committed
留言板
1 parent 08282c1 commit 5cec874

5 files changed

Lines changed: 522 additions & 8 deletions

File tree

8.5 KB
Binary file not shown.

MessageBoard/.vs/config/applicationhost.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<virtualDirectory path="/" physicalPath="C:\01Files\MyCode\github\BlogDemoCode\MessageBoard\MessageBoard" />
160160
</application>
161161
<bindings>
162-
<binding protocol="http" bindingInformation="*:7460:localhost" />
162+
<binding protocol="http" bindingInformation="*:1660:localhost" />
163163
</bindings>
164164
</site>
165165
<siteDefaults>

MessageBoard/MessageBoard.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.26228.9
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoard", "MessageBoard\MessageBoard.csproj", "{F2D73A16-CA12-4C18-8F34-38DB1E5D17B9}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoard", "MessageBoard\MessageBoard.csproj", "{C90B2181-832C-4A37-97A1-BC4EF63B918C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{F2D73A16-CA12-4C18-8F34-38DB1E5D17B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{F2D73A16-CA12-4C18-8F34-38DB1E5D17B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{F2D73A16-CA12-4C18-8F34-38DB1E5D17B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{F2D73A16-CA12-4C18-8F34-38DB1E5D17B9}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{C90B2181-832C-4A37-97A1-BC4EF63B918C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{C90B2181-832C-4A37-97A1-BC4EF63B918C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{C90B2181-832C-4A37-97A1-BC4EF63B918C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{C90B2181-832C-4A37-97A1-BC4EF63B918C}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)