You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
7.0 KiB
XML
166 lines
7.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>{B8D67416-E8CC-4843-A818-EB207BF421EE}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>FrmPrint</RootNamespace>
|
|
<AssemblyName>FrmPrint</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<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' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>amn06-tnywh-001.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ICSharpCode.Core, Version=4.3.0.9338, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\ICSharpCode.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\DLL\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mesnac.Codd">
|
|
<HintPath>..\..\Libraries\Mesnac.Codd\bin\Debug\Mesnac.Codd.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mesnac.Controls.Default">
|
|
<HintPath>..\..\Controls\Mesnac.Controls.Default\obj\Debug\Mesnac.Controls.Default.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mesnac.Docking">
|
|
<HintPath>..\..\Libraries\Mesnac.Docking\obj\Debug\Mesnac.Docking.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SqlSugar, Version=5.1.4.193, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\SqlSugar.5.1.4.193\lib\SqlSugar.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Design" />
|
|
<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.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Entity\TSYTraceState.cs" />
|
|
<Compile Include="Form1.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Login.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Login.Designer.cs">
|
|
<DependentUpon>Login.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ScanerHook_V2.cs" />
|
|
<Compile Include="SerialEquip.cs" />
|
|
<Compile Include="SerialHelper.cs" />
|
|
<Compile Include="Entity\TRPStationParaB160.cs" />
|
|
<Compile Include="Entity\StationQualityInfo.cs" />
|
|
<Compile Include="Entity\TaskInfo.cs" />
|
|
<EmbeddedResource Include="Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Login.resx">
|
|
<DependentUpon>Login.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>
|
|
<None Include="App.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Manager\BarTenderPrint\BarTenderPrint.csproj">
|
|
<Project>{83e230ad-4998-48e1-b20b-bfb97a5e5939}</Project>
|
|
<Name>BarTenderPrint</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Data\Mesnac.Compressor.Data.csproj">
|
|
<Project>{6e29452d-9da9-4e67-82ae-1ccf09038d2c}</Project>
|
|
<Name>Mesnac.Compressor.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Entity\Mesnac.Compressor.Entity.csproj">
|
|
<Project>{7088C4AE-8DD9-4537-83BA-FB465507C095}</Project>
|
|
<Name>Mesnac.Compressor.Entity</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mesnac.HighWay.ATC.Common\Mesnac.HighWay.ATC.Common.csproj">
|
|
<Project>{880c99cd-15b5-43d0-974c-8e05fb4a68a4}</Project>
|
|
<Name>Mesnac.HighWay.ATC.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mesnac.HighWay.ATC.SqlSugar\Mesnac.HighWay.ATC.SqlSugar.csproj">
|
|
<Project>{59c06619-bed8-45d8-85cf-ed55d6516c65}</Project>
|
|
<Name>Mesnac.HighWay.ATC.SqlSugar</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="FrmPrint\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="amn06-tnywh-001.ico" />
|
|
</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> |