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.

136 lines
6.0 KiB
XML

<?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>{F7F7C582-9916-4363-9469-BD210DF70809}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>POSV</RootNamespace>
<AssemblyName>POSV.WeightTemplate</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<PlatformTarget>x86</PlatformTarget>
</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>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevComponents.DotNetBar.SuperGrid, Version=14.1.0.5, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<HintPath>..\Lib\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2, Version=14.1.0.5, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<HintPath>..\Lib\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.0\lib\net40-client\NLog.dll</HintPath>
</Reference>
<Reference Include="NPoco, Version=3.9.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NPoco.3.9.2\lib\net40\NPoco.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Caching" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Component\WeightDishShowForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Component\WeightDishShowForm.Designer.cs">
<DependentUpon>WeightDishShowForm.cs</DependentUpon>
</Compile>
<Compile Include="Component\WeightShowControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\WeightShowControl.Designer.cs">
<DependentUpon>WeightShowControl.cs</DependentUpon>
</Compile>
<Compile Include="WeightTemplate.cs" />
<Compile Include="WeightTemplate.Designer.cs">
<DependentUpon>WeightTemplate.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Component\WeightDishShowForm.resx">
<DependentUpon>WeightDishShowForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\WeightShowControl.resx">
<DependentUpon>WeightShowControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WeightTemplate.resx">
<DependentUpon>WeightTemplate.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\POSV.Component\POSV.Component.csproj">
<Project>{22a00ebd-9dd9-4af2-9ff9-122c76353835}</Project>
<Name>POSV.Component</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Core\POSV.Core.csproj">
<Project>{af9cc192-ce8e-4655-b316-93a3fd81adce}</Project>
<Name>POSV.Core</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Entity\POSV.Entity.csproj">
<Project>{e545eef9-1a9e-4826-af69-8b30571150f8}</Project>
<Name>POSV.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Language\POSV.Language.csproj">
<Project>{B1A583A0-5474-412F-8D2C-548A145B8548}</Project>
<Name>POSV.Language</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Printer\POSV.Printer.csproj">
<Project>{8D2C38FF-7292-468B-8EF1-804F71833582}</Project>
<Name>POSV.Printer</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Proxy\POSV.Proxy.csproj">
<Project>{813ebdc7-c557-41e5-af95-fd8926751fe7}</Project>
<Name>POSV.Proxy</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Template\POSV.Template.csproj">
<Project>{dc594911-4651-4216-ac23-3cdc08799f49}</Project>
<Name>POSV.Template</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="LF_ACS_C2.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="PS1DLL.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>