1 Star 0 Fork 5

adslvcd/myIPC

forked from 13799673123/myIPC 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
UltrasonicTDPlatform.csproj 6.32 KB
一键复制 编辑 原始数据 按行查看 历史
13799673123 提交于 2023-05-18 10:11 . 美化了菜单栏
<?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>{B49BC056-85F5-420B-9142-207F95BFFAC9}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>UltrasonicTDPlatform</RootNamespace>
<AssemblyName>UltrasonicTDPlatform</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</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>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<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="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="MyAlgorithm.cs" />
<Compile Include="ConnectionForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ConnectionForm.Designer.cs">
<DependentUpon>ConnectionForm.cs</DependentUpon>
</Compile>
<Compile Include="DriverForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DriverForm.Designer.cs">
<DependentUpon>DriverForm.cs</DependentUpon>
</Compile>
<Compile Include="Monitor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Monitor.Designer.cs">
<DependentUpon>Monitor.cs</DependentUpon>
</Compile>
<Compile Include="MainMenu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainMenu.Designer.cs">
<DependentUpon>MainMenu.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SweepForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SweepForm.Designer.cs">
<DependentUpon>SweepForm.cs</DependentUpon>
</Compile>
<Compile Include="WelcomeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WelcomeForm.Designer.cs">
<DependentUpon>WelcomeForm.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="ConnectionForm.resx">
<DependentUpon>ConnectionForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DriverForm.resx">
<DependentUpon>DriverForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Monitor.resx">
<DependentUpon>Monitor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainMenu.resx">
<DependentUpon>MainMenu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="SweepForm.resx">
<DependentUpon>SweepForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WelcomeForm.resx">
<DependentUpon>WelcomeForm.cs</DependentUpon>
</EmbeddedResource>
<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>
<ItemGroup>
<Content Include="bin\Debug\dllTest.dll" />
<Content Include="Properties\Image\4ede94eef01f3a29228b23a99a25bc315d607ca4.png" />
<Content Include="Properties\Image\4.png" />
<Content Include="Resources\led_down.png" />
<Content Include="Resources\led_light.png" />
<None Include="Resources\jieshu.png" />
<None Include="Resources\qidong.png" />
<None Include="Resources\logo中英组合-白.png" />
<None Include="Resources\gaoji.png" />
<None Include="Resources\shezhi.png" />
<None Include="Resources\jiankong.png" />
<None Include="Resources\hanjie.png" />
<None Include="Resources\lianjie.png" />
<None Include="Resources\saomiao.png" />
<None Include="Resources\sucai2.png" />
<None Include="Resources\sucai1.png" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/adslvcd/my-ipc.git
git@gitee.com:adslvcd/my-ipc.git
adslvcd
my-ipc
myIPC
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385