-
Notifications
You must be signed in to change notification settings - Fork 0
/
FenixAlliance.ABP.SDK.TypeScript.csproj
54 lines (51 loc) · 2.09 KB
/
FenixAlliance.ABP.SDK.TypeScript.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Icon>Icon.png</Icon>
<language>en-US</language>
<IsPackable>true</IsPackable>
<Version>2.0.0.0-rc</Version>
<LangVersion>latest</LangVersion>
<PackageIcon>Icon.png</PackageIcon>
<RepositoryType>git</RepositoryType>
<Company>Fenix Alliance Inc.</Company>
<Authors>Fenix Alliance Group</Authors>
<MinClientVersion>2.8</MinClientVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<RepositoryBranch>main</RepositoryBranch>
<TargetFramework>net8.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://absuite.net</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/FenixAlliance/ABM.SDK</RepositoryUrl>
<Copyright>© 2009 - 2022 Alliance Business Holdings, Inc. All rights reserved.</Copyright>
<Description>Application Component for the Alliance Business Suite.</Description>
<PackageTags>Alliance Business Suite; Fenix Alliance; ABS; ABM; ABP; ACL; APS; ACS;</PackageTags>
<PackageIconUrl>https://fenixalliance.com.co/images/FenixAlliance/AppIcon/apple-icon-120x120.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<None Remove="app\index.ts" />
<None Remove="vite.config.js" />
</ItemGroup>
<ItemGroup>
<Content Include="app\index.ts">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<Watch>false</Watch>
</Content>
<Content Include="vite.config.js">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<Watch>false</Watch>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Icon.png" Pack="True" PackagePath="" />
<None Include="LICENSE.md" Pack="True" PackagePath="" />
</ItemGroup>
<ItemGroup>
<Content Update="tsconfig.json">
<Watch>false</Watch>
</Content>
</ItemGroup>
</Project>