Skip to content

Commit 643f04e

Browse files
committed
Remove intermediate targets
1 parent 9f44da1 commit 643f04e

File tree

2 files changed

+88
-90
lines changed

2 files changed

+88
-90
lines changed
Lines changed: 87 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,94 @@
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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4-
<PropertyGroup>
5-
<SignAssembly>true</SignAssembly>
6-
</PropertyGroup>
7-
<PropertyGroup>
8-
<AssemblyOriginatorKeyFile>Open.Nat.snk</AssemblyOriginatorKeyFile>
9-
</PropertyGroup>
10-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 3.5|AnyCPU'">
11-
<OutputPath>bin\Debug\net35\</OutputPath>
12-
<DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
13-
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
14-
<OutputType>Library</OutputType>
15-
<AppDesignerFolder>Properties</AppDesignerFolder>
16-
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
17-
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
18-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19-
<FileAlignment>512</FileAlignment>
20-
</PropertyGroup>
21-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU'">
22-
<OutputPath>bin\Debug\net45\</OutputPath>
23-
<DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
24-
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
25-
<OutputType>Library</OutputType>
26-
<AppDesignerFolder>Properties</AppDesignerFolder>
27-
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
28-
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
29-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
30-
<FileAlignment>512</FileAlignment>
31-
</PropertyGroup>
32-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 3.5|AnyCPU'">
33-
<OutputPath>bin\Release\net35\</OutputPath>
34-
<DefineConstants>NET35</DefineConstants>
35-
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
36-
<OutputType>Library</OutputType>
37-
<AppDesignerFolder>Properties</AppDesignerFolder>
38-
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
39-
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
40-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
41-
<FileAlignment>512</FileAlignment>
42-
</PropertyGroup>
43-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU'">
44-
<OutputPath>bin\Release\net45\</OutputPath>
45-
<DefineConstants>NET45</DefineConstants>
46-
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
47-
<OutputType>Library</OutputType>
48-
<AppDesignerFolder>Properties</AppDesignerFolder>
49-
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
50-
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
51-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
52-
<FileAlignment>512</FileAlignment>
53-
</PropertyGroup>
54-
<ItemGroup>
55-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
56-
<Reference Include="System" />
57-
<Reference Include="System.Core" />
58-
<Reference Include="Microsoft.CSharp" />
59-
<Reference Include="System.Data" />
60-
<Reference Include="System.XML" />
61-
<Reference Include="System.Xml.Linq" />
62-
</ItemGroup>
63-
<ItemGroup>
64-
<Reference Include="System" />
65-
<Reference Include="System.Data" />
66-
<Reference Include="System.Xml" />
67-
<Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" Condition="'$(Configuration)|$(Platform)' == 'Release 3.5|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Debug 3.5|AnyCPU'">
68-
<HintPath>..\packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll</HintPath>
69-
<Private>True</Private>
70-
</Reference>
71-
</ItemGroup>
72-
<ItemGroup>
73-
<Compile Include="InternetProtocolV6Tests.cs" />
74-
<Compile Include="UpnpMockServer.cs" />
75-
<Compile Include="UpnpNatDeviceInfoTests.cs" />
76-
<Compile Include="Properties\AssemblyInfo.cs" />
77-
</ItemGroup>
78-
<ItemGroup>
79-
<None Include="Open.Nat.snk" />
80-
</ItemGroup>
81-
<ItemGroup>
82-
<ProjectReference Include="..\Open.Nat\Open.Nat.csproj">
83-
<Project>{F5D74163-145F-47BF-83DC-D0E07249C6CA}</Project>
84-
<Name>Open.Nat</Name>
85-
</ProjectReference>
86-
</ItemGroup>
87-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<SignAssembly>true</SignAssembly>
6+
</PropertyGroup>
7+
<PropertyGroup>
8+
<AssemblyOriginatorKeyFile>Open.Nat.snk</AssemblyOriginatorKeyFile>
9+
</PropertyGroup>
10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 3.5|AnyCPU'">
11+
<OutputPath>bin\Debug\net35\</OutputPath>
12+
<DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
13+
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
14+
<OutputType>Library</OutputType>
15+
<AppDesignerFolder>Properties</AppDesignerFolder>
16+
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
17+
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
18+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
19+
<FileAlignment>512</FileAlignment>
20+
</PropertyGroup>
21+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU'">
22+
<OutputPath>bin\Debug\net45\</OutputPath>
23+
<DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
24+
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
25+
<OutputType>Library</OutputType>
26+
<AppDesignerFolder>Properties</AppDesignerFolder>
27+
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
28+
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
29+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
30+
<FileAlignment>512</FileAlignment>
31+
</PropertyGroup>
32+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 3.5|AnyCPU'">
33+
<OutputPath>bin\Release\net35\</OutputPath>
34+
<DefineConstants>NET35</DefineConstants>
35+
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
36+
<OutputType>Library</OutputType>
37+
<AppDesignerFolder>Properties</AppDesignerFolder>
38+
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
39+
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
40+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
41+
<FileAlignment>512</FileAlignment>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU'">
44+
<OutputPath>bin\Release\net45\</OutputPath>
45+
<DefineConstants>NET45</DefineConstants>
46+
<ProjectGuid>{7A65D2F2-BFB5-4BE1-A54D-484A394DE745}</ProjectGuid>
47+
<OutputType>Library</OutputType>
48+
<AppDesignerFolder>Properties</AppDesignerFolder>
49+
<RootNamespace>Open.Nat.UnitTests</RootNamespace>
50+
<AssemblyName>Open.Nat.UnitTests</AssemblyName>
51+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
52+
<FileAlignment>512</FileAlignment>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
56+
<Reference Include="System" />
57+
<Reference Include="System.Core" />
58+
<Reference Include="System.Data" />
59+
<Reference Include="System.XML" />
60+
<Reference Include="System.Xml.Linq" />
61+
</ItemGroup>
62+
<ItemGroup>
63+
<Reference Include="System" />
64+
<Reference Include="System.Data" />
65+
<Reference Include="System.Xml" />
66+
<Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" Condition="'$(Configuration)|$(Platform)' == 'Release 3.5|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Debug 3.5|AnyCPU'">
67+
<HintPath>..\packages\TaskParallelLibrary.1.0.2856.0\lib\Net35\System.Threading.dll</HintPath>
68+
<Private>True</Private>
69+
</Reference>
70+
</ItemGroup>
71+
<ItemGroup>
72+
<Compile Include="InternetProtocolV6Tests.cs" />
73+
<Compile Include="UpnpMockServer.cs" />
74+
<Compile Include="UpnpNatDeviceInfoTests.cs" />
75+
<Compile Include="Properties\AssemblyInfo.cs" />
76+
</ItemGroup>
77+
<ItemGroup>
78+
<None Include="Open.Nat.snk" />
79+
</ItemGroup>
80+
<ItemGroup>
81+
<ProjectReference Include="..\Open.Nat\Open.Nat.csproj">
82+
<Project>{F5D74163-145F-47BF-83DC-D0E07249C6CA}</Project>
83+
<Name>Open.Nat</Name>
84+
</ProjectReference>
85+
</ItemGroup>
86+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8887
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8988
Other similar extension points exist, see Microsoft.Common.targets.
9089
<Target Name="BeforeBuild">
9190
</Target>
9291
<Target Name="AfterBuild">
9392
</Target>
94-
-->
93+
-->
9594
</Project>

