-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGrand.Plugin.Payments.Iyzico.csproj
executable file
·67 lines (58 loc) · 2.4 KB
/
Grand.Plugin.Payments.Iyzico.csproj
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Authors>UNIT-SOFT Sp. z o.o.</Authors>
<Company>UNIT-SOFT Sp. z o.o.</Company>
<Copyright>Copyright © UNIT-SOFT Sp. z o.o.</Copyright>
<PackageProjectUrl>https://grandnode.com/</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Grand.Web\Plugins\Payments.Iyzico\</OutputPath>
<OutDir>$(OutputPath)</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Grand.Web\Plugins\Payments.Iyzico\</OutputPath>
<OutDir>$(OutputPath)</OutDir>
</PropertyGroup>
<ItemGroup>
<Content Include="Views\PaymentIyzico\_ViewImports.cshtml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Grand.Core\Grand.Core.csproj">
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\..\Grand.Data\Grand.Data.csproj">
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\..\Grand.Framework\Grand.Framework.csproj">
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\..\Grand.Services\Grand.Services.csproj">
<Private>false</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Update="Description.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="logo.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Views\PaymentIyzico\Configure.cshtml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Views\PaymentIyzico\PaymentInfo.cshtml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.AspNetCore.Http.Features, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<HintPath>..\..\..\..\..\..\..\..\usr\local\share\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.http.features\2.1.1\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Armut.Iyzipay" Version="2.5.0" />
</ItemGroup>
</Project>