Update .gitignore with VS2015 solution include

This commit is contained in:
Matt Nadareski
2016-03-29 15:46:00 -07:00
parent 11ad0dd092
commit e7f05f9171
2 changed files with 42 additions and 4 deletions

9
.gitignore vendored
View File

@@ -1,6 +1,7 @@
.project
.settings
.buildpath
.classpath
.metadata
temp
.buildpath
.project
.settings
.vs
temp

37
wizzardRedux.sln Normal file
View File

@@ -0,0 +1,37 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "wizzardRedux", ".", "{B7FD0AF8-8804-48C7-B3DD-F4B70251EFFD}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_49718"
Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\GitHub\wizzardRedux\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49718\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_49718"
Release.AspNetCompiler.PhysicalPath = "..\..\..\..\GitHub\wizzardRedux\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_49718\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "49718"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7FD0AF8-8804-48C7-B3DD-F4B70251EFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7FD0AF8-8804-48C7-B3DD-F4B70251EFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal