123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- <?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>{B4FF8229-BC04-4D00-833F-1C250AAF2470}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>parkspace_manager</RootNamespace>
- <AssemblyName>parkspace_manager</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <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>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="db, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>sdk\mysql\db.dll</HintPath>
- </Reference>
- <Reference Include="Google.Protobuf, Version=3.17.3.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
- <HintPath>..\packages\Google.Protobuf.3.17.3\lib\net45\Google.Protobuf.dll</HintPath>
- </Reference>
- <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="NNanomsg, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\NNanomsg.0.5.2\lib\net40\NNanomsg.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
- </Reference>
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
- </Reference>
- <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="Arrow.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Arrow.Designer.cs">
- <DependentUpon>Arrow.cs</DependentUpon>
- </Compile>
- <Compile Include="communication\communication_socket_base.cs" />
- <Compile Include="communication\monitor_communication.cs" />
- <Compile Include="db_manager\DBManager.cs" />
- <Compile Include="MainForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MainForm.Designer.cs">
- <DependentUpon>MainForm.cs</DependentUpon>
- </Compile>
- <Compile Include="message\DispatchMessage.cs" />
- <Compile Include="message\MeasureMessage.cs" />
- <Compile Include="message\ProcessMessage.cs" />
- <Compile Include="message\SinglechipMsg.cs" />
- <Compile Include="message\UnNormalizedModuleMessage.cs" />
- <Compile Include="MonitorMainWindows.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MonitorMainWindows.Designer.cs">
- <DependentUpon>MonitorMainWindows.cs</DependentUpon>
- </Compile>
- <Compile Include="FormStatusSelect.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormStatusSelect.Designer.cs">
- <DependentUpon>FormStatusSelect.cs</DependentUpon>
- </Compile>
- <Compile Include="LED.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="LED.Designer.cs">
- <DependentUpon>LED.cs</DependentUpon>
- </Compile>
- <Compile Include="message\MessageBase.cs" />
- <Compile Include="message\ParkspaceAllocationMessage.cs" />
- <Compile Include="message\TerminalMessage.cs" />
- <Compile Include="Monitor\Monitor.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="StepControl.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="StepControl.Designer.cs">
- <DependentUpon>StepControl.cs</DependentUpon>
- </Compile>
- <Compile Include="TimedData.cs" />
- <Compile Include="tool\jsonfileoperation\json_file_operation.cs" />
- <Compile Include="tool\LOG\Credence.cs" />
- <Compile Include="tool\LOG\log.cs" />
- <Compile Include="tool\LOG\LogManager.cs" />
- <Compile Include="tool\LOG\LogTest.cs" />
- <Compile Include="tool\singleton\singleton.cs" />
- <Compile Include="UIMessageData.cs" />
- <EmbeddedResource Include="Arrow.resx">
- <DependentUpon>Arrow.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MainForm.resx">
- <DependentUpon>MainForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MonitorMainWindows.resx">
- <DependentUpon>MonitorMainWindows.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="FormStatusSelect.resx">
- <DependentUpon>FormStatusSelect.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="LED.resx">
- <DependentUpon>LED.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>
- <DesignTime>True</DesignTime>
- </Compile>
- <EmbeddedResource Include="StepControl.resx">
- <DependentUpon>StepControl.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="bin\x86\Debug\settings.json" />
- <None Include="bin\x86\Release\settings.json" />
- <None Include="message\dispatch_message.proto" />
- <None Include="message\measure_message.proto" />
- <None Include="message\message_base.proto" />
- <None Include="message\parkspace_allocation_message.proto" />
- <None Include="message\process_message.proto" />
- <None Include="message\singlechip_msg.proto" />
- <None Include="message\terminal_message.proto" />
- <None Include="message\UnNormalized_module_message.proto" />
- <None Include="packages.config" />
- <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>
- <None Include="x64\libnanomsg.so">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="x86\libnanomsg.so">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Content Include="sdk\dotNetty\DotNetty.Buffers.dll" />
- <Content Include="sdk\dotNetty\DotNetty.Buffers.xml" />
- <Content Include="sdk\dotNetty\DotNetty.Codecs.dll" />
- <Content Include="sdk\dotNetty\DotNetty.Codecs.xml" />
- <Content Include="sdk\dotNetty\DotNetty.Common.dll" />
- <Content Include="sdk\dotNetty\DotNetty.Common.xml" />
- <Content Include="sdk\dotNetty\DotNetty.Handlers.dll" />
- <Content Include="sdk\dotNetty\DotNetty.Handlers.xml" />
- <Content Include="sdk\dotNetty\DotNetty.Transport.dll" />
- <Content Include="sdk\dotNetty\DotNetty.Transport.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Json.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Json.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.xml" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Primitives.dll" />
- <Content Include="sdk\dotNetty\Microsoft.Extensions.Primitives.xml" />
- <Content Include="sdk\dotNetty\netstandard.dll" />
- <Content Include="sdk\dotNetty\nettyCommunication.dll" />
- <Content Include="sdk\dotNetty\Newtonsoft.Json.dll" />
- <Content Include="sdk\dotNetty\Newtonsoft.Json.xml" />
- <Content Include="sdk\dotNetty\System.Collections.Immutable.dll" />
- <Content Include="sdk\dotNetty\System.Collections.Immutable.xml" />
- <Content Include="sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.dll" />
- <Content Include="sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.xml" />
- <Content Include="sdk\dotNetty\System.Runtime.InteropServices.RuntimeInformation.dll" />
- <Content Include="sdk\dotNetty\System.Threading.Tasks.Extensions.dll" />
- <Content Include="sdk\dotNetty\System.Threading.Tasks.Extensions.xml" />
- <Content Include="sdk\mysql\db.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="sdk\mysql\MySql.Data.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="x64\nanomsg.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="x86\nanomsg.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets" Condition="Exists('..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets'))" />
- </Target>
- </Project>
|