|
|
@ -1,5 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
|
|
|
|
<Project ToolsVersion="4.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')" /> |
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
@ -13,6 +13,8 @@ |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<KeyContainerName>BwpApp</KeyContainerName> |
|
|
|
|
|
<TargetFrameworkProfile /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -23,6 +25,7 @@ |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -32,6 +35,7 @@ |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<ApplicationIcon>app.ico</ApplicationIcon> |
|
|
<ApplicationIcon>app.ico</ApplicationIcon> |
|
|
@ -53,25 +57,54 @@ |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\TSREF\release\Newtonsoft.Json.dll</HintPath> |
|
|
<HintPath>..\..\..\TSREF\release\Newtonsoft.Json.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="System" /> |
|
|
|
|
|
<Reference Include="System.Data" /> |
|
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
|
<Reference Include="System.Core" /> |
|
|
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
|
|
|
|
|
<Reference Include="System"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Data"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
|
|
<Reference Include="System.Xml"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="Microsoft.CSharp"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Core"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
<Reference Include="System.Xaml"> |
|
|
<Reference Include="System.Xaml"> |
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
|
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="WindowsBase"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="PresentationCore"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="PresentationFramework"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="zxing, Version=0.11.0.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
<HintPath>..\..\..\tsref\release\zxing.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="WindowsBase" /> |
|
|
|
|
|
<Reference Include="PresentationCore" /> |
|
|
|
|
|
<Reference Include="PresentationFramework" /> |
|
|
|
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ApplicationDefinition Include="App.xaml"> |
|
|
<ApplicationDefinition Include="App.xaml"> |
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
<SubType>Designer</SubType> |
|
|
<SubType>Designer</SubType> |
|
|
</ApplicationDefinition> |
|
|
</ApplicationDefinition> |
|
|
|
|
|
<Compile Include="..\..\..\version\Dealer_version.cs"> |
|
|
|
|
|
<Link>Dealer_version.cs</Link> |
|
|
|
|
|
</Compile> |
|
|
<Compile Include="App.xaml.cs"> |
|
|
<Compile Include="App.xaml.cs"> |
|
|
<DependentUpon>App.xaml</DependentUpon> |
|
|
<DependentUpon>App.xaml</DependentUpon> |
|
|
<SubType>Code</SubType> |
|
|
<SubType>Code</SubType> |
|
|
@ -128,6 +161,7 @@ |
|
|
<DependentUpon>SettingDialog.xaml</DependentUpon> |
|
|
<DependentUpon>SettingDialog.xaml</DependentUpon> |
|
|
</Compile> |
|
|
</Compile> |
|
|
<Compile Include="Utils\AppContext.cs" /> |
|
|
<Compile Include="Utils\AppContext.cs" /> |
|
|
|
|
|
<Compile Include="Utils\BwpClientWebPrint.cs" /> |
|
|
<Compile Include="Utils\ControlAttachProperty.cs" /> |
|
|
<Compile Include="Utils\ControlAttachProperty.cs" /> |
|
|
<Compile Include="Utils\DbUtil.cs" /> |
|
|
<Compile Include="Utils\DbUtil.cs" /> |
|
|
<Compile Include="Utils\Extensions.cs" /> |
|
|
<Compile Include="Utils\Extensions.cs" /> |
|
|
@ -135,6 +169,7 @@ |
|
|
<Compile Include="Utils\WindowUtil.cs" /> |
|
|
<Compile Include="Utils\WindowUtil.cs" /> |
|
|
<Compile Include="Utils\XmlUtil.cs" /> |
|
|
<Compile Include="Utils\XmlUtil.cs" /> |
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreConfig.cs" /> |
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreConfig.cs" /> |
|
|
|
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreConfigPrint.cs" /> |
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreContext.cs" /> |
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreContext.cs" /> |
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreWindow.xaml.cs"> |
|
|
<Compile Include="Windows\CarcassInStoreWindow_\CarcassInStoreWindow.xaml.cs"> |
|
|
<DependentUpon>CarcassInStoreWindow.xaml</DependentUpon> |
|
|
<DependentUpon>CarcassInStoreWindow.xaml</DependentUpon> |
|
|
@ -143,6 +178,7 @@ |
|
|
<DependentUpon>RecordViewDialog.xaml</DependentUpon> |
|
|
<DependentUpon>RecordViewDialog.xaml</DependentUpon> |
|
|
</Compile> |
|
|
</Compile> |
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutConfig.cs" /> |
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutConfig.cs" /> |
|
|
|
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutConfigPrint.cs" /> |
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutContext.cs" /> |
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutContext.cs" /> |
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutWindow.xaml.cs"> |
|
|
<Compile Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutWindow.xaml.cs"> |
|
|
<DependentUpon>CarcassSaleOutWindow.xaml</DependentUpon> |
|
|
<DependentUpon>CarcassSaleOutWindow.xaml</DependentUpon> |
|
|
@ -193,7 +229,10 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="App.config" /> |
|
|
<None Include="App.config" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup /> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Content Include="Windows\CarcassInStoreWindow_\CarcassInStoreConfigPrint.html" /> |
|
|
|
|
|
<Content Include="Windows\CarcassSaleOutWindow_\CarcassSaleOutConfigPrint.html" /> |
|
|
|
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Page Include="Control\NumberPad.xaml"> |
|
|
<Page Include="Control\NumberPad.xaml"> |
|
|
<SubType>Designer</SubType> |
|
|
<SubType>Designer</SubType> |
|
|
@ -303,6 +342,9 @@ |
|
|
<Resource Include="Images\login.png" /> |
|
|
<Resource Include="Images\login.png" /> |
|
|
<Resource Include="Images\setting.png" /> |
|
|
<Resource Include="Images\setting.png" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<WCFMetadata Include="Service References\" /> |
|
|
|
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
<!-- 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. |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|