-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.3, retarget to .NET Core and .NET framework, update packages
- Loading branch information
Joel Christner
committed
Apr 20, 2019
1 parent
dd075df
commit 6363575
Showing
38 changed files
with
3,576 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,115 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{9D53A716-9A4C-482D-9C25-C91257A60B00}</ProjectGuid> | ||
<OutputType>Exe</OutputType> | ||
<RootNamespace>RestDb</RootNamespace> | ||
<AssemblyName>RestDb</AssemblyName> | ||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<TargetFrameworks>netcoreapp2.2;net462</TargetFrameworks> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Version>1.0.3</Version> | ||
<Authors>Joel Christner</Authors> | ||
<Description>C:\Code\Misc\RestDb\RestDbOriginal\APIs\</Description> | ||
<Copyright>(c)2019 Joel Christner</Copyright> | ||
<PackageProjectUrl>https://github.com/jchristn/restdb</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/jchristn/restdb</RepositoryUrl> | ||
<RepositoryType>Github</RepositoryType> | ||
<PackageTags>rest,database,api,db</PackageTags> | ||
<PackageReleaseNotes>Retarget to .NET Core and .NET Framework</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<PlatformTarget>AnyCPU</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="DatabaseWrapper, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\DatabaseWrapper.1.2.1\lib\DatabaseWrapper.dll</HintPath> | ||
</Reference> | ||
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath> | ||
</Reference> | ||
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath> | ||
</Reference> | ||
<Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Npgsql, Version=3.2.2.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\Npgsql.3.2.2\lib\net451\Npgsql.dll</HintPath> | ||
</Reference> | ||
<Reference Include="RegexMatcher, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\RegexMatcher.1.0.0\lib\RegexMatcher.dll</HintPath> | ||
</Reference> | ||
<Reference Include="SyslogLogging, Version=1.0.8.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\SyslogLogging.1.0.8\lib\SyslogLogging.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.ComponentModel.DataAnnotations" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Web" /> | ||
<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="Watson, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\Watson.1.2.1\lib\Watson.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="APIs\Delete\DeleteTable.cs" /> | ||
<Compile Include="APIs\Get\GetDatabase.cs" /> | ||
<Compile Include="APIs\Get\GetDatabaseClients.cs" /> | ||
<Compile Include="APIs\Get\GetTable.cs" /> | ||
<Compile Include="APIs\Get\GetHelloWorld.cs" /> | ||
<Compile Include="APIs\Get\GetDatabases.cs" /> | ||
<Compile Include="APIs\Post\PostTable.cs" /> | ||
<Compile Include="APIs\Put\PutTable.cs" /> | ||
<Compile Include="APIs\Support\DeserializeExpression.cs" /> | ||
<Compile Include="Classes\AuthManager.cs" /> | ||
<Compile Include="Classes\ApiKey.cs" /> | ||
<Compile Include="ControlQueryKeys.cs" /> | ||
<Compile Include="Classes\ErrorResponse.cs" /> | ||
<Compile Include="Classes\Column.cs" /> | ||
<Compile Include="Classes\Common.cs" /> | ||
<Compile Include="Classes\Table.cs" /> | ||
<Compile Include="Classes\Settings.cs" /> | ||
<Compile Include="Classes\Setup.cs" /> | ||
<Compile Include="Classes\DatabaseManager.cs" /> | ||
<Compile Include="Classes\Template.cs" /> | ||
<Compile Include="Classes\Database.cs" /> | ||
<Compile Include="Server.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="App.config" /> | ||
<None Include="DatabaseWrapper.dll.config" /> | ||
<None Include="packages.config" /> | ||
<None Remove="Docs\MsSqlSample.txt" /> | ||
<None Remove="Docs\MySqlSample.txt" /> | ||
<None Remove="Docs\PgSqlSample.txt" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="Docs\MsSqlSample.txt" /> | ||
<Content Include="Docs\MySqlSample.txt" /> | ||
<Content Include="Docs\PgSqlSample.txt" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DatabaseWrapper" Version="1.2.7" /> | ||
<PackageReference Include="SyslogLogging" Version="1.0.10" /> | ||
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" /> | ||
<PackageReference Include="Watson" Version="1.6.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.