-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathOSPSuite.R.csproj
More file actions
46 lines (39 loc) · 2.09 KB
/
OSPSuite.R.csproj
File metadata and controls
46 lines (39 loc) · 2.09 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>OSPSuite.R</AssemblyName>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<PackageProjectUrl>https://github.com/Open-Systems-Pharmacology/OSPSuite.Core</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/Open-Systems-Pharmacology/Suite/master/logo.png</PackageIconUrl>
<RepositoryUrl>https://github.com/Open-Systems-Pharmacology/OSPSuite.Core</RepositoryUrl>
<PackageTags>open-systems-pharmacology, ospsuite-components</PackageTags>
<Description>R Interface for the Open Systems Pharmacology Suite</Description>
<Authors>Open-Systems-Pharmacology</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OSPSuite.Utility" Version="4.1.1.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OSPSuite.Assets\OSPSuite.Assets.csproj" />
<ProjectReference Include="..\OSPSuite.CLI.Core\OSPSuite.CLI.Core.csproj" />
<ProjectReference Include="..\OSPSuite.Core\OSPSuite.Core.csproj" />
<ProjectReference Include="..\OSPSuite.Infrastructure.Autofac\OSPSuite.Infrastructure.Autofac.csproj" />
<ProjectReference Include="..\OSPSuite.Infrastructure.Import\OSPSuite.Infrastructure.Import.csproj" />
<ProjectReference Include="..\OSPSuite.Infrastructure\OSPSuite.Infrastructure.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\SolutionInfo.cs" Link="Properties\SolutionInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE" Link="LICENSE" Pack="true" PackagePath="" />
<None Include="..\..\logo.png" Pack="true" Link="logo.png" PackagePath="\logo.png" />
</ItemGroup>
</Project>