111 lines
4.5 KiB
XML
111 lines
4.5 KiB
XML
<?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>{E078D2E2-7F70-4C68-90A5-99FA66E62F9D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>JoyD.Windows.CS</RootNamespace>
|
|
<AssemblyName>JoyD.Windows.CS.Toprie</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<!-- NuGet包信息 -->
|
|
<PackageId>com.joyd.toprie</PackageId>
|
|
<Version>1.0.0.0</Version>
|
|
<Authors>JoyD</Authors>
|
|
<Description>托普瑞热像仪控件库,提供热像仪图像显示和控制功能</Description>
|
|
<Copyright>Copyright © 2025 JoyD</Copyright>
|
|
<PackageProjectUrl>http://joyd.com/</PackageProjectUrl>
|
|
<RepositoryUrl>http://joyd.com/repo/toprie</RepositoryUrl>
|
|
<RepositoryType>Git</RepositoryType>
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
<IncludeBuildOutput>true</IncludeBuildOutput>
|
|
<IncludeContentInPack>true</IncludeContentInPack>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Toprie.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<!-- 添加NuGet打包支持 -->
|
|
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
|
|
<!-- 确保项目支持pack目标 -->
|
|
<PropertyGroup>
|
|
<IsPackable>true</IsPackable>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<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' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="A8SDK.cs" />
|
|
<Compile Include="Camera.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Camera.Designer.cs">
|
|
<DependentUpon>Camera.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DeviceManager.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="Setting.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Setting.Designer.cs">
|
|
<DependentUpon>Setting.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SharedStructures.cs" />
|
|
<Compile Include="TemperatureData.cs" />
|
|
<!-- TemperatureReceivedEventArgs.cs 已移除,不再需要温度数据实时通知机制 -->
|
|
<Compile Include="UdpCommunicationManager.cs" />
|
|
<Compile Include="V8.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Camera.resx">
|
|
<DependentUpon>Camera.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Setting.resx">
|
|
<DependentUpon>Setting.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Toprie.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |