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" />
88
87
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89
88
Other similar extension points exist, see Microsoft.Common.targets.
90
89
<Target Name="BeforeBuild">
91
90
</Target>
92
91
<Target Name="AfterBuild">
93
92
</Target>
94
- -->
93
+ -->
95
94
</Project >
0 commit comments