<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>TIME.RainfallRunoff</AssemblyTitle>
<TargetFramework>net48</TargetFramework>
<LangVersion>7.3</LangVersion>
<NoWarn>1591,1587</NoWarn>
<RootPath>$(MSBuildThisFileDirectory)..\..\</RootPath>
<AssemblySearchPaths>$(RootPath)3rdParty;$(AssemblySearchPaths);</AssemblySearchPaths>
<OutputPath>$(RootPath)Output</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<FileAlignment>4096</FileAlignment>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<BaseAddress>285212672</BaseAddress>
</PropertyGroup>
<Import Project="$(RootPath)RiverSystem\Solutions\SDK.build.props" />
<Import Project="$(RootPath)RiverSystem\Solutions\SDKIncludeGlobalAssemblySDK.build.targets" />
<Import Project="$(RootPath)RiverSystem\Solutions\SDK.buildSDKIncludeGlobalAssembly.targets" />
<Import Project="$(RootPath)RiverSystem\Solutions\NormalisePdbBuildRoot.targets" />
<ItemGroup>
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Validation">
<Private>True</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations">
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TIME\TIME.csproj" />
<ProjectReference Include="..\TIME.Tools\TIME.Tools.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="AWRA\AWRA.cd" />
</ItemGroup>
</Project> |