group-meeting-lottery/幸运抽奖.vbproj

57 lines
2.0 KiB
Plaintext
Raw Normal View History

2022-03-08 15:47:55 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2024-10-06 22:23:35 +08:00
2022-03-08 15:47:55 +08:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
2024-10-06 22:23:35 +08:00
<TargetFramework>net8.0-windows</TargetFramework>
2022-03-08 15:47:55 +08:00
<StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms>
<MyType>WindowsForms</MyType>
2024-10-06 22:23:35 +08:00
<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>
2022-03-08 15:47:55 +08:00
<OptionStrict>On</OptionStrict>
2024-10-06 22:23:35 +08:00
<Platforms>AnyCPU;x64</Platforms>
2022-03-08 15:47:55 +08:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2024-10-06 22:23:35 +08:00
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PlatformTarget>AnyCPU</PlatformTarget>
2022-03-08 15:47:55 +08:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2024-10-06 22:23:35 +08:00
<PlatformTarget>AnyCPU</PlatformTarget>
2022-03-08 15:47:55 +08:00
</PropertyGroup>
2024-10-06 22:23:35 +08:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
2022-09-12 21:13:28 +08:00
2022-03-08 15:47:55 +08:00
<ItemGroup>
2024-10-06 22:23:35 +08:00
<Import Include="OfficeOpenXml" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
2022-03-08 15:47:55 +08:00
<Import Include="System.Windows.Forms" />
</ItemGroup>
2022-09-11 23:19:10 +08:00
<ItemGroup>
2024-10-06 22:23:35 +08:00
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.0" />
<PackageReference Include="EPPlus" Version="7.4.0" />
2022-09-11 23:19:10 +08:00
</ItemGroup>
2022-03-08 15:47:55 +08:00
<ItemGroup>
<Compile Update="My Project\Application.Designer.vb">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
</Project>