Skip to content

Commit

Permalink
chore: rename default generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mbechev committed Feb 21, 2024
1 parent 3684e10 commit f1206ee
Show file tree
Hide file tree
Showing 92 changed files with 13,735 additions and 65 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions examples-standalone/aspnetcore-data/AngularApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34414.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularApp.Server", "AngularApp.Server\AngularApp.Server.csproj", "{7C47009B-0501-4E9E-8105-1F3300A5BC9F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{7C47009B-0501-4E9E-8105-1F3300A5BC9F}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "angularapp.client", "angularapp.client\angularapp.client.esproj", "{1982539A-4743-4835-9E87-A51FED48F1FB}"
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "Client", "Client\Client.esproj", "{1982539A-4743-4835-9E87-A51FED48F1FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<!-- Allows the build (or compile) script located on package.json to run on Build -->
<ShouldRunBuildScript>false</ShouldRunBuildScript>
<!-- Folder where production build objects will be placed -->
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist\angularapp.client\</BuildOutputFolder>
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist\Client\</BuildOutputFolder>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"angularapp.client": {
"Client": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -23,7 +23,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/angularapp.client",
"outputPath": "dist/Client",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand Down Expand Up @@ -67,10 +67,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"buildTarget": "angularapp.client:build:production"
"buildTarget": "Client:build:production"
},
"development": {
"buildTarget": "angularapp.client:build:development"
"buildTarget": "Client:build:development"
}
},
"defaultConfiguration": "development",
Expand All @@ -81,7 +81,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "angularapp.client:build"
"buildTarget": "Client:build"
}
},
"test": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Users/bechev/Documents/kendo-packages/kendo-angular/examples-standalone/aspnetcore-data/Client/obj/Debug/Client.esproj.CoreCompileInputs.cache
Loading

0 comments on commit f1206ee

Please sign in to comment.