-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathToSic.Imageflow.Dnn.csproj
117 lines (117 loc) · 5.7 KB
/
ToSic.Imageflow.Dnn.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{37FAEC2A-9ED5-43B9-BDC5-3F26CEEC52FF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ToSic.Imageflow.Dnn</RootNamespace>
<AssemblyName>ToSic.Imageflow.Dnn</AssemblyName>
<TargetFramework>net472</TargetFramework>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<Determinitic>true</Determinitic>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<!-- Don't generate assembly properties from this XML which should come from the core file, like version - these lines must be in sync in all ToSic.Eav.*.csproj files -->
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<!-- end: Don't generate... -->
</PropertyGroup>
<PropertyGroup>
<OutputPath>bin\</OutputPath>
<DocumentationFile>bin\ToSic.Imageflow.Dnn.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Content Include="Build\Library.Build" />
<Content Include="icon.png" />
<Content Include="License.txt" />
<Content Include="ReleaseNotes.txt" />
</ItemGroup>
<ItemGroup>
<Content Include="NuGet.config" />
<None Include="Build\LibraryPackage.targets" />
</ItemGroup>
<ItemGroup>
<None Include="ToSic.Imageflow.Dnn.dnn" />
<None Include="ToSic.Imageflow.Dnn_Symbols.dnn" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Numerics" />
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetNuke.Web" Version="9.6.1">
<ExcludeAssets>runtime</ExcludeAssets>
</PackageReference>
<PackageReference Include="Imageflow.NativeRuntime.win-x86" GeneratePathProperty="true">
<Version>2.0.0-preview8</Version>
</PackageReference>
<PackageReference Include="Imageflow.NativeRuntime.win-x86_64" GeneratePathProperty="true">
<Version>2.0.0-preview8</Version>
</PackageReference>
<PackageReference Include="Imageflow.Net">
<Version>0.10.2</Version>
</PackageReference>
<PackageReference Include="Imazen.HybridCache">
<Version>0.8.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection">
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="System.Buffers">
<Version>4.5.1</Version>
</PackageReference>
<PackageReference Include="System.Memory">
<Version>4.5.5</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Build/Library.Build" />
<PropertyGroup>
<PostBuildEvent>
:: robocopy $(PkgImageflow_NativeRuntime_win-x86_2_0_0-preview8)runtimes $(Dev2sxcDnnRoot)bin\runtimes /E
:: robocopy $(PkgImageflow_NativeRuntime_win-x86_64_2_0_0-preview8)runtimes $(Dev2sxcDnnRoot)bin\runtimes /E
:: robocopy $(Dev2sxcDnnRoot)bin Imageflow.*
:: robocopy $(Dev2sxcDnnRoot)bin Imazen.*
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.Configuration.Abstractions.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.DependencyInjection.Abstractions.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.DependencyInjection.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.FileProviders.Abstractions.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.Hosting.Abstractions.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.Logging.Abstractions.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.Extensions.Primitives.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow Microsoft.IO.RecyclableMemoryStream.dll
@REM robocopy $(Dev2sxcDnnRoot)bin\Imageflow Newtonsoft.Json.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow System.Buffers.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow System.Memory.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow System.Numerics.Vectors.dll
:: robocopy $(Dev2sxcDnnRoot)bin\Imageflow System.Runtime.CompilerServices.Unsafe.dll
:: robocopy $(Dev2sxcDnnRoot)bin ToSic.Imageflow.Dnn.*
cd $(ProjectDir)bin
robocopy .\ "..\..\Website\bin" ToSic.Imageflow.Dnn.*
exit 0</PostBuildEvent>
</PropertyGroup>
</Project>