|
@@ -1,45 +1,36 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFramework>net6.0</TargetFramework>
|
|
|
- <RootNamespace>TEAMModeBI</RootNamespace>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>net6.0</TargetFramework>
|
|
|
+ <RootNamespace>TEAMModelBI</RootNamespace>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="VueCliMiddleware" Version="6.0.0" />
|
|
|
- </ItemGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <!-- Don't publish the SPA source files, but do show them in the project files list -->
|
|
|
- <Compile Remove="wwwroot\static\**" />
|
|
|
- <Content Remove="$(SpaRoot)**" />
|
|
|
- <Content Remove="wwwroot\static\**" />
|
|
|
- <EmbeddedResource Remove="wwwroot\static\**" />
|
|
|
- <None Remove="$(SpaRoot)**" />
|
|
|
- <None Remove="wwwroot\static\**" />
|
|
|
- <None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules\**" />
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="VueCliMiddleware" Version="6.0.0" />
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <Content Remove="wwwroot\favicon.ico" />
|
|
|
- <Content Remove="wwwroot\index.html" />
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <!-- Don't publish the SPA source files, but do show them in the project files list -->
|
|
|
+ <Content Remove="$(SpaRoot)**" />
|
|
|
+ <None Remove="$(SpaRoot)**" />
|
|
|
+ <None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules\**" />
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="topsdk-net-core">
|
|
|
- <HintPath>Lib\topsdk-net-core.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="topsdk-net-core">
|
|
|
+ <HintPath>Lib\topsdk-net-core.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Controllers\DataCore\" />
|
|
|
- <Folder Include="Models\" />
|
|
|
- <Folder Include="wwwroot\" />
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Controllers\DataCore\" />
|
|
|
+ <Folder Include="Models\" />
|
|
|
+ <Folder Include="wwwroot\" />
|
|
|
+ </ItemGroup>
|
|
|
<PropertyGroup>
|
|
|
<SpaRoot>ClientApp\</SpaRoot>
|
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
|