1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" />
4- <Import Project =" ..\packages\NUnit.3.10.1\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
52 <PropertyGroup >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{8794CB3B-EAB2-411D-B912-7AD3425D6C62}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >CodingSeb.ExpressionEvaluator.Tests</RootNamespace >
12- <AssemblyName >CodingSeb.ExpressionEvaluator.Tests</AssemblyName >
13- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
3+ <AssemblyTitle >CodingSeb.ExpressionEvaluator.Tests</AssemblyTitle >
4+ <Company >Coding Seb</Company >
5+ <Product >CodingSeb.ExpressionEvaluator.Tests</Product >
6+ <Copyright >Copyright © Coding Seb 2018</Copyright >
7+ <TargetFrameworks >net45;netcoreapp2.0</TargetFrameworks >
328 </PropertyGroup >
339 <ItemGroup >
34- <Reference Include =" Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
35- <HintPath >..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
36- </Reference >
37- <Reference Include =" nunit.framework, Version=3.10.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
38- <HintPath >..\packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath >
39- </Reference >
40- <Reference Include =" Should, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
41- <HintPath >..\packages\Should.1.1.20\lib\Should.dll</HintPath >
42- </Reference >
43- <Reference Include =" System" />
44- <Reference Include =" System.Core" />
45- </ItemGroup >
46- <ItemGroup >
47- <Compile Include =" ExpressionEvaluatorScriptEvaluateTests.cs" />
48- <Compile Include =" ExpressionEvaluatorTests.cs" />
49- <Compile Include =" Properties\AssemblyInfo.cs" />
50- <Compile Include =" Resources.Designer.cs" >
10+ <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
11+ <PackageReference Include =" NUnit" Version =" 3.10.1" />
12+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.10.0" />
13+ <PackageReference Include =" Shouldly" Version =" 3.0.2" />
14+ </ItemGroup >
15+ <ItemGroup >
16+ <Compile Update =" Resources.Designer.cs" >
5117 <AutoGen >True</AutoGen >
5218 <DesignTime >True</DesignTime >
5319 <DependentUpon >Resources.resx</DependentUpon >
5420 </Compile >
55- <Compile Include =" TestsUtils\ClassForTest1.cs" />
56- <Compile Include =" TestsUtils\ClassForTest2.cs" />
57- <Compile Include =" TestsUtils\ClassInOtherNameSpace1.cs" />
58- <Compile Include =" TestsUtils\DiactiticsClass.cs" />
59- </ItemGroup >
60- <ItemGroup >
61- <None Include =" packages.config" />
62- </ItemGroup >
63- <ItemGroup >
64- <ProjectReference Include =" ..\CodingSeb.ExpressionEvaluator\CodingSeb.ExpressionEvaluator.csproj" >
65- <Project >{21f19149-eed6-4856-ab9a-701c41f86f66}</Project >
66- <Name >CodingSeb.ExpressionEvaluator</Name >
67- </ProjectReference >
6821 </ItemGroup >
6922 <ItemGroup >
70- <EmbeddedResource Include =" Resources.resx" >
71- <Generator >ResXFileCodeGenerator</Generator >
72- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
73- </EmbeddedResource >
23+ <ProjectReference Include =" ..\CodingSeb.ExpressionEvaluator\CodingSeb.ExpressionEvaluator.csproj" />
7424 </ItemGroup >
7525 <ItemGroup >
7626 <None Include =" Resources\Script0001.txt" />
168118 <ItemGroup >
169119 <None Include =" Resources\Script0032.txt" />
170120 </ItemGroup >
171- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
173- <PropertyGroup >
174- <ErrorText >Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText >
175- </PropertyGroup >
176- <Error Condition =" !Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.10.1\build\NUnit.props'))" />
177- <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
178- </Target >
121+ <ItemGroup >
122+ <EmbeddedResource Update =" Resources.resx" >
123+ <Generator >PublicResXFileCodeGenerator</Generator >
124+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
125+ </EmbeddedResource >
126+ </ItemGroup >
179127</Project >
0 commit comments