Skip to content

Commit

Permalink
Renamed css file
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Apr 18, 2015
1 parent 23886fb commit a1dec91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Common/ModuleBase.vb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Namespace Common

' Css
AddCssFile("colorbox.css")
AddCssFile("ng-tags-input.min.css")
AddCssFile("ng-tags-input.css")

Context.Items("ServiceAdded") = True
End If
Expand Down
8 changes: 4 additions & 4 deletions Connect.Projects.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http, Version=4.0.30319.33440 built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Reference Include="System.Net.Http, Version=4.0.30319.33440 built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL built by: FX45W81RTMREL, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>_References\System.Net.Http.dll</HintPath>
<Private>False</Private>
Expand Down Expand Up @@ -227,6 +227,8 @@
<DependentUpon>Settings.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Content Include="css\colorbox.css" />
<Content Include="css\ng-tags-input.css" />
<Content Include="js\connect.projects.js" />
<Content Include="Settings.ascx" />
<Content Include="Views\Home.vbhtml" />
Expand Down Expand Up @@ -277,9 +279,7 @@
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="css\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="module.css" />
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit a1dec91

Please sign in to comment.