-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFenixAlliance.ABM.Fixtures.csproj
31 lines (31 loc) · 1.56 KB
/
FenixAlliance.ABM.Fixtures.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
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Icon>Icon.png</Icon>
<Version>1.9.9.60</Version>
<language>en-US</language>
<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>
<TargetFrameworks>net7.0</TargetFrameworks>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<DevelopmentDependency>false</DevelopmentDependency>
<PackageProjectUrl>https://absuite.net</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>© 2009 - 2022 Fenix Alliance Inc. All rights reserved.</Copyright>
<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>
<Description>Application Component for the Alliance Business Suite.</Description>
<RepositoryUrl>https://github.com/FenixAlliance/ABM.Fixtures</RepositoryUrl>
<StaticWebAssetBasePath Condition="$(StaticWebAssetBasePath) == ''">/fixtures</StaticWebAssetBasePath>
</PropertyGroup>
<ItemGroup>
<None Include="Icon.png" Pack="True" PackagePath="" />
<None Include="LICENSE.md" Pack="True" PackagePath="" />
</ItemGroup>
</Project>