Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JsonSong89 committed Mar 19, 2017
1 parent b9cbdb5 commit 2147905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
</site>
<site name="MaxthonExtension" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="D:\code\GitCode\HelloCSharp\MaxthonExtension" />
<virtualDirectory path="/" physicalPath="D:\code\GitCode\old\HelloCSharp\HelloCSharp\MaxthonExtension" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:20969:localhost" />
</bindings>
</site>
<site name="JsonSong.Front" id="3">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="D:\code\GitCode\HelloCSharp\JsonSong.Front" />
<virtualDirectory path="/" physicalPath="D:\code\GitCode\old\HelloCSharp\HelloCSharp\JsonSong.Front" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:53130:localhost" />
Expand Down
2 changes: 2 additions & 0 deletions JsonSong.TaskFactory/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ namespace JsonSong.TaskFactory
{
public class Class1
{


}
}

0 comments on commit 2147905

Please sign in to comment.