Files
Groupware/SubProject/FEQ0000/FEQ0000.csproj
chikyun.kim 340a6fd3ef ..
2018-10-02 17:33:28 +09:00

234 lines
9.5 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>{C2E0627D-0623-4B68-A558-37CBCE6BDCA6}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FEQ0000</RootNamespace>
<AssemblyName>FEQ0000</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</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>
<ItemGroup>
<Reference Include="ArSetting.Net4">
<HintPath>..\..\DLL\ArSetting.Net4.dll</HintPath>
</Reference>
<Reference Include="libxl.net">
<HintPath>..\..\DLL\libxl.net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
<Reference Include="Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web.Services" />
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataBaseManager.cs" />
<Compile Include="dsEQ.cs">
<DependentUpon>dsEQ.xsd</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="dsEQ.Designer.cs">
<DependentUpon>dsEQ.xsd</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="dsPurchase.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>dsPurchase.xsd</DependentUpon>
</Compile>
<Compile Include="Equipment\EQFilterApply.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Equipment\EQFilterApply.Designer.cs">
<DependentUpon>EQFilterApply.cs</DependentUpon>
</Compile>
<Compile Include="Equipment\EQfilterManager.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Equipment\EQfilterManager.Designer.cs">
<DependentUpon>EQfilterManager.cs</DependentUpon>
</Compile>
<Compile Include="Equipment\fEquipment.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Equipment\fEquipment.Designer.cs">
<DependentUpon>fEquipment.cs</DependentUpon>
</Compile>
<Compile Include="Equipment\fImpEquipment.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Equipment\fImpEquipment.Designer.cs">
<DependentUpon>fImpEquipment.cs</DependentUpon>
</Compile>
<Compile Include="MethodExtentions.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Equipment\rpt_equipmentB.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Equipment\rpt_equipmentB.Designer.cs">
<DependentUpon>rpt_equipmentB.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\fPurchase_Add.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Purchase\fPurchase_Add.Designer.cs">
<DependentUpon>fPurchase_Add.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\fPurchase_Data.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Purchase\fPurchase_Data.Designer.cs">
<DependentUpon>fPurchase_Data.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\fPurchase_Import.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Purchase\fPurchase_Import.Designer.cs">
<DependentUpon>fPurchase_Import.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\fPurchase.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Purchase\fPurchase.Designer.cs">
<DependentUpon>fPurchase.cs</DependentUpon>
</Compile>
<Compile Include="Purchase\rPurchase.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Purchase\rPurchase.Designer.cs">
<DependentUpon>rPurchase.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Equipment\EQFilterApply.resx">
<DependentUpon>EQFilterApply.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Equipment\EQfilterManager.resx">
<DependentUpon>EQfilterManager.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Equipment\fEquipment.resx">
<DependentUpon>fEquipment.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Equipment\fImpEquipment.resx">
<DependentUpon>fImpEquipment.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>
<EmbeddedResource Include="Equipment\ReportB.rdlc" />
<EmbeddedResource Include="Equipment\ReportE.rdlc" />
<EmbeddedResource Include="Equipment\ReportF.rdlc" />
<EmbeddedResource Include="Equipment\rpt_equipmentB.resx">
<DependentUpon>rpt_equipmentB.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\fPurchase_Add.resx">
<DependentUpon>fPurchase_Add.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\fPurchase_Data.resx">
<DependentUpon>fPurchase_Data.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\fPurchase_Import.resx">
<DependentUpon>fPurchase_Import.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\fPurchase.resx">
<DependentUpon>fPurchase.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Purchase\Rpt_PurchasePrj.rdlc" />
<EmbeddedResource Include="Purchase\Rpt_PurchasePrc.rdlc" />
<EmbeddedResource Include="Purchase\Rpt_Purchase.rdlc" />
<EmbeddedResource Include="Purchase\rPurchase.resx">
<DependentUpon>rPurchase.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
<None Include="dsEQ.xsc">
<DependentUpon>dsEQ.xsd</DependentUpon>
</None>
<None Include="dsEQ.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dsEQ.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="dsEQ.xss">
<DependentUpon>dsEQ.xsd</DependentUpon>
</None>
<None Include="dsPurchase.xsc">
<DependentUpon>dsPurchase.xsd</DependentUpon>
</None>
<None Include="dsPurchase.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>dsPurchase.Designer.cs</LastGenOutput>
</None>
<None Include="dsPurchase.xss">
<DependentUpon>dsPurchase.xsd</DependentUpon>
</None>
<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="..\FCM0000\FCM0000.csproj">
<Project>{26982882-c1ff-45f8-861c-d67558725ff1}</Project>
<Name>FCM0000</Name>
</ProjectReference>
<ProjectReference Include="..\FCOMMON\FCOMMON.csproj">
<Project>{304bd018-194b-47da-b4e0-f16df7b606da}</Project>
<Name>FCOMMON</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\action_save.gif" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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>