Datei: Provider/SqlServerProvider/SqlServerUISupport/SqlServerUISupport.csproj

Last Commit (3e2eeb5)
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>{ 8A7009F1-F742-4193-ACCD-564B97A788F3} </ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>SqlServerUISupport</RootNamespace>
11 <AssemblyName>SqlServerUISupport</AssemblyName>
12 <TargetFrameworkVersion>v4. 8</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="NDO. UISupport">
35 <HintPath>. . \. . \. . \UISupport\NDO. UISupport\bin\$( Configuration) \NDO. UISupport. dll</HintPath>
36 ····</Reference>
37 ····<Reference Include="System" />
38 ····<Reference Include="System.Windows.Forms" />
39 ··</ItemGroup>
40 ··<ItemGroup>
41 <Compile Include="SqlServerUIProvider. cs" />
42 <Compile Include="Properties\AssemblyInfo. cs" />
 
 
43 ··</ItemGroup>
44 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
45 </Project>
New Commit (26ee8d3)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project Sdk="Microsoft. NET. Sdk">
3 <Import Project="SourceRevisionId. props" Condition="Exists( 'SourceRevisionId. props') " />
4 ····<PropertyGroup>
5 <TargetFramework>net4. 8</TargetFramework>
6 <Version>5. 0. 0</Version>
7 <AssemblyVersion>5. 0. 0. 0</AssemblyVersion>
8 <FileVersion>5. 0. 0. 0</FileVersion>
9 <ProductName>NDO. SqlServerUISupport</ProductName>
10 <Copyright>( c) 2002 - 2025, Mirko Matytschak, Velden, Germany</Copyright>
11 <Authors>Mirko Matytschak</Authors>
12 <Company>Mirko Matytschak</Company>
 
 
13 ····</PropertyGroup>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14 ····<ItemGroup>
15 <Reference Include="System. Windows. Forms"></Reference>
16 <Reference Include=". . \. . \. . \UISupport\NDO. UISupport\bin\Release\NDO. UISupport. dll"></Reference>
 
 
 
17 ····</ItemGroup>
18 ····<ItemGroup>
19 <PackageReference Include="NDOInterfaces" Version="5. 0. 0" />
20 <PackageReference Include="PatchProductVersion" Version="1. 0. 3" >
21 ············<PrivateAssets>all</PrivateAssets>
22 ········</PackageReference>
23 ····</ItemGroup>
 
24 </Project>