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

269 lines
11 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>{862AD6B9-0F5A-4304-AA1F-9CCBFCDD4131}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Win</RootNamespace>
<AssemblyName>Win.Admin</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<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\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Cosmos.BaseFrame">
<HintPath>..\..\..\BIN\Cosmos.BaseFrame.dll</HintPath>
</Reference>
<Reference Include="Cosmos.ServiceProvider">
<HintPath>..\..\..\BIN\Cosmos.ServiceProvider.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Button">
<HintPath>..\..\..\BIN\Cosmos.UI.Button.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Grid">
<HintPath>..\..\..\BIN\Cosmos.UI.Grid.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Label">
<HintPath>..\..\..\BIN\Cosmos.UI.Label.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Menu">
<HintPath>..\..\..\BIN\Cosmos.UI.Menu.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.Numpad">
<HintPath>..\..\..\BIN\Cosmos.UI.Numpad.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.PosEditBox">
<HintPath>..\..\..\BIN\Cosmos.UI.PosEditBox.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UI.VScrollbar, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\BIN\Cosmos.UI.VScrollbar.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UserFrame">
<HintPath>..\..\..\BIN\Cosmos.UserFrame.dll</HintPath>
</Reference>
<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="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="frmBusiNotice.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmBusiNotice.designer.cs">
<DependentUpon>frmBusiNotice.cs</DependentUpon>
</Compile>
<Compile Include="frmIntegrity.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmIntegrity.designer.cs">
<DependentUpon>frmIntegrity.cs</DependentUpon>
</Compile>
<Compile Include="frmDataSearch.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDataSearch.designer.cs">
<DependentUpon>frmDataSearch.cs</DependentUpon>
</Compile>
<Compile Include="frmCustomerClaimInput.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmCustomerClaimInput.designer.cs">
<DependentUpon>frmCustomerClaimInput.cs</DependentUpon>
</Compile>
<Compile Include="frmCustomerClaimsList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmCustomerClaimsList.designer.cs">
<DependentUpon>frmCustomerClaimsList.cs</DependentUpon>
</Compile>
<Compile Include="frmEtcPvc.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmEtcPvc.Designer.cs">
<DependentUpon>frmEtcPvc.cs</DependentUpon>
</Compile>
<Compile Include="frmEtcReceipt.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmEtcReceipt.designer.cs">
<DependentUpon>frmEtcReceipt.cs</DependentUpon>
</Compile>
<Compile Include="frmEtcSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmEtcSetting.Designer.cs">
<DependentUpon>frmEtcSetting.cs</DependentUpon>
</Compile>
<Compile Include="frmSoundMotSetting.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmSoundMotSetting.designer.cs">
<DependentUpon>frmSoundMotSetting.cs</DependentUpon>
</Compile>
<Compile Include="frmTestPluSearch.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTestPluSearch.designer.cs">
<DependentUpon>frmTestPluSearch.cs</DependentUpon>
</Compile>
<Compile Include="frmTestMode.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTestMode.designer.cs">
<DependentUpon>frmTestMode.cs</DependentUpon>
</Compile>
<Compile Include="frmTestEduPlu.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTestEduPlu.designer.cs">
<DependentUpon>frmTestEduPlu.cs</DependentUpon>
</Compile>
<Compile Include="frmTestModeSearch.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTestModeSearch.designer.cs">
<DependentUpon>frmTestModeSearch.cs</DependentUpon>
</Compile>
<Compile Include="frmTestModeList.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTestModeList.designer.cs">
<DependentUpon>frmTestModeList.cs</DependentUpon>
</Compile>
<Compile Include="frmTranResend.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTranResend.Designer.cs">
<DependentUpon>frmTranResend.cs</DependentUpon>
</Compile>
<Compile Include="frmIntegrityThead.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmIntegrityThead.designer.cs">
<DependentUpon>frmIntegrityThead.cs</DependentUpon>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="WinAdmin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<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="..\WinBasic\WinBasic.csproj">
<Project>{c2609d8d-c30e-4b12-9ee9-aa551105d431}</Project>
<Name>WinBasic</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmBusiNotice.resx">
<DependentUpon>frmBusiNotice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmIntegrity.resx">
<DependentUpon>frmIntegrity.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDataSearch.resx">
<DependentUpon>frmDataSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmCustomerClaimInput.resx">
<DependentUpon>frmCustomerClaimInput.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmCustomerClaimsList.resx">
<DependentUpon>frmCustomerClaimsList.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmEtcPvc.resx">
<DependentUpon>frmEtcPvc.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmEtcReceipt.resx">
<DependentUpon>frmEtcReceipt.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmEtcSetting.resx">
<DependentUpon>frmEtcSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmSoundMotSetting.resx">
<DependentUpon>frmSoundMotSetting.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTestPluSearch.resx">
<DependentUpon>frmTestPluSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTestMode.resx">
<DependentUpon>frmTestMode.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTestEduPlu.resx">
<DependentUpon>frmTestEduPlu.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTestModeSearch.resx">
<DependentUpon>frmTestModeSearch.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTestModeList.resx">
<DependentUpon>frmTestModeList.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTranResend.resx">
<DependentUpon>frmTranResend.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmIntegrityThead.resx">
<DependentUpon>frmIntegrityThead.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>copy .\IC\Win.Admin.dll .\Win.Admin.dll</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy .\Win.Admin.dll .\IC\Win.Admin.dll</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>