4f668560ea
- Added navbar - Added user table -> dx grid - Added add user logic
17 lines
733 B
Plaintext
17 lines
733 B
Plaintext
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.83-alpha">
|
|
<PropertyGroup>
|
|
<StartupCommand>npm start</StartupCommand>
|
|
<JavaScriptTestFramework>Jasmine</JavaScriptTestFramework>
|
|
<!-- Command to run on project build -->
|
|
<BuildCommand>
|
|
</BuildCommand>
|
|
<!-- Command to create an optimized build of the project that's ready for publishing -->
|
|
<ProductionBuildCommand>npm run build</ProductionBuildCommand>
|
|
<!-- Folder where production build objects will be placed -->
|
|
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist\angularapp</BuildOutputFolder>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Folder Include="src\app\Models\" />
|
|
<Folder Include="src\app\Services\" />
|
|
</ItemGroup>
|
|
</Project> |