|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
2 |
| -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
3 | 3 | <PropertyGroup>
|
4 |
| - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
| - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
| - <ProjectGuid>{511BA459-F8F4-44EB-A94B-C0DC1463CD4A}</ProjectGuid> |
7 | 4 | <OutputType>Exe</OutputType>
|
8 |
| - <RootNamespace>Tester</RootNamespace> |
9 |
| - <AssemblyName>Tester</AssemblyName> |
10 |
| - <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> |
| 5 | + <TargetFramework>netcoreapp2.1</TargetFramework> |
11 | 6 | </PropertyGroup>
|
12 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
13 |
| - <DebugSymbols>true</DebugSymbols> |
14 |
| - <DebugType>full</DebugType> |
15 |
| - <Optimize>false</Optimize> |
16 |
| - <OutputPath>bin\Debug</OutputPath> |
17 |
| - <DefineConstants>DEBUG;</DefineConstants> |
18 |
| - <ErrorReport>prompt</ErrorReport> |
19 |
| - <WarningLevel>4</WarningLevel> |
20 |
| - <ExternalConsole>true</ExternalConsole> |
21 |
| - <PlatformTarget>x64</PlatformTarget> |
22 |
| - </PropertyGroup> |
23 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
24 |
| - <Optimize>true</Optimize> |
25 |
| - <OutputPath>bin\Release</OutputPath> |
26 |
| - <ErrorReport>prompt</ErrorReport> |
27 |
| - <WarningLevel>4</WarningLevel> |
28 |
| - <ExternalConsole>true</ExternalConsole> |
29 |
| - </PropertyGroup> |
30 |
| - <ItemGroup> |
31 |
| - <Reference Include="System" /> |
32 |
| - </ItemGroup> |
33 |
| - <ItemGroup> |
34 |
| - <Compile Include="Program.cs" /> |
35 |
| - <Compile Include="Properties\AssemblyInfo.cs" /> |
36 |
| - </ItemGroup> |
| 7 | + |
37 | 8 | <ItemGroup>
|
38 |
| - <ProjectReference Include="..\TorchSharp\TorchSharp.csproj"> |
39 |
| - <Project>{E47E6785-B43B-49E9-A360-DB23B5E21C35}</Project> |
40 |
| - <Name>TorchSharp</Name> |
41 |
| - </ProjectReference> |
| 9 | + <ProjectReference Include="..\TorchSharp\TorchSharp.csproj" /> |
42 | 10 | </ItemGroup>
|
43 |
| - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 11 | + |
44 | 12 | </Project>
|
0 commit comments