1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4- <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{17129299-1493-4AC5-A15D-4ACCA42F4E07}</ProjectGuid >
8- <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >ExportToMySQL</RootNamespace >
11- <AssemblyName >ExportToMySQL</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <IsWebBootstrapper >false</IsWebBootstrapper >
15- <PublishUrl >publish\</PublishUrl >
16- <Install >true</Install >
17- <InstallFrom >Disk</InstallFrom >
18- <UpdateEnabled >false</UpdateEnabled >
19- <UpdateMode >Foreground</UpdateMode >
20- <UpdateInterval >7</UpdateInterval >
21- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22- <UpdatePeriodically >false</UpdatePeriodically >
23- <UpdateRequired >false</UpdateRequired >
24- <MapFileExtensions >true</MapFileExtensions >
25- <ApplicationRevision >0</ApplicationRevision >
26- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27- <UseApplicationTrust >false</UseApplicationTrust >
28- <BootstrapperEnabled >true</BootstrapperEnabled >
29- </PropertyGroup >
30- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
31- <PlatformTarget >AnyCPU</PlatformTarget >
32- <DebugSymbols >true</DebugSymbols >
33- <DebugType >full</DebugType >
34- <Optimize >false</Optimize >
35- <OutputPath >bin\Debug\</OutputPath >
36- <DefineConstants >DEBUG;TRACE</DefineConstants >
37- <ErrorReport >prompt</ErrorReport >
38- <WarningLevel >4</WarningLevel >
39- </PropertyGroup >
40- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41- <PlatformTarget >AnyCPU</PlatformTarget >
42- <DebugType >none</DebugType >
43- <Optimize >true</Optimize >
44- <OutputPath >bin\Release\</OutputPath >
45- <DefineConstants >TRACE</DefineConstants >
46- <ErrorReport >prompt</ErrorReport >
47- <WarningLevel >4</WarningLevel >
48- </PropertyGroup >
49- <ItemGroup >
50- <Reference Include =" MySqlConnector, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92, processorArchitecture=MSIL" >
51- <HintPath >packages\MySqlConnector.1.3.7\lib\net45\MySqlConnector.dll</HintPath >
52- </Reference >
53- <Reference Include =" System" />
54- <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
55- <HintPath >packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath >
56- </Reference >
57- <Reference Include =" System.Core" />
58- <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
59- <HintPath >packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll</HintPath >
60- </Reference >
61- <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
62- <HintPath >packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
63- </Reference >
64- <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
65- <HintPath >packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath >
66- </Reference >
67- <Reference Include =" System.Transactions" />
68- <Reference Include =" System.Xml.Linq" />
69- <Reference Include =" System.Data.DataSetExtensions" />
70- <Reference Include =" Microsoft.CSharp" />
71- <Reference Include =" System.Data" />
72- <Reference Include =" System.Xml" />
73- </ItemGroup >
74- <ItemGroup >
75- <Compile Include =" IniFile.cs" />
76- <Compile Include =" Program.cs" />
77- <Compile Include =" Properties\AssemblyInfo.cs" />
78- </ItemGroup >
79- <ItemGroup >
80- <None Include =" App.config" />
81- <None Include =" packages.config" />
82- </ItemGroup >
83- <ItemGroup >
84- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
85- <Visible >False</Visible >
86- <ProductName >.NET Framework 3.5 SP1</ProductName >
87- <Install >false</Install >
88- </BootstrapperPackage >
89- </ItemGroup >
90- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92- Other similar extension points exist, see Microsoft.Common.targets.
93- <Target Name="BeforeBuild">
94- </Target>
95- <Target Name="AfterBuild">
96- </Target>
97- -->
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{17129299-1493-4AC5-A15D-4ACCA42F4E07}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >ExportToMySQL</RootNamespace >
11+ <AssemblyName >ExportToMySQL</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <IsWebBootstrapper >false</IsWebBootstrapper >
15+ <PublishUrl >publish\</PublishUrl >
16+ <Install >true</Install >
17+ <InstallFrom >Disk</InstallFrom >
18+ <UpdateEnabled >false</UpdateEnabled >
19+ <UpdateMode >Foreground</UpdateMode >
20+ <UpdateInterval >7</UpdateInterval >
21+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22+ <UpdatePeriodically >false</UpdatePeriodically >
23+ <UpdateRequired >false</UpdateRequired >
24+ <MapFileExtensions >true</MapFileExtensions >
25+ <ApplicationRevision >0</ApplicationRevision >
26+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27+ <UseApplicationTrust >false</UseApplicationTrust >
28+ <BootstrapperEnabled >true</BootstrapperEnabled >
29+ <TargetFrameworkProfile />
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugSymbols >true</DebugSymbols >
34+ <DebugType >full</DebugType >
35+ <Optimize >false</Optimize >
36+ <OutputPath >bin\Debug\</OutputPath >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <PlatformTarget >AnyCPU</PlatformTarget >
43+ <DebugType >none</DebugType >
44+ <Optimize >true</Optimize >
45+ <OutputPath >bin\Release\</OutputPath >
46+ <DefineConstants >TRACE</DefineConstants >
47+ <ErrorReport >prompt</ErrorReport >
48+ <WarningLevel >4</WarningLevel >
49+ </PropertyGroup >
50+ <ItemGroup >
51+ <Reference Include =" MySqlConnector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92, processorArchitecture=MSIL" >
52+ <HintPath >packages\MySqlConnector.2.0.0\lib\net471\MySqlConnector.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" System" />
55+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
56+ <HintPath >packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" System.Core" />
59+ <Reference Include =" System.Diagnostics.DiagnosticSource, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
60+ <HintPath >packages\System.Diagnostics.DiagnosticSource.5.0.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath >
61+ </Reference >
62+ <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
63+ <HintPath >packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath >
64+ </Reference >
65+ <Reference Include =" System.Numerics" />
66+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
67+ <HintPath >packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
68+ </Reference >
69+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
70+ <HintPath >packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
71+ </Reference >
72+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
73+ <HintPath >packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath >
74+ </Reference >
75+ <Reference Include =" System.Transactions" />
76+ <Reference Include =" System.Xml.Linq" />
77+ <Reference Include =" System.Data.DataSetExtensions" />
78+ <Reference Include =" Microsoft.CSharp" />
79+ <Reference Include =" System.Data" />
80+ <Reference Include =" System.Xml" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <Compile Include =" IniFile.cs" />
84+ <Compile Include =" Program.cs" />
85+ <Compile Include =" Properties\AssemblyInfo.cs" />
86+ </ItemGroup >
87+ <ItemGroup >
88+ <None Include =" App.config" />
89+ <None Include =" packages.config" />
90+ </ItemGroup >
91+ <ItemGroup >
92+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
93+ <Visible >False</Visible >
94+ <ProductName >.NET Framework 3.5 SP1</ProductName >
95+ <Install >false</Install >
96+ </BootstrapperPackage >
97+ </ItemGroup >
98+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100+ Other similar extension points exist, see Microsoft.Common.targets.
101+ <Target Name="BeforeBuild">
102+ </Target>
103+ <Target Name="AfterBuild">
104+ </Target>
105+ -->
98106</Project >
0 commit comments