Datei: NdoJsonFormatter/FormatterUnitTests/FormatterUnitTests.csproj

Last Commit (57b6d0d)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
5 ··<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6 ··<PropertyGroup>
7 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 ····<ProjectGuid>{A08049D6-CB23-457A-A263-4146E296555B}</ProjectGuid>
10 ····<OutputType>Library</OutputType>
11 ····<AppDesignerFolder>Properties</AppDesignerFolder>
12 ····<RootNamespace>FormatterUnitTests</RootNamespace>
13 ····<AssemblyName>FormatterUnitTests</AssemblyName>
14 ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
15 ····<FileAlignment>512</FileAlignment>
16 ····<Deterministic>true</Deterministic>
17 ····<NuGetPackageImportStamp>
18 ····</NuGetPackageImportStamp>
19 ····<TargetFrameworkProfile />
20 ··</PropertyGroup>
21 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 ····<DebugSymbols>true</DebugSymbols>
23 ····<DebugType>full</DebugType>
24 ····<Optimize>false</Optimize>
25 ····<OutputPath>bin\Debug\</OutputPath>
26 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
27 ····<ErrorReport>prompt</ErrorReport>
28 ····<WarningLevel>4</WarningLevel>
29 ··</PropertyGroup>
30 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 ····<DebugType>pdbonly</DebugType>
32 ····<Optimize>true</Optimize>
33 ····<OutputPath>bin\Release\</OutputPath>
34 ····<DefineConstants>TRACE</DefineConstants>
35 ····<ErrorReport>prompt</ErrorReport>
36 ····<WarningLevel>4</WarningLevel>
37 ··</PropertyGroup>
38 ··<ItemGroup>
39 <Reference Include="NDO, Version=4. 0. 0. 0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
40 ······<SpecificVersion>False</SpecificVersion>
41 ······<HintPath>..\..\NDODLL\bin\Debug\net452\NDO.dll</HintPath>
 
 
 
42 ····</Reference>
43 <Reference Include="NDOInterfaces, Version=4. 0. 0. 0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
44 <HintPath>. . \packages\NDOInterfaces. 4. 0. 0\lib\net452\NDOInterfaces. dll</HintPath>
45 ····</Reference>
46 ····<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
47 ······<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
48 ····</Reference>
49 ····<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
50 ······<HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
51 ····</Reference>
52 ····<Reference Include="PureBusinessClasses">
53 ······<HintPath>..\..\IntegrationTests\PureBusinessClasses\bin\Debug\PureBusinessClasses.dll</HintPath>
54 ····</Reference>
55 ····<Reference Include="SqlServerProvider, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
56 ······<HintPath>..\packages\ndo.sqlserver.4.0.0\lib\net452\SqlServerProvider.dll</HintPath>
57 ····</Reference>
58 ····<Reference Include="System" />
59 ····<Reference Include="System.Core" />
60 ····<Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
61 ······<HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
62 ····</Reference>
63 ····<Reference Include="System.Data.SqlClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
64 ······<HintPath>..\packages\System.Data.SqlClient.4.6.0\lib\net451\System.Data.SqlClient.dll</HintPath>
65 ····</Reference>
66 ····<Reference Include="System.Drawing" />
67 ····<Reference Include="System.Xml.Linq" />
68 ····<Reference Include="System.Data.DataSetExtensions" />
69 ····<Reference Include="Microsoft.CSharp" />
70 ····<Reference Include="System.Data" />
71 ····<Reference Include="System.Net.Http" />
72 ····<Reference Include="System.Xml" />
73 ··</ItemGroup>
74 ··<ItemGroup>
75 ····<Compile Include="Tests.cs" />
76 ····<Compile Include="Properties\AssemblyInfo.cs" />
77 ··</ItemGroup>
78 ··<ItemGroup>
79 ····<None Include="packages.config" />
80 ··</ItemGroup>
81 ··<ItemGroup>
82 ····<Content Include="NDOMapping.xml" />
83 ··</ItemGroup>
84 ··<ItemGroup>
85 ····<ProjectReference Include="..\NdoJsonFormatter\NDO.JsonFormatter.csproj">
86 ······<Project>{795a6362-edf4-48ea-ae42-695f9cd85a07}</Project>
87 ······<Name>NDO.JsonFormatter</Name>
88 ····</ProjectReference>
89 ··</ItemGroup>
90 ··<ItemGroup>
91 ····<Content Include="NDOMapping.xml" />
92 ··</ItemGroup>
93 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
95 ····<PropertyGroup>
96 ······<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
97 ····</PropertyGroup>
98 ····<Error Condition="!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
99 ····<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'))" />
100 ····<Error Condition="!Exists('..\..\nuget\ndo.dll.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\nuget\ndo.dll.targets'))" />
101 ··</Target>
102 ··<Import Project="..\..\nuget\ndo.dll.targets" Condition="Exists('..\..\nuget\ndo.dll.targets')" />
103 </Project>
New Commit (4a7e8ab)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
5 ··<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6 ··<PropertyGroup>
7 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 ····<ProjectGuid>{A08049D6-CB23-457A-A263-4146E296555B}</ProjectGuid>
10 ····<OutputType>Library</OutputType>
11 ····<AppDesignerFolder>Properties</AppDesignerFolder>
12 ····<RootNamespace>FormatterUnitTests</RootNamespace>
13 ····<AssemblyName>FormatterUnitTests</AssemblyName>
14 ····<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
15 ····<FileAlignment>512</FileAlignment>
16 ····<Deterministic>true</Deterministic>
17 ····<NuGetPackageImportStamp>
18 ····</NuGetPackageImportStamp>
19 ····<TargetFrameworkProfile />
20 ··</PropertyGroup>
21 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 ····<DebugSymbols>true</DebugSymbols>
23 ····<DebugType>full</DebugType>
24 ····<Optimize>false</Optimize>
25 ····<OutputPath>bin\Debug\</OutputPath>
26 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
27 ····<ErrorReport>prompt</ErrorReport>
28 ····<WarningLevel>4</WarningLevel>
29 ··</PropertyGroup>
30 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 ····<DebugType>pdbonly</DebugType>
32 ····<Optimize>true</Optimize>
33 ····<OutputPath>bin\Release\</OutputPath>
34 ····<DefineConstants>TRACE</DefineConstants>
35 ····<ErrorReport>prompt</ErrorReport>
36 ····<WarningLevel>4</WarningLevel>
37 ··</PropertyGroup>
38 ··<ItemGroup>
39 <Reference Include="NDO">
40 ······<SpecificVersion>False</SpecificVersion>
41 ······<HintPath>..\..\NDODLL\bin\Debug\net452\NDO.dll</HintPath>
42 ····</Reference>
43 ····<Reference Include="NDO.SqlServer, Version=4.0.2.0, Culture=neutral, processorArchitecture=MSIL">
44 ······<HintPath>..\packages\ndo.sqlserver.4.0.2\lib\net452\NDO.SqlServer.dll</HintPath>
45 ····</Reference>
46 <Reference Include="NDOInterfaces, Version=4. 0. 1. 0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
47 <HintPath>. . \packages\NDOInterfaces. 4. 0. 1\lib\net452\NDOInterfaces. dll</HintPath>
48 ····</Reference>
49 ····<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
50 ······<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
51 ····</Reference>
52 ····<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
53 ······<HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
54 ····</Reference>
55 ····<Reference Include="PureBusinessClasses">
56 ······<HintPath>..\..\IntegrationTests\PureBusinessClasses\bin\Debug\PureBusinessClasses.dll</HintPath>
 
 
 
