Datei: UnitTestGenerator/PersistentClasses/PersistentClasses.csproj

Last Commit (ab2cdbc)
1 <?xml version="1. 0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas. microsoft. com/developer/msbuild/2003" ToolsVersion="12. 0">
3 ··<PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>8. 0. 50727</ProductVersion>
6 <SchemaVersion>2. 0</SchemaVersion>
7 ····<ProjectGuid>{AA84E8A9-BE56-4A65-8AC2-29F25D47AB27}</ProjectGuid>
8 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 ····<ApplicationIcon>
11 ····</ApplicationIcon>
12 ····<AssemblyKeyContainerName>
13 ····</AssemblyKeyContainerName>
14 ····<AssemblyName>PersistentClasses</AssemblyName>
15 ····<AssemblyOriginatorKeyFile>
16 ····</AssemblyOriginatorKeyFile>
17 ····<DefaultClientScript>JScript</DefaultClientScript>
18 ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
19 ····<DefaultTargetSchema>IE50</DefaultTargetSchema>
20 ····<DelaySign>false</DelaySign>
21 ····<OutputType>Library</OutputType>
22 ····<RootNamespace>PersistentClasses</RootNamespace>
23 ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
24 ····<StartupObject>
25 ····</StartupObject>
26 ····<FileUpgradeFlags>
27 ····</FileUpgradeFlags>
28 ····<UpgradeBackupLocation>
29 ····</UpgradeBackupLocation>
30 ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
31 ····<OldToolsVersion>2.0</OldToolsVersion>
32 ····<TargetFrameworkProfile />
33 ····<NuGetPackageImportStamp>3690f7be</NuGetPackageImportStamp>
34 ··</PropertyGroup>
35 <PropertyGroup Condition=" '$( Configuration) |$( Platform) ' == 'Debug|AnyCPU' ">
36 ····<OutputPath>bin\Debug\</OutputPath>
37 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
38 ····<BaseAddress>285212672</BaseAddress>
39 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
40 ····<ConfigurationOverrideFile>
41 ····</ConfigurationOverrideFile>
42 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
43 ····<DocumentationFile>
44 ····</DocumentationFile>
45 ····<DebugSymbols>true</DebugSymbols>
46 ····<FileAlignment>4096</FileAlignment>
47 ····<NoStdLib>false</NoStdLib>
48 ····<NoWarn>
49 ····</NoWarn>
50 ····<Optimize>false</Optimize>
51 ····<RegisterForComInterop>false</RegisterForComInterop>
52 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
53 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
54 ····<WarningLevel>4</WarningLevel>
55 ····<DebugType>full</DebugType>
56 ····<ErrorReport>prompt</ErrorReport>
57 ····<Prefer32Bit>false</Prefer32Bit>
58 ··</PropertyGroup>
59 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
60 ····<OutputPath>bin\Release\</OutputPath>
61 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
62 ····<BaseAddress>285212672</BaseAddress>
63 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
64 ····<ConfigurationOverrideFile>
65 ····</ConfigurationOverrideFile>
66 ····<DefineConstants>TRACE</DefineConstants>
67 ····<DocumentationFile>
68 ····</DocumentationFile>
69 ····<DebugSymbols>false</DebugSymbols>
70 ····<FileAlignment>4096</FileAlignment>
71 ····<NoStdLib>false</NoStdLib>
72 ····<NoWarn>
73 ····</NoWarn>
74 ····<Optimize>true</Optimize>
75 ····<RegisterForComInterop>false</RegisterForComInterop>
76 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
77 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
78 ····<WarningLevel>4</WarningLevel>
79 ····<DebugType>none</DebugType>
80 ····<ErrorReport>prompt</ErrorReport>
81 ····<Prefer32Bit>false</Prefer32Bit>
82 ··</PropertyGroup>
83 ··<ItemGroup>
84 ····<Reference Include="NDO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
85 ······<SpecificVersion>False</SpecificVersion>
86 ······<HintPath>..\..\NDODLL\bin\Debug\net452\NDO.dll</HintPath>
87 ····</Reference>
88 ····<Reference Include="NDO.SqlServer">
89 ······<HintPath>..\..\Provider\SqlServerProvider\NDO.SqlServer\bin\Debug\net452\NDO.SqlServer.dll</HintPath>
90 ····</Reference>
91 ····<Reference Include="NDOInterfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
92 ······<SpecificVersion>False</SpecificVersion>
93 ······<HintPath>..\..\NDOInterfaces\bin\Debug\net452\NDOInterfaces.dll</HintPath>
94 ····</Reference>
95 ····<Reference Include="System">
96 ······<Name>System</Name>
97 ····</Reference>
98 ····<Reference Include="System.Data">
99 ······<Name>System.Data</Name>
100 ····</Reference>
101 ····<Reference Include="System.Xml">
102 ······<Name>System.XML</Name>
103 ····</Reference>
104 ··</ItemGroup>
105 ··<ItemGroup>
106 ····<Compile Include="AssemblyInfo.cs">
107 ······<SubType>Code</SubType>
108 ····</Compile>
109 ····<Compile Include="PersistentClasses.cs">
110 ······<SubType>Code</SubType>
111 ····</Compile>
112 ··</ItemGroup>
113 ··<ItemGroup>
114 ····<Content Include="NDOMapping.xml" />
115 ··</ItemGroup>
116 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
117 ··<PropertyGroup>
118 ····<PreBuildEvent>
119 ····</PreBuildEvent>
120 ····<PostBuildEvent>
121 ····</PostBuildEvent>
122 ··</PropertyGroup>
123 ··<Import Project="..\..\nuget\ndo.dll.targets" Condition="Exists('..\..\nuget\ndo.dll.targets')" />
124 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
125 ····<PropertyGroup>
126 ······<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.··For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
127 ····</PropertyGroup>
128 ····<Error Condition="!Exists('..\..\nuget\ndo.dll.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\nuget\ndo.dll.targets'))" />
129 ··</Target>
130 </Project>
 
New Commit (72f6226)
1 <Project Sdk="Microsoft. NET. Sdk">
2
3 ··<PropertyGroup>
4 <TargetFramework>net8. 0</TargetFramework>
5 <ImplicitUsings>enable</ImplicitUsings>
6 <Nullable>enable</Nullable>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7 ··</PropertyGroup>
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9 </Project>
10