From cf0ab1d5d374673013d38465a6b47db2e584d1a2 Mon Sep 17 00:00:00 2001
From: sirar87 <sirars@gmail.com>
Date: Tue, 17 Mar 2015 21:57:16 +0100
Subject: [PATCH] Update gitignore to include suo format. Add solution file and
 web.config.

---
 .gitignore         |  3 ++-
 Web.config         |  6 ++++++
 ngconf2015demo.sln | 38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+), 1 deletion(-)
 create mode 100644 Web.config
 create mode 100644 ngconf2015demo.sln

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 @@
+<?xml version="1.0"?>
+<configuration>
+  <system.web>
+    <compilation debug="true" targetFramework="4.0"/>
+  </system.web>
+</configuration>
\ 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