Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
019efe77
Commit
019efe77
authored
May 02, 2020
by
Vinicius Jarina
Browse files
Fixed NLuaTest build
parent
281961a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/build/net45/NLuaTest.csproj
View file @
019efe77
...
...
@@ -38,9 +38,6 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
<Reference
Include=
"System.Drawing"
/>
...
...
@@ -58,15 +55,12 @@
<PackageReference
Include=
"KeraLua"
>
<Version>
1.0.30-lua54-build5
</Version>
</PackageReference>
<PackageReference
Include=
"NUnit"
>
<Version>
3.12.0
</Version>
</PackageReference>
</ItemGroup>
<Import
Project=
"..\..\src\NLuaTest.Shared.projitems"
Label=
"Shared"
/>
<Import
Project=
"..\..\src\NLuaTest.Shared.Scripts.projitems"
Label=
"Shared"
/>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<Target
Name=
"EnsureNuGetPackageBuildImports"
BeforeTargets=
"PrepareForBuild"
>
<PropertyGroup>
<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>
</PropertyGroup>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.12.0\build\NUnit.props'))"
/>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets')"
/>
</Project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment