添加csproj

This commit is contained in:
czz_y 2024-08-16 14:45:30 +08:00
parent cb9add923d
commit 671f5ace4b

146
AntdUIDemo.csproj Normal file
View File

@ -0,0 +1,146 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{AC64C1C9-988D-4029-B7B0-DD7D0DC27C6F}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>AntdUIDemo</RootNamespace>
<AssemblyName>AntdUIDemo</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="AntdUI, Version=1.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\AntdUI.1.5.2\lib\net48\AntdUI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Design" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Models\DataUtil.cs" />
<Compile Include="Models\MenuItems.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Views\ButtonDemo.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Views\ButtonDemo.Designer.cs">
<DependentUpon>ButtonDemo.cs</DependentUpon>
</Compile>
<Compile Include="Views\FloatButtonDemo.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Views\FloatButtonDemo.Designer.cs">
<DependentUpon>FloatButtonDemo.cs</DependentUpon>
</Compile>
<Compile Include="Views\FlowPanelDemo.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Views\FlowPanelDemo.Designer.cs">
<DependentUpon>FlowPanelDemo.cs</DependentUpon>
</Compile>
<Compile Include="Views\GridPanelDemo.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Views\GridPanelDemo.Designer.cs">
<DependentUpon>GridPanelDemo.cs</DependentUpon>
</Compile>
<Compile Include="Views\PanelDemo.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Views\PanelDemo.Designer.cs">
<DependentUpon>PanelDemo.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Views\ButtonDemo.resx">
<DependentUpon>ButtonDemo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Views\FloatButtonDemo.resx">
<DependentUpon>FloatButtonDemo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Views\FlowPanelDemo.resx">
<DependentUpon>FlowPanelDemo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Views\GridPanelDemo.resx">
<DependentUpon>GridPanelDemo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Views\PanelDemo.resx">
<DependentUpon>PanelDemo.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="assets\icon.ico" />
<Content Include="assets\screenshots\Button.png" />
<None Include="Resources\关闭.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>