Skip to content

Commit bde2e5a

Browse files
committed
Fixed title-alignments and added ignore for NuGet-packages. Also unchecked "Apply server settings to all users (store in project file)" in project settings (this applies to VS2015).
1 parent 08d6f37 commit bde2e5a

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ npm-debug.log
3636
*.ipr
3737
*.iws
3838
/.project
39+
/packages

Diff for: BuildMonitor/BuildMonitor.csproj

+1-10
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,7 @@
213213
<VisualStudio>
214214
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
215215
<WebProjectProperties>
216-
<UseIIS>False</UseIIS>
217-
<AutoAssignPort>True</AutoAssignPort>
218-
<DevelopmentServerPort>50316</DevelopmentServerPort>
219-
<DevelopmentServerVPath>/</DevelopmentServerVPath>
220-
<IISUrl>http://localhost:64568/</IISUrl>
221-
<NTLMAuthentication>False</NTLMAuthentication>
222-
<UseCustomServer>False</UseCustomServer>
223-
<CustomServerUrl>
224-
</CustomServerUrl>
225-
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
216+
<SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
226217
</WebProjectProperties>
227218
</FlavorProperties>
228219
</VisualStudio>

Diff for: BuildMonitor/Content/Site.css

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ html * {
5959
.projectTitle {
6060
color: #777;
6161
margin-top: -12px;
62+
display: inline-block;
6263
}
6364

6465
.buildTitle {

0 commit comments

Comments
 (0)