|
39 | 39 | <PlatformTarget>x86</PlatformTarget> |
40 | 40 | <ErrorReport>prompt</ErrorReport> |
41 | 41 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 42 | + <LangVersion>9</LangVersion> |
42 | 43 | </PropertyGroup> |
43 | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
44 | 45 | <OutputPath>..\..\..\..\FlashDevelop\Bin\Debug\</OutputPath> |
|
48 | 49 | <PlatformTarget>x86</PlatformTarget> |
49 | 50 | <ErrorReport>prompt</ErrorReport> |
50 | 51 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 52 | + <LangVersion>9</LangVersion> |
51 | 53 | </PropertyGroup> |
52 | 54 | <ItemGroup> |
53 | 55 | <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
54 | 56 | <HintPath>..\..\..\..\packages\Castle.Core.4.4.1\lib\net45\Castle.Core.dll</HintPath> |
| 57 | + <Private>True</Private> |
55 | 58 | </Reference> |
56 | 59 | <Reference Include="Microsoft.CSharp" /> |
57 | 60 | <Reference Include="NSubstitute, Version=4.2.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL"> |
58 | 61 | <HintPath>..\..\..\..\packages\NSubstitute.4.2.2\lib\net46\NSubstitute.dll</HintPath> |
| 62 | + <Private>True</Private> |
59 | 63 | </Reference> |
60 | 64 | <Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
61 | 65 | <HintPath>..\..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath> |
| 66 | + <Private>True</Private> |
62 | 67 | </Reference> |
63 | 68 | <Reference Include="System" /> |
64 | 69 | <Reference Include="System.Configuration" /> |
|
208 | 213 | <Private>False</Private> |
209 | 214 | </ProjectReference> |
210 | 215 | </ItemGroup> |
| 216 | + <ItemGroup> |
| 217 | + <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
| 218 | + </ItemGroup> |
211 | 219 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
212 | 220 | <Import Project="..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> |
213 | 221 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
0 commit comments