Datei: IntegrationTests/PureBusinessClasses/PureBusinessClasses.csproj
Last Commit (4e7542c)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 3 | ··<PropertyGroup> |
| 4 | ····<ProjectType>Local</ProjectType> |
| 5 | ····<ProductVersion>9.0.30729</ProductVersion> |
| 6 | ····<SchemaVersion>2.0</SchemaVersion> |
| 7 | ····<ProjectGuid>{45909E1A-974B-413C-8F36-52383F3A62CC}</ProjectGuid> |
| 8 | ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 9 | ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 10 | ····<ApplicationIcon> |
| 11 | ····</ApplicationIcon> |
| 12 | ····<AssemblyKeyContainerName> |
| 13 | ····</AssemblyKeyContainerName> |
| 14 | ····<AssemblyName>PureBusinessClasses</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>PureBusinessClasses</RootNamespace> |
| 23 | ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| 24 | ····<StartupObject> |
| 25 | ····</StartupObject> |
| 26 | ····<FileUpgradeFlags> |
| 27 | ····</FileUpgradeFlags> |
| 28 | ····<UpgradeBackupLocation> |
| 29 | ····</UpgradeBackupLocation> |
| 30 | ····<OldToolsVersion>3.5</OldToolsVersion> |
| 31 | <TargetFrameworkVersion>v4. 8</TargetFrameworkVersion> |
| 32 | ····<PublishUrl>publish\</PublishUrl> |
| 33 | ····<Install>true</Install> |
| 34 | ····<InstallFrom>Disk</InstallFrom> |
| 35 | ····<UpdateEnabled>false</UpdateEnabled> |
| 36 | ····<UpdateMode>Foreground</UpdateMode> |
| 37 | ····<UpdateInterval>7</UpdateInterval> |
| 38 | ····<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 39 | ····<UpdatePeriodically>false</UpdatePeriodically> |
| 40 | ····<UpdateRequired>false</UpdateRequired> |
| 41 | ····<MapFileExtensions>true</MapFileExtensions> |
| 42 | ····<ApplicationRevision>0</ApplicationRevision> |
| 43 | ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 44 | ····<IsWebBootstrapper>false</IsWebBootstrapper> |
| 45 | ····<UseApplicationTrust>false</UseApplicationTrust> |
| 46 | ····<BootstrapperEnabled>true</BootstrapperEnabled> |
| 47 | ····<TargetFrameworkProfile /> |
| 48 | <NuGetPackageImportStamp>50fc758b</NuGetPackageImportStamp> |
| 49 | ··</PropertyGroup> |
| 50 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 51 | ····<OutputPath>bin\Debug\</OutputPath> |
| 52 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 53 | ····<BaseAddress>285212672</BaseAddress> |
| 54 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 55 | ····<ConfigurationOverrideFile> |
| 56 | ····</ConfigurationOverrideFile> |
| 57 | ····<DefineConstants>TRACE;DEBUG;</DefineConstants> |
| 58 | ····<DocumentationFile> |
| 59 | ····</DocumentationFile> |
| 60 | ····<DebugSymbols>true</DebugSymbols> |
| 61 | ····<FileAlignment>4096</FileAlignment> |
| 62 | ····<NoStdLib>false</NoStdLib> |
| 63 | ····<NoWarn> |
| 64 | ····</NoWarn> |
| 65 | ····<Optimize>false</Optimize> |
| 66 | ····<RegisterForComInterop>false</RegisterForComInterop> |
| 67 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 68 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 69 | ····<WarningLevel>4</WarningLevel> |
| 70 | ····<DebugType>full</DebugType> |
| 71 | ····<ErrorReport>prompt</ErrorReport> |
| 72 | ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 73 | ··</PropertyGroup> |
| 74 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 75 | ····<OutputPath>bin\Release\</OutputPath> |
| 76 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 77 | ····<BaseAddress>285212672</BaseAddress> |
| 78 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 79 | ····<ConfigurationOverrideFile> |
| 80 | ····</ConfigurationOverrideFile> |
| 81 | ····<DefineConstants>TRACE;</DefineConstants> |
| 82 | ····<DocumentationFile> |
| 83 | ····</DocumentationFile> |
| 84 | ····<DebugSymbols>false</DebugSymbols> |
| 85 | ····<FileAlignment>4096</FileAlignment> |
| 86 | ····<NoStdLib>false</NoStdLib> |
| 87 | ····<NoWarn> |
| 88 | ····</NoWarn> |
| 89 | ····<Optimize>true</Optimize> |
| 90 | ····<RegisterForComInterop>false</RegisterForComInterop> |
| 91 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 92 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 93 | ····<WarningLevel>4</WarningLevel> |
| 94 | ····<DebugType>none</DebugType> |
| 95 | ····<ErrorReport>prompt</ErrorReport> |
| 96 | ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 97 | ··</PropertyGroup> |
| 98 | ··<ItemGroup> |
| 99 | <Reference Include="NDO, Version=4. 5. 0. 0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL"> |
| 100 | ······<SpecificVersion>False</SpecificVersion> |
| 101 | <HintPath>. . \. . \NDODLL\bin\Debug\netstandard2. 0\NDO. dll</HintPath> |
| 102 | ····</Reference> |
| 103 | ····<Reference Include="NDO.SqlServer"> |
| 104 | ······<HintPath>..\..\Provider\SqlServerProvider\NDO.SqlServer\bin\Debug\net452\NDO.SqlServer.dll</HintPath> |
| 105 | ····</Reference> |
| 106 | ····<Reference Include="NDOInterfaces, Version=4.0.1.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL"> |
| 107 | ······<SpecificVersion>False</SpecificVersion> |
| 108 | ······<HintPath>..\..\NDOInterfaces\bin\Debug\net452\NDOInterfaces.dll</HintPath> |
| 109 | ····</Reference> |
| 110 | ····<Reference Include="System"> |
| 111 | ······<Name>System</Name> |
| 112 | ····</Reference> |
| 113 | ····<Reference Include="System.Data"> |
| 114 | ······<Name>System.Data</Name> |
| 115 | ····</Reference> |
| 116 | ····<Reference Include="System.Data.SqlServerCe"> |
| 117 | ······<HintPath>..\..\SqlCEProvider\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath> |
| 118 | ····</Reference> |
| 119 | ····<Reference Include="System.Drawing"> |
| 120 | ······<Name>System.Drawing</Name> |
| 121 | ····</Reference> |
| 122 | ····<Reference Include="System.Windows.Forms"> |
| 123 | ······<Name>System.Windows.Forms</Name> |
| 124 | ····</Reference> |
| 125 | ····<Reference Include="System.Xml"> |
| 126 | ······<Name>System.XML</Name> |
| 127 | ····</Reference> |
| 128 | ··</ItemGroup> |
| 129 | ··<ItemGroup> |
| 130 | ····<Compile Include="AbstractBaseTestClasses.cs"> |
| 131 | ······<SubType>Code</SubType> |
| 132 | ····</Compile> |
| 133 | ····<Compile Include="Adresse.cs"> |
| 134 | ······<SubType>Code</SubType> |
| 135 | ····</Compile> |
| 136 | ····<Compile Include="AssemblyInfo.cs"> |
| 137 | ······<SubType>Code</SubType> |
| 138 | ····</Compile> |
| 139 | ····<Compile Include="Beleg.cs"> |
| 140 | ······<SubType>Code</SubType> |
| 141 | ····</Compile> |
| 142 | ····<Compile Include="Büro.cs"> |
| 143 | ······<SubType>Code</SubType> |
| 144 | ····</Compile> |
| 145 | ····<Compile Include="ClassWithDIConstructor.cs" /> |
| 146 | ····<Compile Include="ClassWithDIConstructor.ndo.cs"> |
| 147 | ······<DependentUpon>ClassWithDIConstructor.cs</DependentUpon> |
| 148 | ····</Compile> |
| 149 | ····<Compile Include="DoubleRelationClasses.cs" /> |
| 150 | ····<Compile Include="ClassWithBlock.cs"> |
| 151 | ······<SubType>Code</SubType> |
| 152 | ····</Compile> |
| 153 | ····<Compile Include="Contact.cs"> |
| 154 | ······<SubType>Code</SubType> |
| 155 | ····</Compile> |
| 156 | ····<Compile Include="DataTypeTestClasses.cs"> |
| 157 | ······<SubType>Code</SubType> |
| 158 | ····</Compile> |
| 159 | ····<Compile Include="DateTestClasses.cs"> |
| 160 | ······<SubType>Code</SubType> |
| 161 | ····</Compile> |
| 162 | ····<Compile Include="DeleteForeignRelationClasses.cs"> |
| 163 | ······<SubType>Code</SubType> |
| 164 | ····</Compile> |
| 165 | ····<Compile Include="DerivedStateTestClasses.cs"> |
| 166 | ······<SubType>Code</SubType> |
| 167 | ····</Compile> |
| 168 | ····<Compile Include="Device.cs" /> |
| 169 | ····<Compile Include="Email.cs"> |
| 170 | ······<SubType>Code</SubType> |
| 171 | ····</Compile> |
| 172 | ····<Compile Include="Flughafen.cs"> |
| 173 | ······<SubType>Code</SubType> |
| 174 | ····</Compile> |
| 175 | ····<Compile Include="ForeignObjectManipulationClasses.cs"> |
| 176 | ······<SubType>Code</SubType> |
| 177 | ····</Compile> |
| 178 | ····<Compile Include="Institution.cs"> |
| 179 | ······<SubType>Code</SubType> |
| 180 | ····</Compile> |
| 181 | ····<Compile Include="Intermediate.cs"> |
| 182 | ······<SubType>Code</SubType> |
| 183 | ····</Compile> |
| 184 | ····<Compile Include="IntermediateSingle.cs"> |
| 185 | ······<SubType>Code</SubType> |
| 186 | ····</Compile> |
| 187 | ····<Compile Include="Kostenpunkt.cs"> |
| 188 | ······<SubType>Code</SubType> |
| 189 | ····</Compile> |
| 190 | ····<Compile Include="Land.cs"> |
| 191 | ······<SubType>Code</SubType> |
| 192 | ····</Compile> |
| 193 | ····<Compile Include="Manager.cs"> |
| 194 | ······<SubType>Code</SubType> |
| 195 | ····</Compile> |
| 196 | ····<Compile Include="Mitarbeiter.cs"> |
| 197 | ······<SubType>Code</SubType> |
| 198 | ····</Compile> |
| 199 | ····<Compile Include="NestedClasses.cs"> |
| 200 | ······<SubType>Code</SubType> |
| 201 | ····</Compile> |
| 202 | ····<Compile Include="NullableDataContainer.cs" /> |
| 203 | ····<Compile Include="OidTestClasses.cs"> |
| 204 | ······<SubType>Code</SubType> |
| 205 | ····</Compile> |
| 206 | ····<Compile Include="Order.cs"> |
| 207 | ······<SubType>Code</SubType> |
| 208 | ····</Compile> |
| 209 | ····<Compile Include="OrderDetail.cs"> |
| 210 | ······<SubType>Code</SubType> |
| 211 | ····</Compile> |
| 212 | ····<Compile Include="OwnHashcodeParent.cs" /> |
| 213 | ····<Compile Include="Peer.cs"> |
| 214 | ······<SubType>Code</SubType> |
| 215 | ····</Compile> |
| 216 | ····<Compile Include="Person.cs"> |
| 217 | ······<SubType>Code</SubType> |
| 218 | ····</Compile> |
| 219 | ····<Compile Include="PKWFahrt.cs"> |
| 220 | ······<SubType>Code</SubType> |
| 221 | ····</Compile> |
| 222 | ····<Compile Include="Product.cs"> |
| 223 | ······<SubType>Code</SubType> |
| 224 | ····</Compile> |
| 225 | ····<Compile Include="Projekt.cs"> |
| 226 | ······<SubType>Code</SubType> |
| 227 | ····</Compile> |
| 228 | ····<Compile Include="Reise.cs"> |
| 229 | ······<SubType>Code</SubType> |
| 230 | ····</Compile> |
| 231 | ····<Compile Include="Reisebüro.cs"> |
| 232 | ······<SubType>Code</SubType> |
| 233 | ····</Compile> |
| 234 | ····<Compile Include="RowVersionClass.cs" /> |
| 235 | ····<Compile Include="RowVersionClass.ndo.cs"> |
| 236 | ······<DependentUpon>RowVersionClass.cs</DependentUpon> |
| 237 | ····</Compile> |
| 238 | ····<Compile Include="SequenceValue.cs"> |
| 239 | ······<SubType>Code</SubType> |
| 240 | ····</Compile> |
| 241 | ····<Compile Include="Signatur.cs"> |
| 242 | ······<SubType>Code</SubType> |
| 243 | ····</Compile> |
| 244 | ····<Compile Include="Sozialversicherungsnummer.cs"> |
| 245 | ······<SubType>Code</SubType> |
| 246 | ····</Compile> |
| 247 | ····<Compile Include="Subject.cs"> |
| 248 | ······<SubType>Code</SubType> |
| 249 | ····</Compile> |
| 250 | ····<Compile Include="TimeStampContainer.cs"> |
| 251 | ······<SubType>Code</SubType> |
| 252 | ····</Compile> |
| 253 | ····<Compile Include="Topic.cs"> |
| 254 | ······<SubType>Code</SubType> |
| 255 | ····</Compile> |
| 256 | ····<Compile Include="TopicIndirect.cs"> |
| 257 | ······<SubType>Code</SubType> |
| 258 | ····</Compile> |
| 259 | ····<Compile Include="Track.cs"> |
| 260 | ······<SubType>Code</SubType> |
| 261 | ····</Compile> |
| 262 | ····<Compile Include="Zertifikat.cs"> |
| 263 | ······<SubType>Code</SubType> |
| 264 | ····</Compile> |
| 265 | ····<Content Include="bin\Release\PureBusinessClasses.ndo.sql" /> |
| 266 | ····<Content Include="NDOMapping.xml"> |
| 267 | ······<SubType>Designer</SubType> |
| 268 | ····</Content> |
| 269 | ··</ItemGroup> |
| 270 | ··<ItemGroup> |
| 271 | ····<None Include="bin\Debug\PureBusinessClasses.ndo.sql" /> |
| 272 | ····<None Include="bin\Debug\PureBusinessClasses.ndo.xsc"> |
| 273 | ······<DependentUpon>PureBusinessClasses.ndo.xsd</DependentUpon> |
| 274 | ····</None> |
| 275 | ····<None Include="bin\Debug\PureBusinessClasses.ndo.xss"> |
| 276 | ······<DependentUpon>PureBusinessClasses.ndo.xsd</DependentUpon> |
| 277 | ····</None> |
| 278 | ····<None Include="bin\Debug\PureBusinessClasses.ndodiff..sql" /> |
| 279 | ··</ItemGroup> |
| 280 | ··<ItemGroup> |
| 281 | ····<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 282 | ······<Visible>False</Visible> |
| 283 | ······<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 284 | ······<Install>false</Install> |
| 285 | ····</BootstrapperPackage> |
| 286 | ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 287 | ······<Visible>False</Visible> |
| 288 | ······<ProductName>.NET Framework 3.5 SP1</ProductName> |
| 289 | ······<Install>true</Install> |
| 290 | ····</BootstrapperPackage> |
| 291 | ····<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 292 | ······<Visible>False</Visible> |
| 293 | ······<ProductName>Windows Installer 3.1</ProductName> |
| 294 | ······<Install>true</Install> |
| 295 | ····</BootstrapperPackage> |
| 296 | ··</ItemGroup> |
| 297 | ··<ProjectExtensions> |
| 298 | ··</ProjectExtensions> |
| 299 | ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 300 | ··<PropertyGroup> |
| 301 | ····<PreBuildEvent> |
| 302 | ····</PreBuildEvent> |
| 303 | ··</PropertyGroup> |
| 304 | ··<Import Project="..\..\nuget\ndo.dll.targets" /> |
| 305 | </Project> |
New Commit (42f9eb7)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 3 | ··<PropertyGroup> |
| 4 | ····<ProjectType>Local</ProjectType> |
| 5 | ····<ProductVersion>9.0.30729</ProductVersion> |
| 6 | ····<SchemaVersion>2.0</SchemaVersion> |
| 7 | ····<ProjectGuid>{45909E1A-974B-413C-8F36-52383F3A62CC}</ProjectGuid> |
| 8 | ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 9 | ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 10 | ····<ApplicationIcon> |
| 11 | ····</ApplicationIcon> |
| 12 | ····<AssemblyKeyContainerName> |
| 13 | ····</AssemblyKeyContainerName> |
| 14 | ····<AssemblyName>PureBusinessClasses</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>PureBusinessClasses</RootNamespace> |
| 23 | ····<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| 24 | ····<StartupObject> |
| 25 | ····</StartupObject> |
| 26 | ····<FileUpgradeFlags> |
| 27 | ····</FileUpgradeFlags> |
| 28 | ····<UpgradeBackupLocation> |
| 29 | ····</UpgradeBackupLocation> |
| 30 | ····<OldToolsVersion>3.5</OldToolsVersion> |
| 31 | <TargetFrameworkVersion>v4. 5. 2</TargetFrameworkVersion> |
| 32 | ····<PublishUrl>publish\</PublishUrl> |
| 33 | ····<Install>true</Install> |
| 34 | ····<InstallFrom>Disk</InstallFrom> |
| 35 | ····<UpdateEnabled>false</UpdateEnabled> |
| 36 | ····<UpdateMode>Foreground</UpdateMode> |
| 37 | ····<UpdateInterval>7</UpdateInterval> |
| 38 | ····<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 39 | ····<UpdatePeriodically>false</UpdatePeriodically> |
| 40 | ····<UpdateRequired>false</UpdateRequired> |
| 41 | ····<MapFileExtensions>true</MapFileExtensions> |
| 42 | ····<ApplicationRevision>0</ApplicationRevision> |
| 43 | ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 44 | ····<IsWebBootstrapper>false</IsWebBootstrapper> |
| 45 | ····<UseApplicationTrust>false</UseApplicationTrust> |
| 46 | ····<BootstrapperEnabled>true</BootstrapperEnabled> |
| 47 | ····<TargetFrameworkProfile /> |
| 48 | <NuGetPackageImportStamp> |
| 49 | ····</NuGetPackageImportStamp> |
| 50 | ··</PropertyGroup> |
| 51 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 52 | ····<OutputPath>bin\Debug\</OutputPath> |
| 53 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 54 | ····<BaseAddress>285212672</BaseAddress> |
| 55 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 56 | ····<ConfigurationOverrideFile> |
| 57 | ····</ConfigurationOverrideFile> |
| 58 | ····<DefineConstants>TRACE;DEBUG;</DefineConstants> |
| 59 | ····<DocumentationFile> |
| 60 | ····</DocumentationFile> |
| 61 | ····<DebugSymbols>true</DebugSymbols> |
| 62 | ····<FileAlignment>4096</FileAlignment> |
| 63 | ····<NoStdLib>false</NoStdLib> |
| 64 | ····<NoWarn> |
| 65 | ····</NoWarn> |
| 66 | ····<Optimize>false</Optimize> |
| 67 | ····<RegisterForComInterop>false</RegisterForComInterop> |
| 68 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 69 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 70 | ····<WarningLevel>4</WarningLevel> |
| 71 | ····<DebugType>full</DebugType> |
| 72 | ····<ErrorReport>prompt</ErrorReport> |
| 73 | ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 74 | ··</PropertyGroup> |
| 75 | ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 76 | ····<OutputPath>bin\Release\</OutputPath> |
| 77 | ····<AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| 78 | ····<BaseAddress>285212672</BaseAddress> |
| 79 | ····<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| 80 | ····<ConfigurationOverrideFile> |
| 81 | ····</ConfigurationOverrideFile> |
| 82 | ····<DefineConstants>TRACE;</DefineConstants> |
| 83 | ····<DocumentationFile> |
| 84 | ····</DocumentationFile> |
| 85 | ····<DebugSymbols>false</DebugSymbols> |
| 86 | ····<FileAlignment>4096</FileAlignment> |
| 87 | ····<NoStdLib>false</NoStdLib> |
| 88 | ····<NoWarn> |
| 89 | ····</NoWarn> |
| 90 | ····<Optimize>true</Optimize> |
| 91 | ····<RegisterForComInterop>false</RegisterForComInterop> |
| 92 | ····<RemoveIntegerChecks>false</RemoveIntegerChecks> |
| 93 | ····<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| 94 | ····<WarningLevel>4</WarningLevel> |
| 95 | ····<DebugType>none</DebugType> |
| 96 | ····<ErrorReport>prompt</ErrorReport> |
| 97 | ····<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 98 | ··</PropertyGroup> |
| 99 | ··<ItemGroup> |
| 100 | <Reference Include="NDO, Version=4. 0. 11. 0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL"> |
| 101 | ······<SpecificVersion>False</SpecificVersion> |
| 102 | <HintPath>. . \. . \NDODLL\bin\Debug\net452\NDO. dll</HintPath> |
| 103 | ····</Reference> |
| 104 | ····<Reference Include="NDO.SqlServer"> |
| 105 | ······<HintPath>..\..\Provider\SqlServerProvider\NDO.SqlServer\bin\Debug\net452\NDO.SqlServer.dll</HintPath> |
| 106 | ····</Reference> |
| 107 | ····<Reference Include="NDOInterfaces, Version=4.0.1.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL"> |
| 108 | ······<SpecificVersion>False</SpecificVersion> |
| 109 | ······<HintPath>..\..\NDOInterfaces\bin\Debug\net452\NDOInterfaces.dll</HintPath> |
| 110 | ····</Reference> |
| 111 | ····<Reference Include="System"> |
| 112 | ······<Name>System</Name> |
| 113 | ····</Reference> |
| 114 | ····<Reference Include="System.Data"> |
| 115 | ······<Name>System.Data</Name> |
| 116 | ····</Reference> |
| 117 | ····<Reference Include="System.Data.SqlServerCe"> |
| 118 | ······<HintPath>..\..\SqlCEProvider\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath> |
| 119 | ····</Reference> |
| 120 | ····<Reference Include="System.Drawing"> |
| 121 | ······<Name>System.Drawing</Name> |
| 122 | ····</Reference> |
| 123 | ····<Reference Include="System.Windows.Forms"> |
| 124 | ······<Name>System.Windows.Forms</Name> |
| 125 | ····</Reference> |
| 126 | ····<Reference Include="System.Xml"> |
| 127 | ······<Name>System.XML</Name> |
| 128 | ····</Reference> |
| 129 | ··</ItemGroup> |
| 130 | ··<ItemGroup> |
| 131 | ····<Compile Include="AbstractBaseTestClasses.cs"> |
| 132 | ······<SubType>Code</SubType> |
| 133 | ····</Compile> |
| 134 | ····<Compile Include="Adresse.cs"> |
| 135 | ······<SubType>Code</SubType> |
| 136 | ····</Compile> |
| 137 | ····<Compile Include="AssemblyInfo.cs"> |
| 138 | ······<SubType>Code</SubType> |
| 139 | ····</Compile> |
| 140 | ····<Compile Include="Beleg.cs"> |
| 141 | ······<SubType>Code</SubType> |
| 142 | ····</Compile> |
| 143 | ····<Compile Include="Büro.cs"> |
| 144 | ······<SubType>Code</SubType> |
| 145 | ····</Compile> |
| 146 | ····<Compile Include="ClassWithDIConstructor.cs" /> |
| 147 | ····<Compile Include="ClassWithDIConstructor.ndo.cs"> |
| 148 | ······<DependentUpon>ClassWithDIConstructor.cs</DependentUpon> |
| 149 | ····</Compile> |
| 150 | ····<Compile Include="DoubleRelationClasses.cs" /> |
| 151 | ····<Compile Include="ClassWithBlock.cs"> |
| 152 | ······<SubType>Code</SubType> |
| 153 | ····</Compile> |
| 154 | ····<Compile Include="Contact.cs"> |
| 155 | ······<SubType>Code</SubType> |
| 156 | ····</Compile> |
| 157 | ····<Compile Include="DataTypeTestClasses.cs"> |
| 158 | ······<SubType>Code</SubType> |
| 159 | ····</Compile> |
| 160 | ····<Compile Include="DateTestClasses.cs"> |
| 161 | ······<SubType>Code</SubType> |
| 162 | ····</Compile> |
| 163 | ····<Compile Include="DeleteForeignRelationClasses.cs"> |
| 164 | ······<SubType>Code</SubType> |
| 165 | ····</Compile> |
| 166 | ····<Compile Include="DerivedStateTestClasses.cs"> |
| 167 | ······<SubType>Code</SubType> |
| 168 | ····</Compile> |
| 169 | ····<Compile Include="Device.cs" /> |
| 170 | ····<Compile Include="Email.cs"> |
| 171 | ······<SubType>Code</SubType> |
| 172 | ····</Compile> |
| 173 | ····<Compile Include="Flughafen.cs"> |
| 174 | ······<SubType>Code</SubType> |
| 175 | ····</Compile> |
| 176 | ····<Compile Include="ForeignObjectManipulationClasses.cs"> |
| 177 | ······<SubType>Code</SubType> |
| 178 | ····</Compile> |
| 179 | ····<Compile Include="Institution.cs"> |
| 180 | ······<SubType>Code</SubType> |
| 181 | ····</Compile> |
| 182 | ····<Compile Include="Intermediate.cs"> |
| 183 | ······<SubType>Code</SubType> |
| 184 | ····</Compile> |
| 185 | ····<Compile Include="IntermediateSingle.cs"> |
| 186 | ······<SubType>Code</SubType> |
| 187 | ····</Compile> |
| 188 | ····<Compile Include="Kostenpunkt.cs"> |
| 189 | ······<SubType>Code</SubType> |
| 190 | ····</Compile> |
| 191 | ····<Compile Include="Land.cs"> |
| 192 | ······<SubType>Code</SubType> |
| 193 | ····</Compile> |
| 194 | ····<Compile Include="Manager.cs"> |
| 195 | ······<SubType>Code</SubType> |
| 196 | ····</Compile> |
| 197 | ····<Compile Include="Mitarbeiter.cs"> |
| 198 | ······<SubType>Code</SubType> |
| 199 | ····</Compile> |
| 200 | ····<Compile Include="NestedClasses.cs"> |
| 201 | ······<SubType>Code</SubType> |
| 202 | ····</Compile> |
| 203 | ····<Compile Include="NullableDataContainer.cs" /> |
| 204 | ····<Compile Include="OidTestClasses.cs"> |
| 205 | ······<SubType>Code</SubType> |
| 206 | ····</Compile> |
| 207 | ····<Compile Include="Order.cs"> |
| 208 | ······<SubType>Code</SubType> |
| 209 | ····</Compile> |
| 210 | ····<Compile Include="OrderDetail.cs"> |
| 211 | ······<SubType>Code</SubType> |
| 212 | ····</Compile> |
| 213 | ····<Compile Include="OwnHashcodeParent.cs" /> |
| 214 | ····<Compile Include="Peer.cs"> |
| 215 | ······<SubType>Code</SubType> |
| 216 | ····</Compile> |
| 217 | ····<Compile Include="Person.cs"> |
| 218 | ······<SubType>Code</SubType> |
| 219 | ····</Compile> |
| 220 | ····<Compile Include="PKWFahrt.cs"> |
| 221 | ······<SubType>Code</SubType> |
| 222 | ····</Compile> |
| 223 | ····<Compile Include="Product.cs"> |
| 224 | ······<SubType>Code</SubType> |
| 225 | ····</Compile> |
| 226 | ····<Compile Include="Projekt.cs"> |
| 227 | ······<SubType>Code</SubType> |
| 228 | ····</Compile> |
| 229 | ····<Compile Include="Reise.cs"> |
| 230 | ······<SubType>Code</SubType> |
| 231 | ····</Compile> |
| 232 | ····<Compile Include="Reisebüro.cs"> |
| 233 | ······<SubType>Code</SubType> |
| 234 | ····</Compile> |
| 235 | ····<Compile Include="RowVersionClass.cs" /> |
| 236 | ····<Compile Include="RowVersionClass.ndo.cs"> |
| 237 | ······<DependentUpon>RowVersionClass.cs</DependentUpon> |
| 238 | ····</Compile> |
| 239 | ····<Compile Include="SequenceValue.cs"> |
| 240 | ······<SubType>Code</SubType> |
| 241 | ····</Compile> |
| 242 | ····<Compile Include="Signatur.cs"> |
| 243 | ······<SubType>Code</SubType> |
| 244 | ····</Compile> |
| 245 | ····<Compile Include="Sozialversicherungsnummer.cs"> |
| 246 | ······<SubType>Code</SubType> |
| 247 | ····</Compile> |
| 248 | ····<Compile Include="Subject.cs"> |
| 249 | ······<SubType>Code</SubType> |
| 250 | ····</Compile> |
| 251 | ····<Compile Include="TimeStampContainer.cs"> |
| 252 | ······<SubType>Code</SubType> |
| 253 | ····</Compile> |
| 254 | ····<Compile Include="Topic.cs"> |
| 255 | ······<SubType>Code</SubType> |
| 256 | ····</Compile> |
| 257 | ····<Compile Include="TopicIndirect.cs"> |
| 258 | ······<SubType>Code</SubType> |
| 259 | ····</Compile> |
| 260 | ····<Compile Include="Track.cs"> |
| 261 | ······<SubType>Code</SubType> |
| 262 | ····</Compile> |
| 263 | ····<Compile Include="Zertifikat.cs"> |
| 264 | ······<SubType>Code</SubType> |
| 265 | ····</Compile> |
| 266 | ····<Content Include="bin\Release\PureBusinessClasses.ndo.sql" /> |
| 267 | ····<Content Include="NDOMapping.xml"> |
| 268 | ······<SubType>Designer</SubType> |
| 269 | ····</Content> |
| 270 | ··</ItemGroup> |
| 271 | ··<ItemGroup> |
| 272 | ····<None Include="bin\Debug\PureBusinessClasses.ndo.sql" /> |
| 273 | ····<None Include="bin\Debug\PureBusinessClasses.ndo.xsc"> |
| 274 | ······<DependentUpon>PureBusinessClasses.ndo.xsd</DependentUpon> |
| 275 | ····</None> |
| 276 | ····<None Include="bin\Debug\PureBusinessClasses.ndo.xss"> |
| 277 | ······<DependentUpon>PureBusinessClasses.ndo.xsd</DependentUpon> |
| 278 | ····</None> |
| 279 | ····<None Include="bin\Debug\PureBusinessClasses.ndodiff..sql" /> |
| 280 | ··</ItemGroup> |
| 281 | ··<ItemGroup> |
| 282 | ····<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 283 | ······<Visible>False</Visible> |
| 284 | ······<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 285 | ······<Install>false</Install> |
| 286 | ····</BootstrapperPackage> |
| 287 | ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 288 | ······<Visible>False</Visible> |
| 289 | ······<ProductName>.NET Framework 3.5 SP1</ProductName> |
| 290 | ······<Install>true</Install> |
| 291 | ····</BootstrapperPackage> |
| 292 | ····<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 293 | ······<Visible>False</Visible> |
| 294 | ······<ProductName>Windows Installer 3.1</ProductName> |
| 295 | ······<Install>true</Install> |
| 296 | ····</BootstrapperPackage> |
| 297 | ··</ItemGroup> |
| 298 | ··<ProjectExtensions> |
| 299 | ··</ProjectExtensions> |
| 300 | ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 301 | ··<PropertyGroup> |
| 302 | ····<PreBuildEvent> |
| 303 | ····</PreBuildEvent> |
| 304 | ··</PropertyGroup> |
| 305 | ··<Import Project="..\..\nuget\ndo.dll.targets" /> |
| 306 | </Project> |