Skip to content

Commit

Permalink
Fix some things on SEBrowser csproj, also removed SEBrowser specific …
Browse files Browse the repository at this point in the history
…table component
  • Loading branch information
gcsantos-gpa committed Jan 27, 2025
1 parent 3126050 commit fe25fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 125 deletions.
4 changes: 2 additions & 2 deletions SEBrowser/SEBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="ApplicationInsights.config" />
<None Include="package.json" />
<None Include="packages.config" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Web.config" />
Expand Down Expand Up @@ -516,7 +515,6 @@
<None Include="Scripts\TSX\Components\RelayReport\RelayReport.tsx" />
<None Include="Scripts\TSX\Components\RelayReport\RelayReportNavBar.tsx" />
<None Include="Scripts\TSX\Components\RelayReport\RelayReportPane.tsx" />
<None Include="Scripts\TSX\Components\Table.tsx" />
<None Include="Scripts\TSX\global.d.ts" />
<None Include="Scripts\TSX\SEBrowser.tsx" />
<None Include="Scripts\TS\Services\BreakerReport.ts" />
Expand All @@ -542,6 +540,7 @@
<None Include="Scripts\TSX\Components\EventSearch\EventSearchPreview\EventSearchPreviewPane.tsx" />
<Content Include="Scripts\TSX\Components\EventSearch\EventSearchTypeFilter.tsx" />
<Content Include="Scripts\TSX\Components\EventSearch\TimeWindowUtils.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Store.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\AssetHistoryStats.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\AssetHistoryTable.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\ESRIMap.tsx" />
Expand All @@ -552,6 +551,7 @@
<TypeScriptCompile Include="EventWidgets\TSX\Widget\CorrelatedSags.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\EventInfo.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\FileInfo.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\ITOA.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\MatlabAnalyticResults.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\NoteWindow.tsx" />
<TypeScriptCompile Include="EventWidgets\TSX\Widget\OpenSEE.tsx" />
Expand Down
123 changes: 0 additions & 123 deletions SEBrowser/Scripts/TSX/Components/Table.tsx

This file was deleted.

0 comments on commit fe25fa3

Please sign in to comment.