Datei: Provider/OracleProvider/OracleUISupport/OracleUISupport.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>{ BD611655-F744-454A-A4C1-2AA9087C98BF} </ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>OracleUISupport</RootNamespace>
11 <AssemblyName>OracleUISupport</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.Core" />
39 ····<Reference Include="System.Drawing" />
40 ····<Reference Include="System.Windows.Forms" />
41 ····<Reference Include="System.Xml.Linq" />
42 ····<Reference Include="System.Data.DataSetExtensions" />
43 ····<Reference Include="Microsoft.CSharp" />
44 ····<Reference Include="System.Data" />
45 ····<Reference Include="System.Net.Http" />
46 ····<Reference Include="System.Xml" />
47 ··</ItemGroup>
48 ··<ItemGroup>
49 <Compile Include="OracleUIProvider. cs" />
50 <Compile Include="Properties\AssemblyInfo. cs" />
 
 
51 ··</ItemGroup>
52 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53 </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. OracleUISupport</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>