57 ····</Reference>
58 ····<Reference Include="System" />
59 ····<Reference Include="System.Core" />
60 ····<Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
61 ······<HintPath>..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
62 ····</Reference>
63 ····<Reference Include="System.Data.SqlClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
64 ······<HintPath>..\packages\System.Data.SqlClient.4.6.0\lib\net451\System.Data.SqlClient.dll</HintPath>
65 ····</Reference>
66 ····<Reference Include="System.Drawing" />
67 ····<Reference Include="System.Xml.Linq" />
68 ····<Reference Include="System.Data.DataSetExtensions" />
69 ····<Reference Include="Microsoft.CSharp" />
70 ····<Reference Include="System.Data" />
71 ····<Reference Include="System.Net.Http" />
72 ····<Reference Include="System.Xml" />
73 ··</ItemGroup>
74 ··<ItemGroup>
75 ····<Compile Include="Tests.cs" />
76 ····<Compile Include="Properties\AssemblyInfo.cs" />
77 ··</ItemGroup>
78 ··<ItemGroup>
79 ····<None Include="packages.config" />
80 ··</ItemGroup>
81 ··<ItemGroup>
82 ····<Content Include="NDOMapping.xml" />
83 ··</ItemGroup>
84 ··<ItemGroup>
85 ····<ProjectReference Include="..\NdoJsonFormatter\NDO.JsonFormatter.csproj">
86 ······<Project>{795a6362-edf4-48ea-ae42-695f9cd85a07}</Project>
87 ······<Name>NDO.JsonFormatter</Name>
88 ····</ProjectReference>
89 ··</ItemGroup>
90 ··<ItemGroup>
91 ····<Content Include="NDOMapping.xml" />
92 ··</ItemGroup>
93 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
95 ····<PropertyGroup>
96 ······<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
97 ····</PropertyGroup>
98 ····<Error Condition="!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
99 ····<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'))" />
100 ····<Error Condition="!Exists('..\..\nuget\ndo.dll.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\nuget\ndo.dll.targets'))" />
101 ··</Target>
102 ··<Import Project="..\..\nuget\ndo.dll.targets" Condition="Exists('..\..\nuget\ndo.dll.targets')" />
103 </Project>