Skip to content

Commit d0ae080

Browse files
committed
General
1 parent 3a1aac2 commit d0ae080

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.v12.suo
22
*.suo
33
*.bak
4+
*.vs

_resources/UserScripts/UserScripts.sln

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26730.12
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "UserScripts", "http://localhost:28135", "{84E071CC-91B5-4DF8-9CC5-FC6A59EC1DAD}"
77
ProjectSection(WebsiteProperties) = preProject
@@ -30,15 +30,41 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3030
WebEssentials-Settings.json = WebEssentials-Settings.json
3131
EndProjectSection
3232
EndProject
33+
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "gm_scripts", "..\..\..\..\Users\jeron\AppData\Roaming\Mozilla\Firefox\Profiles\x1fwlaep.default\gm_scripts\", "{FC4B0BF2-B3D5-4519-9764-ECA520C06AD3}"
34+
ProjectSection(WebsiteProperties) = preProject
35+
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
36+
Debug.AspNetCompiler.VirtualPath = "/localhost_53345"
37+
Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\Users\jeron\AppData\Roaming\Mozilla\Firefox\Profiles\x1fwlaep.default\gm_scripts\"
38+
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53345\"
39+
Debug.AspNetCompiler.Updateable = "true"
40+
Debug.AspNetCompiler.ForceOverwrite = "true"
41+
Debug.AspNetCompiler.FixedNames = "false"
42+
Debug.AspNetCompiler.Debug = "True"
43+
Release.AspNetCompiler.VirtualPath = "/localhost_53345"
44+
Release.AspNetCompiler.PhysicalPath = "..\..\..\..\Users\jeron\AppData\Roaming\Mozilla\Firefox\Profiles\x1fwlaep.default\gm_scripts\"
45+
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_53345\"
46+
Release.AspNetCompiler.Updateable = "true"
47+
Release.AspNetCompiler.ForceOverwrite = "true"
48+
Release.AspNetCompiler.FixedNames = "false"
49+
Release.AspNetCompiler.Debug = "False"
50+
VWDPort = "53345"
51+
SlnRelativePath = "..\..\..\..\Users\jeron\AppData\Roaming\Mozilla\Firefox\Profiles\x1fwlaep.default\gm_scripts\"
52+
EndProjectSection
53+
EndProject
3354
Global
3455
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3556
Debug|Any CPU = Debug|Any CPU
3657
EndGlobalSection
3758
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3859
{84E071CC-91B5-4DF8-9CC5-FC6A59EC1DAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3960
{84E071CC-91B5-4DF8-9CC5-FC6A59EC1DAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
61+
{FC4B0BF2-B3D5-4519-9764-ECA520C06AD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62+
{FC4B0BF2-B3D5-4519-9764-ECA520C06AD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
4063
EndGlobalSection
4164
GlobalSection(SolutionProperties) = preSolution
4265
HideSolutionNode = FALSE
4366
EndGlobalSection
67+
GlobalSection(ExtensibilityGlobals) = postSolution
68+
SolutionGuid = {DD273BE9-45B9-4AA2-BBF9-7E32467B97B9}
69+
EndGlobalSection
4470
EndGlobal

0 commit comments

Comments
 (0)