geboshi_V1/LeatherProject/GeBoShi/GeBoShi.csproj

164 lines
8.0 KiB
XML
Raw Normal View History

2024-03-07 14:03:22 +08:00
<?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>{FDB83436-DAD7-4DC3-AE23-A249CBA74B68}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>GeBoShi</RootNamespace>
<AssemblyName>GeBoShi</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2024-04-01 15:23:50 +08:00
<PlatformTarget>x64</PlatformTarget>
2024-03-07 14:03:22 +08:00
<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>
2024-04-01 15:23:50 +08:00
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
2024-03-07 14:03:22 +08:00
<ItemGroup>
2024-04-01 15:23:50 +08:00
<Reference Include="BarTenderPrint">
<HintPath>..\..\..\..\..\版博士\源码\标签打印模块\BarTender\BarTenderPrint\BarTenderPrint\bin\x64\Debug\BarTenderPrint.dll</HintPath>
</Reference>
<Reference Include="CSkin">
<HintPath>..\..\..\..\..\..\模块化\Code\MaiMuControl\MaiMuControl\bin\x64\Debug\CSkin.dll</HintPath>
</Reference>
<Reference Include="HZH_Controls">
<HintPath>..\..\..\..\..\版博士\源码\V2.0\halftoneproject-master\BanBoShi\Dlls\HZH_Controls.dll</HintPath>
</Reference>
<Reference Include="MaiMuControl">
<HintPath>..\..\..\..\..\..\模块化\Code\MaiMuControl\MaiMuControl\bin\x64\Debug\MaiMuControl.dll</HintPath>
</Reference>
<Reference Include="Models, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Models\bin\Debug\Models.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp4.4.8.0.20230708\lib\net48\OpenCvSharp.dll</HintPath>
</Reference>
<Reference Include="OpenCvSharp.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099, processorArchitecture=MSIL">
<HintPath>..\packages\OpenCvSharp4.Extensions.4.7.0.20230115\lib\net48\OpenCvSharp.Extensions.dll</HintPath>
</Reference>
<Reference Include="Service">
<HintPath>..\Service\bin\Debug\Service.dll</HintPath>
</Reference>
2024-03-07 14:03:22 +08:00
<Reference Include="System" />
2024-04-01 15:23:50 +08:00
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
2024-03-07 14:03:22 +08:00
<Reference Include="System.Core" />
2024-04-01 15:23:50 +08:00
<Reference Include="System.Design" />
<Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Drawing.Common.5.0.3\lib\net461\System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Security" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xaml" />
2024-03-07 14:03:22 +08:00
<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>
2024-04-01 15:23:50 +08:00
<Compile Include="ImageDefect\DefectLib.cs" />
2024-03-07 14:03:22 +08:00
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2024-04-01 15:23:50 +08:00
<Compile Include="SysCtrl\ConfMgr.cs" />
<Compile Include="SysCtrl\SysEnum.cs" />
<Compile Include="SysCtrl\SysMgr.cs" />
<Compile Include="UI\Load\InitFrm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Load\InitFrm.Designer.cs">
<DependentUpon>InitFrm.cs</DependentUpon>
</Compile>
<Compile Include="UI\SysSet\SysSetFrm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\SysSet\SysSetFrm.Designer.cs">
<DependentUpon>SysSetFrm.cs</DependentUpon>
</Compile>
<Compile Include="UI\UIStyle.cs" />
2024-03-07 14:03:22 +08:00
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
2024-04-01 15:23:50 +08:00
<DesignTime>True</DesignTime>
2024-03-07 14:03:22 +08:00
</Compile>
2024-04-01 15:23:50 +08:00
<EmbeddedResource Include="UI\Load\InitFrm.resx">
<DependentUpon>InitFrm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\SysSet\SysSetFrm.resx">
<DependentUpon>SysSetFrm.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
2024-03-07 14:03:22 +08:00
<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>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
2024-04-01 15:23:50 +08:00
<ItemGroup>
<None Include="Ge.ico" />
</ItemGroup>
2024-03-07 14:03:22 +08:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>