-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy pathSuccinitySeries_NETCore.csproj
74 lines (74 loc) · 3.67 KB
/
SuccinitySeries_NETCore.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
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>SuccinitySeries</AssemblyName>
<RootNamespace>SuccinitySeries</RootNamespace>
<Win32Manifest>app.manifest</Win32Manifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;NETCORE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;NETCORE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Resource Include="**\*.png" />
<Resource Include="**\*.ico" />
<None Remove="PDF\aspnetmvc4_Succinctly.pdf" />
<None Remove="PDF\Fsharp_Succinctly.pdf" />
<None Remove="PDF\GIS Succinctly.pdf" />
<None Remove="PDF\HTTP_Succinctly.pdf" />
<None Remove="PDF\iOS_Succinctly.pdf" />
<None Remove="PDF\JavaScript_Succinctly.pdf" />
<None Remove="PDF\jQuery_Succinctly.pdf" />
<None Remove="PDF\Knockoutjs_Succinctly.pdf" />
<None Remove="PDF\LightSwitch_Succinctly.pdf" />
<None Remove="PDF\WindowsStoreApps_Succinctly.pdf" />
<Resource Remove="pdf viewer.ico" />
<EmbeddedResource Include="pdf viewer.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\aspnetmvc4_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\Fsharp_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\GIS Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\HTTP_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\iOS_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\JavaScript_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\jQuery_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\Knockoutjs_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\LightSwitch_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="PDF\WindowsStoreApps_Succinctly.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<PackageReference Include="Syncfusion.Compression.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Core.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Licensing" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Pdf.WinForms" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.PdfViewer.Windows" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Shared.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Shared.Windows" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Tools.Base" Version="19.3.0.53" />
<PackageReference Include="Syncfusion.Tools.Windows" Version="19.3.0.53" />
</ItemGroup>
</Project>