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

92 lines
4.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>{BCA39AE9-B2EB-495E-BE62-AB95B0325CFF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SPC.Kiosk.PB.ViewModel</RootNamespace>
<AssemblyName>SPC.Kiosk.PB.ViewModel</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\BIN\</OutputPath>
<DefineConstants>TRACE;DEBUG;TESTMODE</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\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="PBPaymentsViewModel.cs" />
<Compile Include="PBViewModel.cs" />
<Compile Include="Properties\AssemblyInfo.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>
<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="..\..\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>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>