Open.Nat/Open.Nat.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0;net35;net45;net451;net452;net46;net461;net462;net47;net471</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;net35;net45;net472</TargetFrameworks>
44
<Platforms>AnyCPU;x64;x86</Platforms>
55
<PackageId>Open.Nat</PackageId>
66
<Authors>Alan McGovern, Ben Motmans, Lucas Ontivero</Authors>
@@ -17,7 +17,6 @@
1717
<InternalsVisibleTo>Open.Nat.UnitTests,PublicKey=00240000048000009400000006020000002400005253413100040000010001004de491ec95076f7054ac0562395232c4c351bce7037c7e266a5cc5dc6c60738fe649e06513ca1d58edec8e6a60e969887403a09ae158a007a592f650fe98912e7029e112e61494a47eff16138b62390241e1d8d45076ac3af77b47fa67d40ba1928a37ebe073415785a23ae87b6119f63f78f04cb3b8ea280dfbf3d6df437fbf</InternalsVisibleTo>
1818
</PropertyGroup>
1919
<PropertyGroup>
20-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2120
<SignAssembly>true</SignAssembly>
2221
<AssemblyOriginatorKeyFile>Open.Nat.snk</AssemblyOriginatorKeyFile>
2322
<RepositoryUrl>https://github.com/lontivero/Open.NAT</RepositoryUrl>

0 commit comments

Comments
 (0)