Skip to content

Commit 0afb43f

Browse files
committed
Library and build updates
1 parent 22c1b1e commit 0afb43f

29 files changed

Lines changed: 6551 additions & 5378 deletions

ScriptXJSTest/Content/bootstrap-theme.css

Lines changed: 587 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap-theme.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap-theme.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap-theme.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap.css

Lines changed: 4244 additions & 4303 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap.min.css

Lines changed: 5 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/Content/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ScriptXJSTest/ScriptXJSTest.csproj

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,25 @@
117117
<Compile Include="Properties\AssemblyInfo.cs" />
118118
</ItemGroup>
119119
<ItemGroup>
120+
<Content Include="Content\bootstrap-theme.css" />
121+
<Content Include="Content\bootstrap-theme.min.css" />
120122
<Content Include="Content\bootstrap.css" />
121123
<Content Include="Content\bootstrap.min.css" />
122124
<Content Include="favicon.ico" />
123125
<Content Include="fonts\glyphicons-halflings-regular.svg" />
124126
<Content Include="Global.asax" />
125127
<Content Include="Content\Site.css" />
128+
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
129+
<Content Include="fonts\glyphicons-halflings-regular.woff" />
130+
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
131+
<Content Include="fonts\glyphicons-halflings-regular.eot" />
132+
<Content Include="Content\bootstrap.min.css.map" />
133+
<Content Include="Content\bootstrap.css.map" />
134+
<Content Include="Content\bootstrap-theme.min.css.map" />
135+
<Content Include="Content\bootstrap-theme.css.map" />
136+
<None Include="Scripts\jquery-3.5.1.intellisense.js" />
126137
<Content Include="Scripts\bootstrap.js" />
127138
<Content Include="Scripts\bootstrap.min.js" />
128-
<None Include="Scripts\jquery-3.5.1.intellisense.js" />
129139
<Content Include="Scripts\jquery-3.5.1.js" />
130140
<Content Include="Scripts\jquery-3.5.1.min.js" />
131141
<Content Include="Scripts\jquery-3.5.1.slim.js" />
@@ -173,9 +183,6 @@
173183
<Folder Include="Models\" />
174184
</ItemGroup>
175185
<ItemGroup>
176-
<Content Include="fonts\glyphicons-halflings-regular.woff" />
177-
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
178-
<Content Include="fonts\glyphicons-halflings-regular.eot" />
179186
<Content Include="packages.config">
180187
<SubType>Designer</SubType>
181188
</Content>

0 commit comments

Comments
 (0)