Datei: Provider/FirebirdNdoProvider/FirebirdUISupport/FirebirdUISupport.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>{83F1D317-A9F0-4990-AABC-8EDA7DA28EEC}</ProjectGuid>
8 ····<OutputType>Library</OutputType>
9 ····<AppDesignerFolder>Properties</AppDesignerFolder>
10 ····<RootNamespace>FirebirdUISupport</RootNamespace>
11 ····<AssemblyName>FirebirdUISupport</AssemblyName>
12 <TargetFrameworkVersion>v4. 5. 2</TargetFrameworkVersion>
13 ····<FileAlignment>512</FileAlignment>
 
14 ··</PropertyGroup>
15 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 ····<DebugSymbols>true</DebugSymbols>
17 ····<DebugType>full</DebugType>
18 ····<Optimize>false</Optimize>
19 ····<OutputPath>bin\Debug\</OutputPath>
20 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
21 ····<ErrorReport>prompt</ErrorReport>
22 ····<WarningLevel>4</WarningLevel>
23 ··</PropertyGroup>
24 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 ····<DebugType>pdbonly</DebugType>
26 ····<Optimize>true</Optimize>
27 ····<OutputPath>bin\Release\</OutputPath>
28 ····<DefineConstants>TRACE</DefineConstants>
29 ····<ErrorReport>prompt</ErrorReport>
30 ····<WarningLevel>4</WarningLevel>
31 ··</PropertyGroup>
32 ··<ItemGroup>
33 <Reference Include="FirebirdSql. Data. FirebirdClient, Version=5. 12. 1. 0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
34 <HintPath>. . \packages\FirebirdSql. Data. FirebirdClient. 5. 12. 1\lib\net452\FirebirdSql. Data. FirebirdClient. dll</HintPath>
35 ····</Reference>
36 ····<Reference Include="NDO.UISupport">
37 ······<HintPath>..\..\..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
38 ····</Reference>
39 ····<Reference Include="NDOInterfaces">
40 ······<HintPath>..\..\..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
41 ····</Reference>
42 ····<Reference Include="System" />
43 ····<Reference Include="System.Core" />
44 ····<Reference Include="System.Drawing" />
 
 
 
 
 
 
45 ····<Reference Include="System.Windows.Forms" />
46 ····<Reference Include="System.Xml.Linq" />
47 ····<Reference Include="System.Data.DataSetExtensions" />
48 ····<Reference Include="Microsoft.CSharp" />
49 ····<Reference Include="System.Data" />
50 ····<Reference Include="System.Net.Http" />
51 ····<Reference Include="System.Xml" />
52 ··</ItemGroup>
53 ··<ItemGroup>
54 ····<Compile Include="ConnectionDialog.cs">
55 ······<SubType>Form</SubType>
56 ····</Compile>
57 ····<Compile Include="FirebirdUIProvider.cs" />
58 ····<Compile Include="Properties\AssemblyInfo.cs" />
59 ··</ItemGroup>
60 ··<ItemGroup>
61 ····<EmbeddedResource Include="ConnectionDialog.resx">
62 ······<DependentUpon>ConnectionDialog.cs</DependentUpon>
63 ····</EmbeddedResource>
64 ··</ItemGroup>
65 ··<ItemGroup>
66 ····<None Include="packages.config" />
67 ··</ItemGroup>
68 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69 </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>{83F1D317-A9F0-4990-AABC-8EDA7DA28EEC}</ProjectGuid>
8 ····<OutputType>Library</OutputType>
9 ····<AppDesignerFolder>Properties</AppDesignerFolder>
10 ····<RootNamespace>FirebirdUISupport</RootNamespace>
11 ····<AssemblyName>FirebirdUISupport</AssemblyName>
12 <TargetFrameworkVersion>v4. 7. 2</TargetFrameworkVersion>
13 ····<FileAlignment>512</FileAlignment>
14 ····<TargetFrameworkProfile />
15 ··</PropertyGroup>
16 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 ····<DebugSymbols>true</DebugSymbols>
18 ····<DebugType>full</DebugType>
19 ····<Optimize>false</Optimize>
20 ····<OutputPath>bin\Debug\</OutputPath>
21 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
22 ····<ErrorReport>prompt</ErrorReport>
23 ····<WarningLevel>4</WarningLevel>
24 ··</PropertyGroup>
25 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 ····<DebugType>pdbonly</DebugType>
27 ····<Optimize>true</Optimize>
28 ····<OutputPath>bin\Release\</OutputPath>
29 ····<DefineConstants>TRACE</DefineConstants>
30 ····<ErrorReport>prompt</ErrorReport>
31 ····<WarningLevel>4</WarningLevel>
32 ··</PropertyGroup>
33 ··<ItemGroup>
34 <Reference Include="FirebirdSql. Data. FirebirdClient, Version=10. 0. 0. 0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
35 <HintPath>. . \packages\FirebirdSql. Data. FirebirdClient. 10. 0. 0\lib\netstandard2. 0\FirebirdSql. Data. FirebirdClient. dll</HintPath>
36 ····</Reference>
37 ····<Reference Include="NDO.UISupport">
38 ······<HintPath>..\..\..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
39 ····</Reference>
40 ····<Reference Include="NDOInterfaces">
41 ······<HintPath>..\..\..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
42 ····</Reference>
43 ····<Reference Include="System" />
44 ····<Reference Include="System.Core" />
45 ····<Reference Include="System.Drawing" />
46 ····<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
47 ······<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
48 ····</Reference>
49 ····<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
50 ······<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
51 ····</Reference>
52 ····<Reference Include="System.Windows.Forms" />
53 ····<Reference Include="System.Xml.Linq" />
54 ····<Reference Include="System.Data.DataSetExtensions" />
55 ····<Reference Include="Microsoft.CSharp" />
56 ····<Reference Include="System.Data" />
57 ····<Reference Include="System.Net.Http" />
58 ····<Reference Include="System.Xml" />
59 ··</ItemGroup>
60 ··<ItemGroup>
61 ····<Compile Include="ConnectionDialog.cs">
62 ······<SubType>Form</SubType>
63 ····</Compile>
64 ····<Compile Include="FirebirdUIProvider.cs" />
65 ····<Compile Include="Properties\AssemblyInfo.cs" />
66 ··</ItemGroup>
67 ··<ItemGroup>
68 ····<EmbeddedResource Include="ConnectionDialog.resx">
69 ······<DependentUpon>ConnectionDialog.cs</DependentUpon>
70 ····</EmbeddedResource>
71 ··</ItemGroup>
72 ··<ItemGroup>
73 ····<None Include="packages.config" />
74 ··</ItemGroup>
75 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76 </Project>