Skip to content

Commit

Permalink
Resolves #113
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter committed Jul 20, 2016
1 parent fb4ec44 commit eb854c5
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 76 deletions.
26 changes: 19 additions & 7 deletions Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="nvQuickSite.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="LocationRecent" Type="System.String" Scope="User">
<Setting Name="InstallBaseFolderRecent" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="LocalInstallPackageRecent" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="SiteNameRecent" Type="System.String" Scope="User">
<Value Profile="(Default)">MySite.local</Value>
<Setting Name="SiteNamePrefixRecent" Type="System.String" Scope="User">
<Value Profile="(Default)">MySite</Value>
</Setting>
<Setting Name="AppPoolRecent" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand All @@ -29,5 +29,8 @@
<Setting Name="LocationDoNotWarnAgain" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="SiteNameSuffixRecent" Type="System.String" Scope="User">
<Value Profile="(Default)">.dnndev.me</Value>
</Setting>
</Settings>
</SettingsFile>
99 changes: 67 additions & 32 deletions Start.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

2 comments on commit eb854c5

@david-poindexter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolves #114

@david-poindexter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also resolves #106 and #107

Please sign in to comment.