Files
4-Heli-DriveAxle-MesProject/Common/MesControl/MesControl.csproj
2026-05-29 13:50:18 +08:00

139 lines
5.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{FAB322CC-531D-4AEA-986A-B921B64D8D3F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MesControl</RootNamespace>
<AssemblyName>MesControl</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="MesBoolSignal.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="MesBoolSignal.Designer.cs">
<DependentUpon>MesBoolSignal.cs</DependentUpon>
</Compile>
<Compile Include="PlcWorkStationSignal.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="PlcWorkStationSignal.Designer.cs">
<DependentUpon>PlcWorkStationSignal.cs</DependentUpon>
</Compile>
<Compile Include="PlcConnect.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="PlcConnect.Designer.cs">
<DependentUpon>PlcConnect.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SignalInit.cs">
<SubType>UserControl</SubType>
</Compile>
<Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MesBoolSignal.resx">
<DependentUpon>MesBoolSignal.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PlcWorkStationSignal.resx">
<DependentUpon>PlcWorkStationSignal.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="PlcConnect.resx">
<DependentUpon>PlcConnect.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Resources\BreakPLC.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\green.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\init.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\none.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnectBig.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnectSmall.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\red.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\yellow.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnect0.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnect1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnect2.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnect3.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PlcConnect4.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>