Skip to content

Commit c6b6947

Browse files
committed
edit
1 parent 40f56b1 commit c6b6947

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+12966
-16980
lines changed

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example.csproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
12+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.3" />
1213
</ItemGroup>
1314

1415
<ItemGroup>
@@ -20,6 +21,25 @@
2021
<Content Remove="ClientApp\**" />
2122
</ItemGroup>
2223

24+
<ItemGroup>
25+
<None Remove="ClientApp\components\About.tsx" />
26+
<None Remove="ClientApp\components\Users.tsx" />
27+
<None Remove="ClientApp\empty.tsx" />
28+
</ItemGroup>
29+
30+
<ItemGroup>
31+
<Folder Include="Areas\Admin\Controllers\" />
32+
<Folder Include="Areas\Admin\Data\" />
33+
<Folder Include="Areas\Admin\Models\" />
34+
<Folder Include="Areas\Admin\Views\" />
35+
</ItemGroup>
36+
37+
<ItemGroup>
38+
<TypeScriptCompile Include="ClientApp\components\About.tsx" />
39+
<TypeScriptCompile Include="ClientApp\components\Users.tsx" />
40+
<TypeScriptCompile Include="ClientApp\empty.tsx" />
41+
</ItemGroup>
42+
2343
<Target Name="DebugRunWebpack" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') ">
2444
<!-- Ensure Node.js is installed -->
2545
<Exec Command="node --version" ContinueOnError="true">

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example.csproj

Lines changed: 0 additions & 73 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ClientApp/boot.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ClientApp/components/Home.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ClientApp/components/Layout.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ClientApp/components/NavMenu.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ClientApp/css/site.css

Lines changed: 0 additions & 66 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/ClientApp/routes.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/Controllers/HomeController.cs

Lines changed: 0 additions & 23 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/Controllers/SampleDataController.cs

Lines changed: 0 additions & 44 deletions
This file was deleted.

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example/Program.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)