-
Notifications
You must be signed in to change notification settings - Fork 27
/
蓝图重制版.csproj
89 lines (84 loc) · 3.8 KB
/
蓝图重制版.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net5</TargetFrameworks>
<ApplicationIcon />
<StartupObject />
<Configurations>Debug;Release;类库d</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants />
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='类库d|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants />
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<None Remove="buttons.css" />
<None Remove="css\element_icons.ttf" />
<None Remove="Data\test.jpg" />
<None Remove="ElementUI1.css" />
<None Remove="ElementUI2.css" />
<None Remove="icons.css" />
<None Remove="Stylesheet1.css" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="css\buttons.css" />
<EmbeddedResource Include="css\element_icons.ttf" />
<EmbeddedResource Include="Data\test.jpg" />
<EmbeddedResource Include="css\ElementUI1.css" />
<EmbeddedResource Include="css\ElementUI2.css" />
<EmbeddedResource Include="css\icons.css" />
<EmbeddedResource Include="css\Stylesheet1.css" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp3.0'">
<PackageReference Include="Xhm.CPF.Skia" Version="0.9.5" />
<PackageReference Include="Xhm.CPF.Mac" Version="0.9.5" />
<PackageReference Include="Xhm.CPF.Linux" Version="0.9.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xhm.CPF" Version="0.9.6.1" />
<PackageReference Include="Xhm.CPF.Skia" Version="0.9.6.1" />
<PackageReference Include="Xhm.CPF.Windows" Version="0.9.6.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="BluePrint\Controls\ElTextBox.cs" />
<Compile Update="BluePrint\IJoin\IJoinControl.cs" />
<Compile Update="BluePrint\Join\VarComboxJoin.cs" />
<Compile Update="BluePrint\Node\JsLiunx\CallShell.cs" />
<Compile Update="BluePrint\Node\JsLiunx\FindText.cs" />
<Compile Update="BluePrint\Node\JsLiunx\sequence.cs" />
<Compile Update="BluePrint\Node\JsLiunx\_StartNode.cs" />
<Compile Update="BluePrint\Node\liunx\ThanStrEqual.cs" />
<Compile Update="BluePrint\Node\liunx\ThanEqual.cs" />
<Compile Update="BluePrint\Node\liunx\ThanLess.cs" />
<Compile Update="BluePrint\Node\liunx\ThanGreater.cs" />
<Compile Update="BluePrint\Node\ImageShow.cs" />
<Compile Update="BluePrint\Node\ImageSplit.cs" />
<Compile Update="BluePrint\INode\NodeBase.cs" />
<Compile Update="BluePrint\Node\liunx\Branch.cs" />
<Compile Update="BluePrint\Node\liunx\Print.cs" />
<Compile Update="BluePrint\Node\liunx\CreateVar.cs" />
<Compile Update="BluePrint\Node\liunx\ScriptType.cs" />
<Compile Update="BluePrint\Node\liunx\GetVar.cs" />
<Compile Update="BluePrint\Node\liunx\StrAppend.cs" />
<Compile Update="BluePrint\Node\liunx\_StartNode.cs" />
<Compile Update="BluePrint\Join\SliderJoint.cs" />
<Compile Update="BluePrint\Join\DateJoint .cs" />
<Compile Update="BluePrint\Join\imageJoint.cs" />
<Compile Update="BluePrint\Join\ValueText.cs" />
</ItemGroup>
<PropertyGroup>
<DefineConstants Condition="'$(TargetFramework)'=='net40'">Net4</DefineConstants>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netcoreapp3.0|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net5|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>