You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
4.7 KiB

1 year ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.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>{7118AC83-9DC0-41F5-94EA-E6F405AE0448}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CK.SCP.Utils</RootNamespace>
<AssemblyName>CK.SCP.Utils</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\DLL\</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>
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>C:\Windows\assembly\GAC\Microsoft.Office.Interop.Excel\12.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Excel.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppConfigHelper.cs" />
<Compile Include="BackgroundWorkerEventArgs.cs" />
<Compile Include="EncryptHelper.cs" />
<Compile Include="EnumExcelColor.cs" />
<Compile Include="EnumHelper.cs" />
<Compile Include="ExcelReader.cs" />
<Compile Include="ExcelWriter.cs" />
<Compile Include="FileHelper.cs" />
<Compile Include="FormImportDataGrid.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormImportDataGrid.Designer.cs">
<DependentUpon>FormImportDataGrid.cs</DependentUpon>
</Compile>
<Compile Include="FormProcess.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormProcess.Designer.cs">
<DependentUpon>FormProcess.cs</DependentUpon>
</Compile>
<Compile Include="FtpHelper.cs" />
<Compile Include="GzipHelper.cs" />
<Compile Include="IoHelper.cs" />
<Compile Include="JsonHelper.cs" />
<Compile Include="ListHelper.cs" />
<Compile Include="LogHelper.cs" />
<Compile Include="MailHelper.cs" />
<Compile Include="Md5Helper.cs" />
<Compile Include="MessageHelper.cs" />
<Compile Include="PredicateBuilder.cs" />
<Compile Include="ProcessOperator.cs" />
<Compile Include="ProgramHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TraceLogger.cs" />
<Compile Include="XmlHelper.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FormImportDataGrid.resx">
<DependentUpon>FormImportDataGrid.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>