spc-kiosk-pb/Window/PosMain/PosMain.csproj
2019-06-16 14:12:09 +09:00

236 lines
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{F8E01F41-4927-4369-822C-20832B4686B3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Win</RootNamespace>
<AssemblyName>PosMain</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>TRACE;DEBUG;KIOSKSTART_ON</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\..\..\BIN\PosMain.XML</DocumentationFile>
<UseVSHostingProcess>true</UseVSHostingProcess>
</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>
</StartupObject>
</PropertyGroup>
<PropertyGroup>
<Win32Resource>C:\SPC\POS\IMAGE\Icon\SPC_Icon3.res</Win32Resource>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
</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.ServiceProvider, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.ServiceProvider.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Button, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.UI.Button.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Label, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.UI.Label.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.PictureBox, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.UI.PictureBox.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.PosEditBox, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.UI.PosEditBox.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.PosMovePanel, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.UI.PosMovePanel.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UserFrame, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Compile Include="frmPosMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPosMain.Designer.cs">
<DependentUpon>frmPosMain.cs</DependentUpon>
</Compile>
<Compile Include="frmPosMainStart.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmPosMainStart.Designer.cs">
<DependentUpon>frmPosMainStart.cs</DependentUpon>
</Compile>
<Compile Include="frmDatabaseInit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDatabaseInit.Designer.cs">
<DependentUpon>frmDatabaseInit.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmPosMain.resx">
<DependentUpon>frmPosMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmPosMainStart.resx">
<DependentUpon>frmPosMainStart.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDatabaseInit.resx">
<DependentUpon>frmDatabaseInit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="App.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Kiosk\PB\SPC.Kiosk.PB\SPC.Kiosk.PB.csproj">
<Project>{38393190-821d-496d-a996-11833c20e476}</Project>
<Name>SPC.Kiosk.PB</Name>
</ProjectReference>
<ProjectReference Include="..\..\Library\CommonManager\CommonManager.csproj">
<Project>{670a81be-cee3-4c29-846d-a37652ca270d}</Project>
<Name>CommonManager</Name>
</ProjectReference>
<ProjectReference Include="..\..\Library\Common\Common.csproj">
<Project>{a5b7accd-79eb-4261-bd36-01ab484ad8e3}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\WinAdmin\WinAdmin.csproj">
<Project>{862ad6b9-0f5a-4304-aa1f-9ccbfcdd4131}</Project>
<Name>WinAdmin</Name>
</ProjectReference>
<ProjectReference Include="..\WinBasic\WinBasic.csproj">
<Project>{c2609d8d-c30e-4b12-9ee9-aa551105d431}</Project>
<Name>WinBasic</Name>
</ProjectReference>
<ProjectReference Include="..\WinOpenClose\WinOpenClose.csproj">
<Project>{cc1f50aa-8ff9-41f7-ab5b-9d4292abb9d7}</Project>
<Name>WinOpenClose</Name>
</ProjectReference>
<ProjectReference Include="..\WinPayment\WinPayment.csproj">
<Project>{0f37d258-c914-4e38-912a-f9b939dbb55a}</Project>
<Name>WinPayment</Name>
</ProjectReference>
<ProjectReference Include="..\WinSale\WinSale.csproj">
<Project>{4827f9a0-5112-45b0-8f0c-db7f18c67f06}</Project>
<Name>WinSale</Name>
</ProjectReference>
<ProjectReference Include="..\WinTable\WinTable.csproj">
<Project>{f3019ca3-6c84-43ba-b98d-d031aa71ec12}</Project>
<Name>WinTable</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="AlterMST.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CreateMST.Kiosk.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="CreateMST.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="window_icon_spc_icon.ico" />
</ItemGroup>
<ItemGroup>
<COMReference Include="AxSEMOPOS_COLib">
<Guid>{42533875-4E33-4150-9054-75C60D4A3AF0}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>aximp</WrapperTool>
<Isolated>False</Isolated>
</COMReference>
<COMReference Include="SEMOPOS_COLib">
<Guid>{42533875-4E33-4150-9054-75C60D4A3AF0}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>copy .\IC\PosMain.exe .\PosMain.exe</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy .\PosMain.exe .\IC\PosMain.exe</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>