spc-kiosk-pb/Kiosk/Common/SPC.Kiosk.DataHelper/SPC.Kiosk.DataHelper.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>{FEE44681-7F0E-469A-A833-DC324EB6D01A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SPC.Kiosk.DataHelper</RootNamespace>
<AssemblyName>SPC.Kiosk.DataHelper</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>DEBUG;TRACE</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\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cosmos.BaseFrame, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BIN\Cosmos.BaseFrame.dll</HintPath>
</Reference>
<Reference Include="Cosmos.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BIN\Cosmos.Common.dll</HintPath>
</Reference>
<Reference Include="Cosmos.CommonManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BIN\Cosmos.CommonManager.dll</HintPath>
</Reference>
<Reference Include="Cosmos.ServiceProvider, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BIN\Cosmos.ServiceProvider.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UserFrame, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\BIN\Cosmos.UserFrame.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Win.Sale, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\BIN\Win.Sale.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="CommonDataHelper.cs" />
<Compile Include="BackDataService.cs" />
<Compile Include="PosDataService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SPC.Kiosk.Common\SPC.Kiosk.Common.csproj">
<Project>{ba2d06e0-74c0-4785-b39f-d1eaac13b73d}</Project>
<Name>SPC.Kiosk.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\PB\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="..\..\..\Service\AsvDataProcess\AsvDataProcess.csproj">
<Project>{e139e39d-0047-45c6-a72d-dade3e929060}</Project>
<Name>AsvDataProcess</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>