for Push.
This commit is contained in:
@@ -0,0 +1,233 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
|
||||
<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>{4136CE96-10AA-4B55-B49F-68C80E9E3BC8}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>KssSmaPlaLib</RootNamespace>
|
||||
<AssemblyName>KssSmaPlaLib</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<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' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>ラッキイ青透過版(せり様).ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.VisualBasic" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Numerics" />
|
||||
<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.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Alert\FullScreenAlertUxer.cs" />
|
||||
<Compile Include="Alert\Gamen\AlertForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Alert\ToastUxer.cs" />
|
||||
<Compile Include="Alert\WindowFlasherUxer.cs" />
|
||||
<Compile Include="Backup\FileBackupUxer.cs" />
|
||||
<Compile Include="Cleanup\FileCleanupUxer.cs" />
|
||||
<Compile Include="Commons\Conversion\KanaConvertUxer.cs" />
|
||||
<Compile Include="Commons\DateHelperUxer.cs" />
|
||||
<Compile Include="Commons\DictionaryUxer.cs" />
|
||||
<Compile Include="DtoMapping\Attributes\ExcelColumnLetterAttribute.cs" />
|
||||
<Compile Include="Encryption\FIleEncryptUxer.cs" />
|
||||
<Compile Include="Forms\ColorHelper.cs" />
|
||||
<Compile Include="Forms\ContextMenuFunction\FontUxer.cs" />
|
||||
<Compile Include="Forms\ContextMenuFunction\Gamen\DgvColumnEditorForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\ContextMenuFunction\Gamen\DgvColumnEditorForm.Designer.cs">
|
||||
<DependentUpon>DgvColumnEditorForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\ContextMenuHelper.cs" />
|
||||
<Compile Include="Forms\Controls\PoiDgv.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Controls\PoiMainForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Forms\DataGridViewExporter.cs" />
|
||||
<Compile Include="Forms\DatePickerHelper.cs" />
|
||||
<Compile Include="Forms\DgvHelper.cs" />
|
||||
<Compile Include="Forms\FormHelper.cs" />
|
||||
<Compile Include="Forms\ToastNotifier.cs" />
|
||||
<Compile Include="InBox\IFilterUxer.cs" />
|
||||
<Compile Include="InBox\SheetFilterUxer.cs" />
|
||||
<Compile Include="InBox\LineFilterUxer.cs" />
|
||||
<Compile Include="Ini\IniDto.cs" />
|
||||
<Compile Include="Ini\IniHelper.cs" />
|
||||
<Compile Include="Ini\IniReaderUxer.cs" />
|
||||
<Compile Include="Commons\IntUxer.cs" />
|
||||
<Compile Include="Commons\LoggerUxer.cs" />
|
||||
<Compile Include="Commons\RetCodeUxer.cs" />
|
||||
<Compile Include="Commons\StringUxer.cs" />
|
||||
<Compile Include="Communications\SftpUxer.cs" />
|
||||
<Compile Include="Ini\IniReferenceResolveUxer.cs" />
|
||||
<Compile Include="Input\Gamen\NumericInputForm.Designer.cs">
|
||||
<DependentUpon>NumericInputForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Input\Gamen\NumericInputForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Input\Gamen\TextInputForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Input\Gamen\TextInputForm.Designer.cs">
|
||||
<DependentUpon>TextInputForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="IO\Database\DbUxer.cs" />
|
||||
<Compile Include="Encryption\SimpleEncryptUxer.cs" />
|
||||
<Compile Include="IO\Excel\ExcelCellValidatorUxer.cs" />
|
||||
<Compile Include="IO\Excel\ExcelColumnHelperUxer.cs" />
|
||||
<Compile Include="IO\Excel\XlUxer.cs" />
|
||||
<Compile Include="Exchange\CsvDbSyncUxer.cs" />
|
||||
<Compile Include="IO\File\CSVUxer.cs" />
|
||||
<Compile Include="Commons\EncodingUxer.cs" />
|
||||
<Compile Include="IO\File\FileUxer.cs" />
|
||||
<Compile Include="Exchange\Interfaces\ICsvExportableUxer.cs" />
|
||||
<Compile Include="IO\File\JsonFileUxer.cs" />
|
||||
<Compile Include="IO\File\PathUxer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Batch\Backup\BackupStepHandlerUxer.cs" />
|
||||
<Compile Include="Batch\Cleanup\CleanupStepHandlerUxer.cs" />
|
||||
<Compile Include="Batch\Commons\CommonUxer.cs" />
|
||||
<Compile Include="Batch\Dispatch\StepDispatcherUxer.cs" />
|
||||
<Compile Include="Batch\DTO\StepDto.cs" />
|
||||
<Compile Include="Batch\DTO\StepInfoDto.cs" />
|
||||
<Compile Include="Batch\Exchange\CsvToDbStepHandlerUxer.cs" />
|
||||
<Compile Include="Batch\Interface\IFuncResultDto.cs" />
|
||||
<Compile Include="Batch\IO\FileStepHandlerUxer.cs" />
|
||||
<Compile Include="Batch\Log\StepLogUxer.cs" />
|
||||
<Compile Include="Batch\Sftp\SftpStepHandlerUxer.cs" />
|
||||
<Compile Include="Batch\StepInfo\StepInfoUxer.cs" />
|
||||
<Compile Include="Commons\VariableUxer.cs" />
|
||||
<Compile Include="AutoTest\Command\Alias\CommandAliasUxer.cs" />
|
||||
<Compile Include="AutoTest\Command\Alias\Ini\IniReaderUxer.cs" />
|
||||
<Compile Include="AutoTest\Command\Alias\Loader\CommandAliasLoaderUxer.cs" />
|
||||
<Compile Include="AutoTest\Command\Definition\CommandEnumUxer.cs" />
|
||||
<Compile Include="AutoTest\Command\Definition\CommandParserUxer.cs" />
|
||||
<Compile Include="AutoTest\Command\Translator\CommandTranslatorUxer.cs" />
|
||||
<Compile Include="AutoTest\Core\StepTestRunnerUxer.cs" />
|
||||
<Compile Include="AutoTest\Core\TestModeInitializerUxer.cs" />
|
||||
<Compile Include="AutoTest\Core\TestModeUxer.cs" />
|
||||
<Compile Include="AutoTest\Script\Load\LoadTryUxer.cs" />
|
||||
<Compile Include="AutoTest\Script\Models\ParsedStepDTO.cs" />
|
||||
<Compile Include="AutoTest\Script\Models\StepDTO.cs" />
|
||||
<Compile Include="AutoTest\Script\Models\StepInfoDTO.cs" />
|
||||
<Compile Include="AutoTest\Script\Parse\Function\FunctionTryUxer.cs" />
|
||||
<Compile Include="AutoTest\Script\Parse\ParseTryUxer.cs" />
|
||||
<Compile Include="AutoTest\Script\Storage\TestScriptStorageUxer.cs" />
|
||||
<Compile Include="Tools\ClaraHack\NamespaceAdjust\NamespaceAdjusterUxer.cs" />
|
||||
<Compile Include="Tools\FileHack\MergeSplitFilesUxer.cs" />
|
||||
<Compile Include="Tools\FileHack\SplitFileBySizeUxer.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="CL_設計別府条項.md" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="AutoTest\Db\" />
|
||||
<Folder Include="AutoTest\Ui\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Alert\Gamen\AlertForm.resx">
|
||||
<DependentUpon>AlertForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\ContextMenuFunction\Gamen\DgvColumnEditorForm.resx">
|
||||
<DependentUpon>DgvColumnEditorForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Forms\Controls\PoiDgv.resx">
|
||||
<DependentUpon>PoiDgv.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Input\Gamen\NumericInputForm.resx">
|
||||
<DependentUpon>NumericInputForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Input\Gamen\TextInputForm.resx">
|
||||
<DependentUpon>TextInputForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ClosedXML">
|
||||
<Version>0.105.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="EntityFramework">
|
||||
<Version>6.5.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="EntityFramework6.Npgsql">
|
||||
<Version>3.1.1</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
|
||||
<Version>7.1.3</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.VisualBasic">
|
||||
<Version>10.3.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Newtonsoft.Json">
|
||||
<Version>13.0.4</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Npgsql">
|
||||
<Version>4.1.8</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Serilog">
|
||||
<Version>4.3.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Serilog.Sinks.Console">
|
||||
<Version>6.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Serilog.Sinks.File">
|
||||
<Version>7.0.0</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SSH.NET">
|
||||
<Version>2025.0.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="ラッキイ青透過版(せり様).ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\Serilog.4.3.0\build\Serilog.targets" Condition="Exists('..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\Serilog.4.3.0\build\Serilog.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\Serilog.4.3.0\build\Serilog.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\Serilog.4.3.0\build\Serilog.targets'))" />
|
||||
<Error Condition="!Exists('..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
|
||||
<Error Condition="!Exists('..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\..\溶接加工ツール\src\ExcelToCsvToDb\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user