15 lines
589 B
XML
15 lines
589 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>$(TargetFullFrameworkVersion)</TargetFramework>
|
|
<RootNamespace>Spring.WcfQuickStart</RootNamespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemGroup>
|
|
<Reference Include="Spring.Aop">
|
|
<HintPath>..\..\..\..\..\build\$(Configuration)\Spring.Aop\$(TargetFramework)\Spring.Aop.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Spring.Core">
|
|
<HintPath>..\..\..\..\..\build\$(Configuration)\Spring.Core\$(TargetFramework)\Spring.Core.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |