Datei: UnitTestGenerator/UnitTests/UnitTests.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 ··<Import Project="..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" />
4 ··<Import Project="..\packages\NUnit.3.11.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
5 ··<PropertyGroup>
6 <ProjectType>Local</ProjectType>
7 <ProductVersion>8. 0. 50727</ProductVersion>
8 <SchemaVersion>2. 0</SchemaVersion>
9 ····<ProjectGuid>{150028B3-09DE-47D4-98C0-A507FADE9618}</ProjectGuid>
10 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
11 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
12 ····<ApplicationIcon>App.ico</ApplicationIcon>
13 ····<AssemblyKeyContainerName>
14 ····</AssemblyKeyContainerName>
15 ····<AssemblyName>UnitTests</AssemblyName>
16 ····<AssemblyOriginatorKeyFile>
17 ····</AssemblyOriginatorKeyFile>
18 ····<DefaultClientScript>JScript</DefaultClientScript>
19 ····<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
20 ····<DefaultTargetSchema>IE50</DefaultTargetSchema>
21 ····<DelaySign>false</DelaySign>
22 ····<OutputType>Exe</OutputType>
23 ····<RootNamespace>UnitTests</RootNamespace>
24 ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
25 ····<StartupObject>
26 ····</StartupObject>
27 ····<FileUpgradeFlags>
28 ····</FileUpgradeFlags>
29 ····<UpgradeBackupLocation>
30 ····</UpgradeBackupLocation>
31 ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
32 ····<OldToolsVersion>2.0</OldToolsVersion>
33 ····<TargetFrameworkProfile />
34 ····<NuGetPackageImportStamp>
35 ····</NuGetPackageImportStamp>
36 ··</PropertyGroup>
37 <PropertyGroup Condition=" '$( Configuration) |$( Platform) ' == 'Debug|AnyCPU' ">
38 ····<OutputPath>bin\Debug\</OutputPath>
39 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
40 ····<BaseAddress>285212672</BaseAddress>
41 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
42 ····<ConfigurationOverrideFile>
43 ····</ConfigurationOverrideFile>
44 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
45 ····<DocumentationFile>
46 ····</DocumentationFile>
47 ····<DebugSymbols>true</DebugSymbols>
48 ····<FileAlignment>4096</FileAlignment>
49 ····<NoStdLib>false</NoStdLib>
50 ····<NoWarn>
51 ····</NoWarn>
52 ····<Optimize>false</Optimize>
53 ····<RegisterForComInterop>false</RegisterForComInterop>
54 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
55 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
56 ····<WarningLevel>4</WarningLevel>
57 ····<DebugType>full</DebugType>
58 ····<ErrorReport>prompt</ErrorReport>
59 ····<Prefer32Bit>false</Prefer32Bit>
60 ··</PropertyGroup>
61 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
62 ····<OutputPath>bin\Release\</OutputPath>
63 ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
64 ····<BaseAddress>285212672</BaseAddress>
65 ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
66 ····<ConfigurationOverrideFile>
67 ····</ConfigurationOverrideFile>
68 ····<DefineConstants>TRACE</DefineConstants>
69 ····<DocumentationFile>
70 ····</DocumentationFile>
71 ····<DebugSymbols>false</DebugSymbols>
72 ····<FileAlignment>4096</FileAlignment>
73 ····<NoStdLib>false</NoStdLib>
74 ····<NoWarn>
75 ····</NoWarn>
76 ····<Optimize>true</Optimize>
77 ····<RegisterForComInterop>false</RegisterForComInterop>
78 ····<RemoveIntegerChecks>false</RemoveIntegerChecks>
79 ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
80 ····<WarningLevel>4</WarningLevel>
81 ····<DebugType>none</DebugType>
82 ····<ErrorReport>prompt</ErrorReport>
83 ····<Prefer32Bit>false</Prefer32Bit>
84 ··</PropertyGroup>
85 ··<ItemGroup>
86 <Reference Include="NDO, Version=3. 0. 0. 5, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
87 <SpecificVersion>False</SpecificVersion>
88 <HintPath>. . \. . \NDODLL\bin\Debug\net452\NDO. dll</HintPath>
89 </Reference>
90 <Reference Include="NDO. SqlServer">
91 <HintPath>. . \. . \Provider\SqlServerProvider\NDO. SqlServer\bin\Debug\net452\NDO. SqlServer. dll</HintPath>
92 ····</Reference>
93 ····<Reference Include="NDOInterfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
94 ······<SpecificVersion>False</SpecificVersion>
95 ······<HintPath>..\..\NDOInterfaces\bin\Debug\net452\NDOInterfaces.dll</HintPath>
96 ····</Reference>
97 ····<Reference Include="nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
98 ······<HintPath>..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll</HintPath>
99 ····</Reference>
100 ····<Reference Include="System">
101 ······<Name>System</Name>
102 ····</Reference>
103 ····<Reference Include="System.Data">
104 ······<Name>System.Data</Name>
105 ····</Reference>
106 ····<Reference Include="System.Xml">
107 ······<Name>System.XML</Name>
108 ····</Reference>
109 ····<ProjectReference Include="..\PersistentClasses\PersistentClasses.csproj">
110 ······<Name>PersistentClasses</Name>
111 ······<Project>{AA84E8A9-BE56-4A65-8AC2-29F25D47AB27}</Project>
112 ······<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
113 ····</ProjectReference>
114 ··</ItemGroup>
 
115 ··<ItemGroup>
116 <Content Include="App. ico" />
117 ····<Content Include="bin\Debug\UnitTests.ndo.sql" />
118 ····<Content Include="NDOMapping.xml" />
119 ····<Compile Include="AssemblyInfo.cs">
120 ······<SubType>Code</SubType>
121 ····</Compile>
122 ····<Compile Include="MappingUnitTests.cs" />
123 ····<Compile Include="TestRunner.cs">
124 ······<SubType>Code</SubType>
125 ····</Compile>
126 ····<Compile Include="UnitTests.cs">
127 ······<SubType>Code</SubType>
128 ····</Compile>
129 ····<None Include="app.config" />
130 ····<None Include="bin\Debug\UnitTests.ndo.xsx" />
131 ····<None Include="packages.config" />
132 ··</ItemGroup>
133 <Import Project="$( MSBuildBinPath) \Microsoft. CSharp. targets" />
134 ··<PropertyGroup>
135 ····<PreBuildEvent>
136 ····</PreBuildEvent>
137 ····<PostBuildEvent>
138 ····</PostBuildEvent>
139 ··</PropertyGroup>
140 ··<Import Project="..\..\nuget\ndo.dll.targets" Condition="Exists('..\..\nuget\ndo.dll.targets')" />
141 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
142 ····<PropertyGroup>
143 ······<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>
144 ····</PropertyGroup>
145 ····<Error Condition="!Exists('..\..\nuget\ndo.dll.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\nuget\ndo.dll.targets'))" />
146 ····<Error Condition="!Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
147 ····<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.15.1\build\net35\NUnit3TestAdapter.props'))" />
148 ··</Target>
149 </Project>
 
New Commit (72f6226)
1 <Project Sdk="Microsoft. NET. Sdk">
2
 
 
3 ····<PropertyGroup>
4 <TargetFramework>net8. 0</TargetFramework>
5 <ImplicitUsings>disable</ImplicitUsings>
6 <Nullable>disable</Nullable>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7 ····</PropertyGroup>
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9 ····<ItemGroup>
10 <PackageReference Include="Microsoft. NET. Test. Sdk" Version="17. 14. 1" />
11 <PackageReference Include="NUnit" Version="4. 3. 2" />
12 <PackageReference Include="NUnit3TestAdapter" Version="5. 0. 0" />
13 <PackageReference Include="NDO. dll" Version="5. 0. 0" />
14 <PackageReference Include="NDOInterfaces" Version="5. 0. 0" />
15 <PackageReference Include="NDO. SqlServer" Version="5. 0. 0" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16 ····</ItemGroup>
17
18 ····<ItemGroup>
19 <ProjectReference Include=". . \PersistentClasses\PersistentClasses. csproj" />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20 ····</ItemGroup>
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22 </Project>
23