|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
9 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 11 | <RootNamespace>SchemaMapper</RootNamespace>
|
11 | 12 | <AssemblyName>SchemaMapper</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 14 | <FileAlignment>512</FileAlignment>
|
14 | 15 | <TargetFrameworkProfile />
|
| 16 | + <NuGetPackageImportStamp> |
| 17 | + </NuGetPackageImportStamp> |
15 | 18 | </PropertyGroup>
|
16 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 20 | <DebugSymbols>true</DebugSymbols>
|
|
32 | 35 | <WarningLevel>4</WarningLevel>
|
33 | 36 | <Prefer32Bit>false</Prefer32Bit>
|
34 | 37 | </PropertyGroup>
|
| 38 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 39 | + <DebugSymbols>true</DebugSymbols> |
| 40 | + <OutputPath>bin\x86\Debug\</OutputPath> |
| 41 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 42 | + <DebugType>full</DebugType> |
| 43 | + <PlatformTarget>x86</PlatformTarget> |
| 44 | + <LangVersion>7.3</LangVersion> |
| 45 | + <ErrorReport>prompt</ErrorReport> |
| 46 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 47 | + </PropertyGroup> |
| 48 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 49 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 50 | + <DefineConstants>TRACE</DefineConstants> |
| 51 | + <Optimize>true</Optimize> |
| 52 | + <DebugType>pdbonly</DebugType> |
| 53 | + <PlatformTarget>x86</PlatformTarget> |
| 54 | + <LangVersion>7.3</LangVersion> |
| 55 | + <ErrorReport>prompt</ErrorReport> |
| 56 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 57 | + </PropertyGroup> |
| 58 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 59 | + <DebugSymbols>true</DebugSymbols> |
| 60 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 61 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 62 | + <DebugType>full</DebugType> |
| 63 | + <PlatformTarget>x64</PlatformTarget> |
| 64 | + <LangVersion>7.3</LangVersion> |
| 65 | + <ErrorReport>prompt</ErrorReport> |
| 66 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 69 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 70 | + <DefineConstants>TRACE</DefineConstants> |
| 71 | + <Optimize>true</Optimize> |
| 72 | + <DebugType>pdbonly</DebugType> |
| 73 | + <PlatformTarget>x64</PlatformTarget> |
| 74 | + <LangVersion>7.3</LangVersion> |
| 75 | + <ErrorReport>prompt</ErrorReport> |
| 76 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 77 | + </PropertyGroup> |
35 | 78 | <ItemGroup>
|
36 |
| - <Reference Include="HtmlAgilityPack"> |
37 |
| - <HintPath>..\..\..\..\..\..\Essentials\ProgAssemblies\HtmlAgilityPack.1.4.6\Net40\HtmlAgilityPack.dll</HintPath> |
| 79 | + <Reference Include="BouncyCastle.Crypto, Version=1.8.3.0, Culture=neutral, PublicKeyToken=0e99375e54769942"> |
| 80 | + <HintPath>..\packages\BouncyCastle.1.8.3.1\lib\BouncyCastle.Crypto.dll</HintPath> |
| 81 | + </Reference> |
| 82 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.dll</HintPath> |
| 84 | + </Reference> |
| 85 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 87 | + </Reference> |
| 88 | + <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> |
| 90 | + </Reference> |
| 91 | + <Reference Include="HtmlAgilityPack, Version=1.11.23.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"> |
| 92 | + <HintPath>..\packages\HtmlAgilityPack.1.11.23\lib\Net45\HtmlAgilityPack.dll</HintPath> |
38 | 93 | </Reference>
|
39 | 94 | <Reference Include="LumiSoft.Net">
|
40 | 95 | <HintPath>..\..\..\..\..\..\Essentials\ProgAssemblies\LumiSoft.Net.dll</HintPath>
|
41 | 96 | </Reference>
|
42 |
| - <Reference Include="Microsoft.VisualBasic" /> |
43 |
| - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
44 |
| - <SpecificVersion>False</SpecificVersion> |
45 |
| - <HintPath>..\..\..\..\..\..\Essentials\ProgAssemblies\Newtonsoft.Json.dll</HintPath> |
| 97 | + <Reference Include="Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 98 | + <Reference Include="MySql.Data, Version=8.0.19.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
| 99 | + <HintPath>..\packages\MySql.Data.8.0.19\lib\net452\MySql.Data.dll</HintPath> |
| 100 | + </Reference> |
| 101 | + <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 102 | + <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 103 | + </Reference> |
| 104 | + <Reference Include="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86"> |
| 105 | + <HintPath>..\packages\Oracle.DataAccess.x86.4.4.112.3\lib\Oracle.DataAccess.dll</HintPath> |
| 106 | + </Reference> |
| 107 | + <Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL"> |
| 108 | + <HintPath>..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath> |
46 | 109 | </Reference>
|
47 | 110 | <Reference Include="System" />
|
| 111 | + <Reference Include="System.ComponentModel" /> |
48 | 112 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
| 113 | + <Reference Include="System.Configuration" /> |
| 114 | + <Reference Include="System.Configuration.Install" /> |
49 | 115 | <Reference Include="System.Core" />
|
50 | 116 | <Reference Include="System.Data.Entity" />
|
51 | 117 | <Reference Include="System.Data.Linq" />
|
| 118 | + <Reference Include="System.Data.SQLite, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 119 | + <HintPath>..\packages\System.Data.SQLite.Core.1.0.112.0\lib\net451\System.Data.SQLite.dll</HintPath> |
| 120 | + </Reference> |
| 121 | + <Reference Include="System.Data.SQLite.EF6, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 122 | + <HintPath>..\packages\System.Data.SQLite.EF6.1.0.112.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath> |
| 123 | + </Reference> |
| 124 | + <Reference Include="System.Data.SQLite.Linq, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 125 | + <HintPath>..\packages\System.Data.SQLite.Linq.1.0.112.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath> |
| 126 | + </Reference> |
| 127 | + <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
| 128 | + <HintPath>..\packages\System.Data.SqlServerCe_unofficial.4.0.8482.1\lib\net20\System.Data.SqlServerCe.dll</HintPath> |
| 129 | + <Private>True</Private> |
| 130 | + </Reference> |
52 | 131 | <Reference Include="System.Drawing" />
|
| 132 | + <Reference Include="System.Drawing.Design" /> |
53 | 133 | <Reference Include="System.Management" />
|
54 | 134 | <Reference Include="System.Transactions" />
|
55 | 135 | <Reference Include="System.Xml.Linq" />
|
56 | 136 | <Reference Include="System.Data.DataSetExtensions" />
|
57 | 137 | <Reference Include="Microsoft.CSharp" />
|
58 | 138 | <Reference Include="System.Data" />
|
59 | 139 | <Reference Include="System.Xml" />
|
| 140 | + <Reference Include="Ubiety.Dns.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
| 141 | + <HintPath>..\packages\MySql.Data.8.0.19\lib\net452\Ubiety.Dns.Core.dll</HintPath> |
| 142 | + </Reference> |
60 | 143 | <Reference Include="VCardLibrary">
|
61 | 144 | <HintPath>..\..\..\..\..\..\Essentials\ProgAssemblies\VCardLibrary.dll</HintPath>
|
62 | 145 | </Reference>
|
|
146 | 229 | </ItemGroup>
|
147 | 230 | <ItemGroup>
|
148 | 231 | <None Include="app.config" />
|
| 232 | + <None Include="packages.config" /> |
149 | 233 | <None Include="Properties\Settings.settings">
|
150 | 234 | <Generator>SettingsSingleFileGenerator</Generator>
|
151 | 235 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
156 | 240 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
157 | 241 | </ItemGroup>
|
158 | 242 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 243 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 244 | + <PropertyGroup> |
| 245 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 246 | + </PropertyGroup> |
| 247 | + <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.112.0\build\net451\System.Data.SQLite.Core.targets'))" /> |
| 248 | + <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" /> |
| 249 | + <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" /> |
| 250 | + </Target> |
| 251 | + <Import Project="..\packages\System.Data.SQLite.Core.1.0.112.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net451\System.Data.SQLite.Core.targets')" /> |
| 252 | + <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" /> |
159 | 253 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
160 | 254 | Other similar extension points exist, see Microsoft.Common.targets.
|
161 | 255 | <Target Name="BeforeBuild">
|
|
0 commit comments