mirror of
https://github.com/SabreTools/wizzardRedux.git
synced 2026-02-04 05:36:18 +00:00
Update .gitignore with VS2015 solution include
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.project
|
||||
.settings
|
||||
.buildpath
|
||||
.classpath
|
||||
.metadata
|
||||
temp
|
||||
.buildpath
|
||||
.project
|
||||
.settings
|
||||
.vs
|
||||
temp
|
||||
37
wizzardRedux.sln
Normal file
37
wizzardRedux.sln
Normal 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
|
||||
Reference in New Issue
Block a user