spc-kiosk-pb/Kiosk/PB/SPC.Kiosk.PB/SPC.Kiosk.PB.csproj
2019-06-16 14:12:09 +09:00

155 lines
6.3 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>{38393190-821D-496D-A996-11833C20E476}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SPC.Kiosk.PB</RootNamespace>
<AssemblyName>SPC.Kiosk.PB</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>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
</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>x86</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\..\BIN\</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.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<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" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Page Include="DetailBasketItem.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DetailBasketItems.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DiscountAndValue.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="DiscountAndValues.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="MiniBasketItems.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MiniBasketItem.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PBPaymentsWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="PBWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="DetailBasketItem.xaml.cs">
<DependentUpon>DetailBasketItem.xaml</DependentUpon>
</Compile>
<Compile Include="DetailBasketItems.xaml.cs">
<DependentUpon>DetailBasketItems.xaml</DependentUpon>
</Compile>
<Compile Include="DiscountAndValue.xaml.cs">
<DependentUpon>DiscountAndValue.xaml</DependentUpon>
</Compile>
<Compile Include="DiscountAndValues.xaml.cs">
<DependentUpon>DiscountAndValues.xaml</DependentUpon>
</Compile>
<Compile Include="MiniBasketItems.xaml.cs">
<DependentUpon>MiniBasketItems.xaml</DependentUpon>
</Compile>
<Compile Include="MiniBasketItem.xaml.cs">
<DependentUpon>MiniBasketItem.xaml</DependentUpon>
</Compile>
<Compile Include="PBPaymentsWindow.xaml.cs">
<DependentUpon>PBPaymentsWindow.xaml</DependentUpon>
</Compile>
<Compile Include="PBWindow.xaml.cs">
<DependentUpon>PBWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</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="..\..\Popup\SPC.Kiosk.Popup.Model\SPC.Kiosk.Popup.Model.csproj">
<Project>{be7fc15c-325b-4ad4-8ea0-a8244193e431}</Project>
<Name>SPC.Kiosk.Popup.Model</Name>
</ProjectReference>
<ProjectReference Include="..\..\Popup\SPC.Kiosk.Popup.ViewModel\SPC.Kiosk.Popup.ViewModel.csproj">
<Project>{9ef1fec9-5f0a-4a4e-8723-e93f30798fd2}</Project>
<Name>SPC.Kiosk.Popup.ViewModel</Name>
</ProjectReference>
<ProjectReference Include="..\..\Popup\SPC.Kiosk.Popup\SPC.Kiosk.Popup.csproj">
<Project>{7c64409c-24e1-4d9e-a686-b13061f1c61b}</Project>
<Name>SPC.Kiosk.Popup</Name>
</ProjectReference>
<ProjectReference Include="..\SPC.Kiosk.PB.Model\SPC.Kiosk.PB.Model.csproj">
<Project>{90ebd618-0409-458d-9829-a012223e8671}</Project>
<Name>SPC.Kiosk.PB.Model</Name>
</ProjectReference>
<ProjectReference Include="..\SPC.Kiosk.PB.ViewModel\SPC.Kiosk.PB.ViewModel.csproj">
<Project>{bca39ae9-b2eb-495e-be62-ab95b0325cff}</Project>
<Name>SPC.Kiosk.PB.ViewModel</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>