This commit is contained in:
2025-03-20 17:11:33 +08:00
parent 37d5d0bbf6
commit 195fa3c56c

View File

@@ -9,6 +9,7 @@
<ImportedNamespaces>OfficeOpenXml=False,System.Data=False,System.Drawing=False,System.Windows.Forms=False,Microsoft.VisualBasic=True,System=True,System.Collections=True,System.Collections.Generic=True,System.Diagnostics=True,System.Linq=True,System.Xml.Linq=True,System.Threading.Tasks=True,幸运抽奖=True</ImportedNamespaces>
<OptionStrict>On</OptionStrict>
<Platforms>AnyCPU;x64</Platforms>
<ApplicationIcon>index.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -27,6 +28,10 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Content Include="index.ico" />
</ItemGroup>
<ItemGroup>
<Import Include="OfficeOpenXml" />
<Import Include="System.Data" />