-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGrand.Plugin.Misc.TestAdminTab.csproj
43 lines (36 loc) · 1.36 KB
/
Grand.Plugin.Misc.TestAdminTab.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\Grand.Web\Plugins\Misc.TestAdminTab\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\Grand.Web\Plugins\Misc.TestAdminTab\</OutputPath>
</PropertyGroup>
<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>
<ProjectReference Include="..\..\Grand.Web\Grand.Web.csproj">
<Private>false</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Update="Description.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="logo.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>