Datei: Provider/SqliteProvider/SqliteUISupport/SqliteUISupport.csproj

Last Commit (15fdc4b)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" 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>{B535296F-C854-462D-9619-589E939A840E}</ProjectGuid>
8 ····<OutputType>Library</OutputType>
9 ····<AppDesignerFolder>Properties</AppDesignerFolder>
10 ····<RootNamespace>NDO.SqliteUISupport</RootNamespace>
11 ····<AssemblyName>SqliteUISupport</AssemblyName>
12 ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 ····<FileAlignment>512</FileAlignment>
14 ····<TargetFrameworkProfile />
15 ····<NuGetPackageImportStamp>
16 ····</NuGetPackageImportStamp>
17 ··</PropertyGroup>
18 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 ····<DebugSymbols>true</DebugSymbols>
20 ····<DebugType>full</DebugType>
21 ····<Optimize>false</Optimize>
22 ····<OutputPath>bin\Debug\</OutputPath>
23 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
24 ····<ErrorReport>prompt</ErrorReport>
25 ····<WarningLevel>4</WarningLevel>
26 ····<Prefer32Bit>false</Prefer32Bit>
27 ··</PropertyGroup>
28 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 ····<DebugType>pdbonly</DebugType>
30 ····<Optimize>true</Optimize>
31 ····<OutputPath>bin\Release\</OutputPath>
32 ····<DefineConstants>TRACE</DefineConstants>
33 ····<ErrorReport>prompt</ErrorReport>
34 ····<WarningLevel>4</WarningLevel>
35 ····<Prefer32Bit>false</Prefer32Bit>
36 ··</PropertyGroup>
37 ··<ItemGroup>
38 ····<Reference Include="NDO.UISupport">
39 ······<HintPath>..\..\..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
40 ····</Reference>
41 ····<Reference Include="NDOInterfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
42 ······<SpecificVersion>False</SpecificVersion>
43 ······<HintPath>..\..\..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
44 ····</Reference>
45 ····<Reference Include="System" />
46 ····<Reference Include="System.Core" />
47 <Reference Include="System. Data. SQLite, Version=1. 0. 114. 0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
48 <HintPath>. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 114. 0\lib\net451\System. Data. SQLite. dll</HintPath>
49 ····</Reference>
50 ····<Reference Include="System.Drawing" />
51 ····<Reference Include="System.Windows.Forms" />
52 ····<Reference Include="System.Xml.Linq" />
53 ····<Reference Include="Microsoft.CSharp" />
54 ····<Reference Include="System.Data" />
55 ····<Reference Include="System.Xml" />
56 ··</ItemGroup>
57 ··<ItemGroup>
58 ····<Compile Include="SqliteUIProvider.cs" />
59 ····<Compile Include="Properties\AssemblyInfo.cs" />
60 ··</ItemGroup>
61 ··<ItemGroup>
62 ····<None Include="packages.config" />
63 ··</ItemGroup>
64 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65 <Import Project=". . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 114. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets" Condition="Exists( '. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 114. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets') " />
66 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67 ····<PropertyGroup>
68 ······<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
69 ····</PropertyGroup>
70 <Error Condition="!Exists( '. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 114. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets') " Text="$( [System. String]::Format( '$( ErrorText) ', '. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 114. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets') ) " />
71 ··</Target>
72 </Project>
New Commit (37b7958)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" 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>{B535296F-C854-462D-9619-589E939A840E}</ProjectGuid>
8 ····<OutputType>Library</OutputType>
9 ····<AppDesignerFolder>Properties</AppDesignerFolder>
10 ····<RootNamespace>NDO.SqliteUISupport</RootNamespace>
11 ····<AssemblyName>SqliteUISupport</AssemblyName>
12 ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 ····<FileAlignment>512</FileAlignment>
14 ····<TargetFrameworkProfile />
15 ····<NuGetPackageImportStamp>
16 ····</NuGetPackageImportStamp>
17 ··</PropertyGroup>
18 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 ····<DebugSymbols>true</DebugSymbols>
20 ····<DebugType>full</DebugType>
21 ····<Optimize>false</Optimize>
22 ····<OutputPath>bin\Debug\</OutputPath>
23 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
24 ····<ErrorReport>prompt</ErrorReport>
25 ····<WarningLevel>4</WarningLevel>
26 ····<Prefer32Bit>false</Prefer32Bit>
27 ··</PropertyGroup>
28 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 ····<DebugType>pdbonly</DebugType>
30 ····<Optimize>true</Optimize>
31 ····<OutputPath>bin\Release\</OutputPath>
32 ····<DefineConstants>TRACE</DefineConstants>
33 ····<ErrorReport>prompt</ErrorReport>
34 ····<WarningLevel>4</WarningLevel>
35 ····<Prefer32Bit>false</Prefer32Bit>
36 ··</PropertyGroup>
37 ··<ItemGroup>
38 ····<Reference Include="NDO.UISupport">
39 ······<HintPath>..\..\..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
40 ····</Reference>
41 ····<Reference Include="NDOInterfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
42 ······<SpecificVersion>False</SpecificVersion>
43 ······<HintPath>..\..\..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
44 ····</Reference>
45 ····<Reference Include="System" />
46 ····<Reference Include="System.Core" />
47 <Reference Include="System. Data. SQLite, Version=1. 0. 118. 0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
48 <HintPath>. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 118. 0\lib\net451\System. Data. SQLite. dll</HintPath>
49 ····</Reference>
50 ····<Reference Include="System.Drawing" />
51 ····<Reference Include="System.Windows.Forms" />
52 ····<Reference Include="System.Xml.Linq" />
53 ····<Reference Include="Microsoft.CSharp" />
54 ····<Reference Include="System.Data" />
55 ····<Reference Include="System.Xml" />
56 ··</ItemGroup>
57 ··<ItemGroup>
58 ····<Compile Include="SqliteUIProvider.cs" />
59 ····<Compile Include="Properties\AssemblyInfo.cs" />
60 ··</ItemGroup>
61 ··<ItemGroup>
62 ····<None Include="packages.config" />
63 ··</ItemGroup>
64 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65 <Import Project=". . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 118. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets" Condition="Exists( '. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 118. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets') " />
66 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67 ····<PropertyGroup>
68 ······<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
69 ····</PropertyGroup>
70 <Error Condition="!Exists( '. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 118. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets') " Text="$( [System. String]::Format( '$( ErrorText) ', '. . \packages\Stub. System. Data. SQLite. Core. NetFramework. 1. 0. 118. 0\build\net451\Stub. System. Data. SQLite. Core. NetFramework. targets') ) " />
71 ··</Target>
72 </Project>