-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathPKSim.UI.Starter.csproj
More file actions
28 lines (25 loc) · 1.12 KB
/
PKSim.UI.Starter.csproj
File metadata and controls
28 lines (25 loc) · 1.12 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Version Condition="'$(Version)' == ''">12.1.0</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PKSim.CLI.Core\PKSim.CLI.Core.csproj">
<CopyLocalSatelliteAssemblies></CopyLocalSatelliteAssemblies>
<Private></Private>
</ProjectReference>
<ProjectReference Include="..\PKSim.Infrastructure\PKSim.Infrastructure.csproj" />
<ProjectReference Include="..\PKSim.Presentation\PKSim.Presentation.csproj" />
<ProjectReference Include="..\PKSim.UI\PKSim.UI.csproj">
<Private></Private>
<CopyLocalSatelliteAssemblies></CopyLocalSatelliteAssemblies>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="OSPSuite.Presentation" Version="12.1.98" />
<PackageReference Include="OSPSuite.UI" Version="12.1.98" />
<PackageReference Include="OSPSuite.Core" Version="12.1.98" />
<PackageReference Include="OSPSuite.Infrastructure" Version="12.1.98" />
</ItemGroup>
</Project>