|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>OS_WorldPay</RootNamespace> |
12 | 12 | <AssemblyName>OS_WorldPay</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <TargetFrameworkProfile /> |
16 | 16 | <NuGetPackageImportStamp> |
|
40 | 40 | <SpecificVersion>False</SpecificVersion> |
41 | 41 | <HintPath>..\..\..\bin\DotNetNuke.dll</HintPath> |
42 | 42 | </Reference> |
43 | | - <Reference Include="NBrightBuy"> |
44 | | - <HintPath>..\..\..\bin\NBrightBuy.dll</HintPath> |
45 | | - </Reference> |
46 | 43 | <Reference Include="NBrightCore"> |
47 | | - <HintPath>..\..\..\bin\NBrightCore.dll</HintPath> |
| 44 | + <HintPath>..\NBrightBuy\_external\NBrightCore.dll</HintPath> |
48 | 45 | </Reference> |
49 | 46 | <Reference Include="NBrightDNN"> |
50 | | - <HintPath>..\..\..\bin\NBrightDNN.dll</HintPath> |
| 47 | + <HintPath>..\NBrightBuy\_external\NBrightDNN.dll</HintPath> |
51 | 48 | </Reference> |
52 | 49 | <Reference Include="RazorEngine, Version=3.7.7.0, Culture=neutral, PublicKeyToken=9ee697374c7e744a, processorArchitecture=MSIL"> |
53 | 50 | <SpecificVersion>False</SpecificVersion> |
54 | | - <HintPath>..\..\..\bin\RazorEngine.dll</HintPath> |
| 51 | + <HintPath>..\NBrightBuy\_external\RazorEngine.dll</HintPath> |
55 | 52 | </Reference> |
56 | 53 | <Reference Include="System" /> |
57 | 54 | <Reference Include="System.Core" /> |
|
93 | 90 | </Content> |
94 | 91 | <Content Include="Themes\config\img\logo.png" /> |
95 | 92 | <Content Include="Themes\config\js\OSWorldPay.js" /> |
96 | | - <None Include="BuildScripts\build.bat" /> |
97 | | - <None Include="BuildScripts\ModulePackage.targets" /> |
98 | | - <None Include="BuildScripts\MSBuild.Community.Tasks.Targets" /> |
99 | 93 | <None Include="OS_WorldPay.dnn" /> |
100 | 94 | <None Include="packages.config" /> |
101 | 95 | <None Include="README.md" /> |
|
118 | 112 | <Folder Include="Documentation\" /> |
119 | 113 | <Folder Include="Themes\config\resx\" /> |
120 | 114 | </ItemGroup> |
| 115 | + <ItemGroup> |
| 116 | + <ProjectReference Include="..\NBrightBuy\NBrightBuy.csproj"> |
| 117 | + <Project>{8f850303-bec5-4247-9126-1e58f1402205}</Project> |
| 118 | + <Name>NBrightBuy</Name> |
| 119 | + </ProjectReference> |
| 120 | + </ItemGroup> |
121 | 121 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
122 | 122 | <Import Project="BuildScripts\ModulePackage.Targets" /> |
123 | 123 | <Target Name="AfterBuild" DependsOnTargets="PackageAndDeploy"> |
|
0 commit comments