83 lines
3.6 KiB
XML
83 lines
3.6 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>{BE7FC15C-325B-4AD4-8EA0-A8244193E431}</ProjectGuid>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<RootNamespace>SPC.Kiosk.Popup.Model</RootNamespace>
|
|||
|
<AssemblyName>SPC.Kiosk.Popup.Model</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>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>
|
|||
|
<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="Functions.cs" />
|
|||
|
<Compile Include="M_NhsFuncInfoItem.cs" />
|
|||
|
<Compile Include="M_MiniPopup.cs" />
|
|||
|
<Compile Include="M_MobileCouponReturn.cs" />
|
|||
|
<Compile Include="M_NumberPadImages.cs" />
|
|||
|
<Compile Include="M_OptionReturn.cs" />
|
|||
|
<Compile Include="M_HappyPointReturn.cs" />
|
|||
|
<Compile Include="M_MobileCompanyReturn.cs" />
|
|||
|
<Compile Include="M_OkCashBagReturn.cs" />
|
|||
|
<Compile Include="M_PaymentEndReturn.cs" />
|
|||
|
<Compile Include="M_PaymentReturn.cs" />
|
|||
|
<Compile Include="M_StoreAgree.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|||
|
<SubType>Code</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Types.cs" />
|
|||
|
</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>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|