100 lines
4.4 KiB
XML
100 lines
4.4 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>{9EF1FEC9-5F0A-4A4E-8723-E93F30798FD2}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>SPC.Kiosk.Popup.ViewModel</RootNamespace>
|
|
<AssemblyName>SPC.Kiosk.Popup.ViewModel</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\..\BIN\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;TESTMODE</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>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PopupViewModelBase.cs" />
|
|
<Compile Include="VmHappyPointCoupon.cs" />
|
|
<Compile Include="VmStepInfoPopup.cs" />
|
|
<Compile Include="VmMobileHappyCoupon.cs" />
|
|
<Compile Include="VmNumPadPopup.cs" />
|
|
<Compile Include="VmMiniPopup.cs" />
|
|
<Compile Include="VmOptionSelect.cs" />
|
|
<Compile Include="VmCallEmployee.cs" />
|
|
<Compile Include="VmOkCashBagCertify.cs" />
|
|
<Compile Include="VmPaymentProcess.cs" />
|
|
<Compile Include="VmHappyPointCertify.cs" />
|
|
<Compile Include="VmHappyPointUsing.cs" />
|
|
<Compile Include="VmLanguageSelector.cs" />
|
|
<Compile Include="VmMobileCompanyMemberCertify.cs" />
|
|
<Compile Include="VmOkCashBagUsing.cs" />
|
|
<Compile Include="VmPaymentsEnd.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Common\SPC.Kiosk.Base\SPC.Kiosk.Base.csproj">
|
|
<Project>{bcc10fa2-c358-480c-8ff0-615750f3c306}</Project>
|
|
<Name>SPC.Kiosk.Base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\SPC.Kiosk.Common\SPC.Kiosk.Common.csproj">
|
|
<Project>{ba2d06e0-74c0-4785-b39f-d1eaac13b73d}</Project>
|
|
<Name>SPC.Kiosk.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\SPC.Kiosk.DataHelper\SPC.Kiosk.DataHelper.csproj">
|
|
<Project>{fee44681-7f0e-469a-a833-dc324eb6d01a}</Project>
|
|
<Name>SPC.Kiosk.DataHelper</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Payments\SPC.Kiosk.Payments\SPC.Kiosk.Payments.csproj">
|
|
<Project>{36fe9011-b9bc-4348-b9c1-1c063dbfa926}</Project>
|
|
<Name>SPC.Kiosk.Payments</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SPC.Kiosk.Popup.Model\SPC.Kiosk.Popup.Model.csproj">
|
|
<Project>{be7fc15c-325b-4ad4-8ea0-a8244193e431}</Project>
|
|
<Name>SPC.Kiosk.Popup.Model</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |