diff --git a/.gitignore b/.gitignore index 4c43fe6..814b05f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.js \ No newline at end of file +*.js +*.suo \ No newline at end of file diff --git a/Web.config b/Web.config new file mode 100644 index 0000000..3efb09f --- /dev/null +++ b/Web.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ngconf2015demo.sln b/ngconf2015demo.sln new file mode 100644 index 0000000..ad09d3c --- /dev/null +++ b/ngconf2015demo.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30723.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "ngconf2015demo", "http://localhost:53984", "{69AD50C9-8031-416E-B35D-59719582A74A}" + ProjectSection(WebsiteProperties) = preProject + UseIISExpress = "true" + TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0" + Debug.AspNetCompiler.VirtualPath = "/localhost_53984" + Debug.AspNetCompiler.PhysicalPath = "..\ngconf2015demo\" + Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53984\" + Debug.AspNetCompiler.Updateable = "true" + Debug.AspNetCompiler.ForceOverwrite = "true" + Debug.AspNetCompiler.FixedNames = "false" + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.VirtualPath = "/localhost_53984" + Release.AspNetCompiler.PhysicalPath = "..\ngconf2015demo\" + Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53984\" + Release.AspNetCompiler.Updateable = "true" + Release.AspNetCompiler.ForceOverwrite = "true" + Release.AspNetCompiler.FixedNames = "false" + Release.AspNetCompiler.Debug = "False" + SlnRelativePath = "..\ngconf2015demo\" + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {69AD50C9-8031-416E-B35D-59719582A74A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {69AD50C9-8031-416E-B35D-59719582A74A}.Debug|Any CPU.Build.0 = Debug|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal