1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" 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
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{78EBE69C-1FDE-4A29-B18D-7D8024CC85E4}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >TimerRTD</RootNamespace >
11
- <AssemblyName >TimerRTD</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <Deterministic >true</Deterministic >
15
- <NuGetPackageImportStamp >
16
- </NuGetPackageImportStamp >
17
- </PropertyGroup >
18
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
- <DebugSymbols >true</DebugSymbols >
20
- <DebugType >full</DebugType >
21
- <Optimize >false</Optimize >
22
- <OutputPath >bin\Debug\</OutputPath >
23
- <DefineConstants >DEBUG;TRACE</DefineConstants >
24
- <ErrorReport >prompt</ErrorReport >
25
- <WarningLevel >4</WarningLevel >
26
- </PropertyGroup >
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
- <DebugType >pdbonly</DebugType >
29
- <Optimize >true</Optimize >
30
- <OutputPath >bin\Release\</OutputPath >
31
- <DefineConstants >TRACE</DefineConstants >
32
- <ErrorReport >prompt</ErrorReport >
33
- <WarningLevel >4</WarningLevel >
34
- </PropertyGroup >
35
- <ItemGroup >
36
- <Reference Include =" ExcelDna.Integration, Version=1.1.0.0, Culture=neutral, PublicKeyToken=f225e9659857edbe, processorArchitecture=MSIL" >
37
- <HintPath >packages\ExcelDna.Integration.1.1.0\lib\ExcelDna.Integration.dll</HintPath >
38
- </Reference >
39
- <Reference Include =" System" />
40
- <Reference Include =" System.Core" />
41
- <Reference Include =" System.Xml.Linq" />
42
- <Reference Include =" System.Data.DataSetExtensions" />
43
- <Reference Include =" Microsoft.CSharp" />
44
- <Reference Include =" System.Data" />
45
- <Reference Include =" System.Net.Http" />
46
- <Reference Include =" System.Xml" />
47
- </ItemGroup >
48
- <ItemGroup >
49
- <Compile Include =" DataSources.cs" />
50
- <Compile Include =" Functions.cs" />
51
- <Compile Include =" Properties\AssemblyInfo.cs" />
52
- <Compile Include =" RtdServer.cs" />
53
- </ItemGroup >
54
- <ItemGroup >
55
- <None Include =" TimerRTD-AddIn.dna" />
56
- <None Include =" packages.config" />
57
- <None Include =" Properties\ExcelDna.Build.props" />
58
- </ItemGroup >
59
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60
- <Import Project =" packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets" Condition =" Exists('packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets')" />
61
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
62
- <PropertyGroup >
63
- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
64
- </PropertyGroup >
65
- <Error Condition =" !Exists('packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\ExcelDna.AddIn.1.1.1\build\ExcelDna.AddIn.targets'))" />
66
- </Target >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFrameworks >net472</TargetFrameworks >
5
+ </PropertyGroup >
6
+
7
+ <ItemGroup >
8
+ <PackageReference Include =" ExcelDna.Addin" Version =" *-*" />
9
+ </ItemGroup >
10
+
67
11
</Project >
0 commit comments