1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.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')" />
2
+ <Project Sdk =" Microsoft.NET.Sdk" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
4
3
<PropertyGroup >
5
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
5
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
6
<ProjectGuid >{024B0C26-BED0-467D-B332-E9796B756133}</ProjectGuid >
8
7
<OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >Rclr</RootNamespace >
11
- <AssemblyName >ClrFacade</AssemblyName >
12
- <FileAlignment >512</FileAlignment >
13
- <ProductVersion >8.0.30703</ProductVersion >
14
- <SchemaVersion >2.0</SchemaVersion >
15
- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16
- <RestorePackages >true</RestorePackages >
17
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
18
- <TargetFrameworkProfile />
8
+ <TargetFramework >netstandard2.0</TargetFramework >
9
+ <Version >0.8.1</Version >
10
+ <Copyright >(c) 2014-2019 Jean-Michel Perraud</Copyright >
11
+ <Description >.NET interoperability on top of R.NET for the rClr package</Description >
12
+ <Product >rClr</Product >
13
+ <Company />
14
+ <Authors >Jean-Michel Perraud</Authors >
15
+ <Title >ClrFacade; embed .NET in R</Title >
16
+ <PackageLicenseUrl >https://github.com/jmp75/rclr/blob/master/License.txt</PackageLicenseUrl >
17
+ <RepositoryUrl >https://github.com/jmp75/rclr</RepositoryUrl >
18
+ <PackageProjectUrl >https://github.com/jmp75/rclr</PackageProjectUrl >
19
+ <PackageReleaseNotes >Migration to .NET Standard 2.0 and supporting R 3.5.x</PackageReleaseNotes >
20
+ <!-- forces SDK to copy dependencies into build output to make packing easier -->
21
+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
19
22
</PropertyGroup >
20
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
- <DebugSymbols >true</DebugSymbols >
22
- <DebugType >full</DebugType >
23
- <Optimize >false</Optimize >
24
- <OutputPath >..\Debug\</OutputPath >
25
- <DefineConstants >DEBUG;TRACE</DefineConstants >
26
- <ErrorReport >prompt</ErrorReport >
27
- <WarningLevel >4</WarningLevel >
28
- <UseVSHostingProcess >false</UseVSHostingProcess >
29
- <Prefer32Bit >false</Prefer32Bit >
30
- </PropertyGroup >
31
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32
- <DebugType >pdbonly</DebugType >
33
- <Optimize >true</Optimize >
34
- <OutputPath >..\Release\</OutputPath >
35
- <DefineConstants >TRACE</DefineConstants >
36
- <ErrorReport >prompt</ErrorReport >
37
- <WarningLevel >4</WarningLevel >
38
- <Prefer32Bit >false</Prefer32Bit >
39
- </PropertyGroup >
40
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'MonoDebug|AnyCPU'" >
41
- <DebugSymbols >true</DebugSymbols >
42
- <OutputPath >..\MonoDebug\</OutputPath >
43
- <DefineConstants >DEBUG;TRACE</DefineConstants >
44
- <DebugType >full</DebugType >
45
- <PlatformTarget >AnyCPU</PlatformTarget >
46
- <ErrorReport >prompt</ErrorReport >
47
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
48
- <Prefer32Bit >false</Prefer32Bit >
49
- <WarningLevel >4</WarningLevel >
50
- <Optimize >false</Optimize >
51
- </PropertyGroup >
52
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'MonoInstallDebug|AnyCPU'" >
53
- <DebugSymbols >true</DebugSymbols >
54
- <OutputPath >..\MonoInstallDebug\</OutputPath >
55
- <DefineConstants >TRACE;DEBUG</DefineConstants >
56
- <DebugType >full</DebugType >
57
- <PlatformTarget >AnyCPU</PlatformTarget >
58
- <ErrorReport >prompt</ErrorReport >
59
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
60
- <Prefer32Bit >false</Prefer32Bit >
61
- <WarningLevel >4</WarningLevel >
62
- <Optimize >false</Optimize >
63
- </PropertyGroup >
64
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'MonoInstall|AnyCPU'" >
65
- <DebugSymbols >true</DebugSymbols >
66
- <OutputPath >bin\MonoInstall\</OutputPath >
67
- <DefineConstants >TRACE;DEBUG</DefineConstants >
68
- <DebugType >full</DebugType >
69
- <PlatformTarget >AnyCPU</PlatformTarget >
70
- <ErrorReport >prompt</ErrorReport >
71
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
72
- <WarningLevel >4</WarningLevel >
73
- <Optimize >false</Optimize >
74
- <Prefer32Bit >false</Prefer32Bit >
75
- </PropertyGroup >
76
- <ItemGroup >
77
- <Reference Include =" DynamicInterop, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
78
- <HintPath >..\packages\DynamicInterop.0.9.1\lib\netstandard2.0\DynamicInterop.dll</HintPath >
79
- <Private >True</Private >
80
- </Reference >
81
- <Reference Include =" Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
82
- <HintPath >..\packages\Microsoft.Win32.Registry.4.5.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath >
83
- <Private >True</Private >
84
- </Reference >
85
- <Reference Include =" RDotNet, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
86
- <HintPath >..\packages\R.NET.1.8.0-alpha1\lib\netstandard2.0\RDotNet.dll</HintPath >
87
- <Private >True</Private >
88
- </Reference >
89
- <Reference Include =" System" />
90
- <Reference Include =" System.Core" />
91
- <Reference Include =" System.Numerics" />
92
- <Reference Include =" System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
93
- <HintPath >..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath >
94
- <Private >True</Private >
95
- </Reference >
96
- <Reference Include =" System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
97
- <HintPath >..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath >
98
- <Private >True</Private >
99
- </Reference >
100
- <Reference Include =" System.Xml.Linq" />
101
- <Reference Include =" System.Data.DataSetExtensions" />
102
- <Reference Include =" Microsoft.CSharp" />
103
- <Reference Include =" System.Data" />
104
- <Reference Include =" System.Xml" />
105
- <Reference Include =" DynamicInterop" >
106
- <HintPath >..\packages\DynamicInterop.0.7.3\lib\net40\DynamicInterop.dll</HintPath >
107
- </Reference >
108
- </ItemGroup >
109
- <ItemGroup >
110
- <Compile Include =" ClrFacade.cs" />
111
- <Compile Include =" DataConverterExtensions.cs" >
112
- <SubType >Code</SubType >
113
- </Compile >
114
- <Compile Include =" HelloWorld.cs" />
115
- <Compile Include =" IDataConverter.cs" />
116
- <Compile Include =" PerformanceProfiling.cs" />
117
- <Compile Include =" Properties\AssemblyInfo.cs" />
118
- <Compile Include =" RclrBinder.cs" />
119
- <Compile Include =" RclrUnmanagedDll.cs" />
120
- <Compile Include =" RDotNetDataConverter.cs" />
121
- <Compile Include =" RdotnetDataConverterTests.cs" />
122
- <Compile Include =" ReflectionHelper.cs" />
123
- <Compile Include =" TestArrayMemoryHandling.cs" >
124
- <AutoGen >True</AutoGen >
125
- <DesignTime >True</DesignTime >
126
- <DependentUpon >TestArrayMemoryHandling.tt</DependentUpon >
127
- </Compile >
128
- <Compile Include =" TestCases.cs" />
129
- <Compile Include =" TestMethodBinding.cs" >
130
- <AutoGen >True</AutoGen >
131
- <DesignTime >True</DesignTime >
132
- <DependentUpon >TestMethodBinding.tt</DependentUpon >
133
- </Compile >
134
- <Compile Include =" Tests\RefClasses\BaseAbstractClassOne.cs" />
135
- <Compile Include =" Tests\RefClasses\InterfaceOne.cs" />
136
- <Compile Include =" Tests\RefClasses\LevelOneClass.cs" />
137
- <Compile Include =" Tests\RefClasses\LevelThreeClass.cs" />
138
- <Compile Include =" Tests\RefClasses\LevelTwoClass.cs" />
139
- <Compile Include =" Tests\TestUtilities.cs" />
140
- <Compile Include =" DataConversionHelper.cs" />
141
- </ItemGroup >
142
- <ItemGroup >
143
- <None Include =" packages.config" >
144
- <SubType >Designer</SubType >
145
- </None >
146
- <None Include =" TestClassesDiagram.cd" />
147
- <None Include =" ClassDiagram.cd" />
148
- <None Include =" TestArrayMemoryHandling.tt" >
149
- <Generator >TextTemplatingFileGenerator</Generator >
150
- <LastGenOutput >TestArrayMemoryHandling.cs</LastGenOutput >
151
- </None >
152
- <None Include =" TestMethodBinding.tt" >
153
- <Generator >TextTemplatingFileGenerator</Generator >
154
- <LastGenOutput >TestMethodBinding.cs</LastGenOutput >
155
- </None >
156
- <None Include =" app.config" />
157
- </ItemGroup >
158
23
<ItemGroup >
159
- <Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D} " />
24
+ <PackageReference Include =" R.NET " Version = " 1.8.0-alpha1 " />
160
25
</ItemGroup >
161
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162
- <!-- <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
163
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
164
- <PropertyGroup>
165
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
166
- </PropertyGroup>
167
- <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
168
- </Target> -->
169
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170
- Other similar extension points exist, see Microsoft.Common.targets.
171
- <Target Name="BeforeBuild">
172
- </Target>
173
- <Target Name="AfterBuild">
174
- </Target>
175
- -->
176
26
</Project >
0 commit comments