Files
JoyD/Windows/CS/Framework4.0/Toprie/Toprie/Toprie.csproj

125 lines
5.1 KiB
XML
Raw Normal View History

2026-01-08 09:20:02 +08:00
<?xml version="1.0" encoding="utf-8"?>
2025-10-23 09:18:01 +08:00
<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>
2025-10-23 11:16:35 +08:00
<RootNamespace>JoyD.Windows.CS</RootNamespace>
<AssemblyName>JoyD.Windows.CS.Toprie</AssemblyName>
2025-10-23 09:18:01 +08:00
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
2025-10-23 11:16:35 +08:00
<!-- 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>
2025-10-23 11:16:35 +08:00
<!-- 添加NuGet打包支持 -->
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
<!-- 确保项目支持pack目标 -->
<PropertyGroup>
<IsPackable>true</IsPackable>
2025-10-23 09:18:01 +08:00
</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>
2026-01-05 14:31:29 +08:00
<DocumentationFile>bin\Debug\JoyD.Windows.CS.Toprie.xml</DocumentationFile>
2025-10-23 09:18:01 +08:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2026-01-04 15:18:00 +08:00
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
2025-10-23 09:18:01 +08:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2026-01-04 15:18:00 +08:00
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
2025-10-23 09:18:01 +08:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Design" />
2025-10-23 09:18:01 +08:00
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2025-10-27 10:39:33 +08:00
<Compile Include="A8SDK.cs" />
2025-10-23 09:18:01 +08:00
<Compile Include="Camera.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Camera.Designer.cs">
<DependentUpon>Camera.cs</DependentUpon>
</Compile>
<Compile Include="CommonTypes.cs" />
2025-10-24 12:15:49 +08:00
<Compile Include="DeviceManager.cs" />
2026-01-08 09:20:02 +08:00
<Compile Include="preview.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="preview.Designer.cs">
<DependentUpon>preview.cs</DependentUpon>
</Compile>
2025-10-24 09:07:24 +08:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
2025-11-06 09:46:27 +08:00
<Compile Include="Setting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Setting.Designer.cs">
<DependentUpon>Setting.cs</DependentUpon>
</Compile>
2025-10-27 10:39:33 +08:00
<Compile Include="SharedStructures.cs" />
<Compile Include="TemperatureData.cs" />
<!-- TemperatureReceivedEventArgs.cs 已移除,不再需要温度数据实时通知机制 -->
2025-10-28 10:29:11 +08:00
<Compile Include="UdpCommunicationManager.cs" />
2025-10-27 10:39:33 +08:00
<Compile Include="V8.cs" />
2025-10-23 09:18:01 +08:00
</ItemGroup>
2025-10-24 13:30:12 +08:00
<ItemGroup>
<EmbeddedResource Include="Camera.resx">
<DependentUpon>Camera.cs</DependentUpon>
</EmbeddedResource>
2026-01-08 09:20:02 +08:00
<EmbeddedResource Include="preview.resx">
<DependentUpon>preview.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
2025-11-06 09:46:27 +08:00
<EmbeddedResource Include="Setting.resx">
<DependentUpon>Setting.cs</DependentUpon>
</EmbeddedResource>
2025-10-24 13:30:12 +08:00
</ItemGroup>
<ItemGroup>
<Content Include="Toprie.ico" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
2025-10-23 09:18:01 +08:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>