Datei: NdoDllUnitTests/NdoDllUnitTests.csproj

Last Commit (10db6e2)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 ··<Import Project="..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props" Condition="Exists('..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props')" />
4 ··<Import Project="..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.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>{D1CA4F05-14F3-44F7-AC5C-D305A4FA6A4A}</ProjectGuid>
10 ····<OutputType>Library</OutputType>
11 ····<AppDesignerFolder>Properties</AppDesignerFolder>
12 ····<RootNamespace>NdoDllUnitTests</RootNamespace>
13 ····<AssemblyName>NdoDllUnitTests</AssemblyName>
14 <TargetFrameworkVersion>v4. 7. 1</TargetFrameworkVersion>
15 ····<FileAlignment>512</FileAlignment>
16 ····<NuGetPackageImportStamp>
17 ····</NuGetPackageImportStamp>
18 ····<TargetFrameworkProfile />
19 ··</PropertyGroup>
20 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 ····<DebugSymbols>true</DebugSymbols>
22 ····<DebugType>full</DebugType>
23 ····<Optimize>false</Optimize>
24 ····<OutputPath>bin\Debug\</OutputPath>
25 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
26 ····<ErrorReport>prompt</ErrorReport>
27 ····<WarningLevel>4</WarningLevel>
28 ··</PropertyGroup>
29 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 ····<DebugType>pdbonly</DebugType>
31 ····<Optimize>true</Optimize>
32 ····<OutputPath>bin\Release\</OutputPath>
33 ····<DefineConstants>TRACE</DefineConstants>
34 ····<ErrorReport>prompt</ErrorReport>
35 ····<WarningLevel>4</WarningLevel>
36 ··</PropertyGroup>
37 ··<ItemGroup>
38 ····<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
39 ······<HintPath>..\NDODLL\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
40 ······<Private>True</Private>
41 ····</Reference>
42 ····<Reference Include="Moq, Version=4.5.10.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
43 ······<HintPath>..\NDODLL\packages\Moq.4.5.10\lib\net45\Moq.dll</HintPath>
44 ······<Private>True</Private>
45 ····</Reference>
46 ····<Reference Include="nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
47 ······<HintPath>..\NDODLL\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath>
48 ····</Reference>
49 ····<Reference Include="System" />
50 ····<Reference Include="System.Core" />
51 ····<Reference Include="System.Xml.Linq" />
52 ····<Reference Include="System.Data.DataSetExtensions" />
53 ····<Reference Include="Microsoft.CSharp" />
54 ····<Reference Include="System.Data" />
55 ····<Reference Include="System.Net.Http" />
56 ····<Reference Include="System.Xml" />
57 ··</ItemGroup>
58 ··<ItemGroup>
59 ····<Compile Include="MappingAttributeTests.cs" />
60 ····<Compile Include="MockType.cs" />
61 ····<Compile Include="NDOContainerTestClasses.cs" />
62 ····<Compile Include="NDOContainerTests.cs" />
63 ····<Compile Include="NDODllTests.cs" />
64 ····<Compile Include="Properties\AssemblyInfo.cs" />
65 ··</ItemGroup>
66 ··<ItemGroup>
67 ····<None Include="packages.config" />
68 ··</ItemGroup>
69 ··<ItemGroup>
70 ····<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
71 ··</ItemGroup>
72 ··<ItemGroup>
73 ····<ProjectReference Include="..\NDODLL\NDO.csproj">
74 ······<Project>{ef666155-b2df-4a2f-9de5-839b1b9df98c}</Project>
75 ······<Name>NDO</Name>
76 ····</ProjectReference>
77 ··</ItemGroup>
78 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
80 ····<PropertyGroup>
81 ······<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>
82 ····</PropertyGroup>
83 ····<Error Condition="!Exists('..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
84 ····<Error Condition="!Exists('..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props'))" />
85 ··</Target>
86 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87 ······ Other similar extension points exist, see Microsoft.Common.targets.
88 ··<Target Name="BeforeBuild">
89 ··</Target>
90 ··<Target Name="AfterBuild">
91 ··</Target>
92 ··-->
93 </Project>
New Commit (8c50417)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 ··<Import Project="..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props" Condition="Exists('..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props')" />
4 ··<Import Project="..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.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>{D1CA4F05-14F3-44F7-AC5C-D305A4FA6A4A}</ProjectGuid>
10 ····<OutputType>Library</OutputType>
11 ····<AppDesignerFolder>Properties</AppDesignerFolder>
12 ····<RootNamespace>NdoDllUnitTests</RootNamespace>
13 ····<AssemblyName>NdoDllUnitTests</AssemblyName>
14 <TargetFrameworkVersion>v4. 7. 2</TargetFrameworkVersion>
15 ····<FileAlignment>512</FileAlignment>
16 ····<NuGetPackageImportStamp>
17 ····</NuGetPackageImportStamp>
18 ····<TargetFrameworkProfile />
19 ··</PropertyGroup>
20 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 ····<DebugSymbols>true</DebugSymbols>
22 ····<DebugType>full</DebugType>
23 ····<Optimize>false</Optimize>
24 ····<OutputPath>bin\Debug\</OutputPath>
25 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
26 ····<ErrorReport>prompt</ErrorReport>
27 ····<WarningLevel>4</WarningLevel>
28 ··</PropertyGroup>
29 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 ····<DebugType>pdbonly</DebugType>
31 ····<Optimize>true</Optimize>
32 ····<OutputPath>bin\Release\</OutputPath>
33 ····<DefineConstants>TRACE</DefineConstants>
34 ····<ErrorReport>prompt</ErrorReport>
35 ····<WarningLevel>4</WarningLevel>
36 ··</PropertyGroup>
37 ··<ItemGroup>
38 ····<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
39 ······<HintPath>..\NDODLL\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
40 ······<Private>True</Private>
41 ····</Reference>
42 ····<Reference Include="Moq, Version=4.5.10.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
43 ······<HintPath>..\NDODLL\packages\Moq.4.5.10\lib\net45\Moq.dll</HintPath>
44 ······<Private>True</Private>
45 ····</Reference>
46 ····<Reference Include="nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
47 ······<HintPath>..\NDODLL\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath>
48 ····</Reference>
49 ····<Reference Include="System" />
50 ····<Reference Include="System.Core" />
51 ····<Reference Include="System.Xml.Linq" />
52 ····<Reference Include="System.Data.DataSetExtensions" />
53 ····<Reference Include="Microsoft.CSharp" />
54 ····<Reference Include="System.Data" />
55 ····<Reference Include="System.Net.Http" />
56 ····<Reference Include="System.Xml" />
57 ··</ItemGroup>
58 ··<ItemGroup>
59 ····<Compile Include="MappingAttributeTests.cs" />
60 ····<Compile Include="MockType.cs" />
61 ····<Compile Include="NDOContainerTestClasses.cs" />
62 ····<Compile Include="NDOContainerTests.cs" />
63 ····<Compile Include="NDODllTests.cs" />
64 ····<Compile Include="Properties\AssemblyInfo.cs" />
65 ··</ItemGroup>
66 ··<ItemGroup>
67 ····<None Include="packages.config" />
68 ··</ItemGroup>
69 ··<ItemGroup>
70 ····<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
71 ··</ItemGroup>
72 ··<ItemGroup>
73 ····<ProjectReference Include="..\NDODLL\NDO.csproj">
74 ······<Project>{ef666155-b2df-4a2f-9de5-839b1b9df98c}</Project>
75 ······<Name>NDO</Name>
76 ····</ProjectReference>
77 ··</ItemGroup>
78 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
80 ····<PropertyGroup>
81 ······<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>
82 ····</PropertyGroup>
83 ····<Error Condition="!Exists('..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\NDODLL\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
84 ····<Error Condition="!Exists('..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\NDODLL\packages\NUnit.3.10.1\build\NUnit.props'))" />
85 ··</Target>
86 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87 ······ Other similar extension points exist, see Microsoft.Common.targets.
88 ··<Target Name="BeforeBuild">
89 ··</Target>
90 ··<Target Name="AfterBuild">
91 ··</Target>
92 ··-->
93 </Project>