Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Apr 7, 2017
1 parent 25ba803 commit 9250d54
Show file tree
Hide file tree
Showing 54 changed files with 109 additions and 105 deletions.
2 changes: 1 addition & 1 deletion FaceDetection/Core/FaceDetection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\portable-net45+win8+monoandroid+monotouch+Xamarin.iOS10\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\portable-net45+win8+monoandroid+monotouch+Xamarin.iOS10\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FaceDetection/Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="portable45-net45+win8" />
<package id="UrhoSharp" version="1.3.0" targetFramework="portable45-net45+win8" />
</packages>
6 changes: 3 additions & 3 deletions FaceDetection/Desktop/FaceDetection.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\net45\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\net45\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down Expand Up @@ -74,11 +74,11 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" />
<Import Project="..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.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\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets'))" />
<Error Condition="!Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion FaceDetection/Desktop/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="net45" />
<package id="UrhoSharp" version="1.3.0" targetFramework="net45" />
</packages>
10 changes: 5 additions & 5 deletions FaceDetection/Droid/FaceDetection.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\MonoAndroid\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\MonoAndroid\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Urho.Droid.GoogleVR, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\MonoAndroid\Urho.Droid.GoogleVR.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\MonoAndroid\Urho.Droid.GoogleVR.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Urho.Droid.SdlBinding, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\MonoAndroid\Urho.Droid.SdlBinding.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\MonoAndroid\Urho.Droid.SdlBinding.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down Expand Up @@ -91,11 +91,11 @@
<Content Include="UrhoSharpReadme.txt" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\packages\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets')" />
<Import Project="..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.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\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets'))" />
<Error Condition="!Exists('..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion FaceDetection/Droid/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="monoandroid60" />
<package id="UrhoSharp" version="1.3.0" targetFramework="monoandroid60" />
</packages>
2 changes: 1 addition & 1 deletion FaceDetection/UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"UrhoSharp": "1.3.1.18"
"UrhoSharp": "1.3.0"
},
"frameworks": {
"uap10.0": {}
Expand Down
12 changes: 6 additions & 6 deletions FaceDetection/UWP/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@
}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -3680,7 +3680,7 @@
"lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -5292,7 +5292,7 @@
"runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -8220,11 +8220,11 @@
"runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll"
]
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"sha512": "0P6FnA+/4YvtwkEsCBWWoxHryY2+CpKojmYIpCYmrhL0wCbM757RjYatE7T+UnTiXyT/vJWDuVUNSMJLe4VqfA==",
"type": "package",
"files": [
"UrhoSharp.1.3.1.18.nupkg.sha512",
"UrhoSharp.1.3.0.nupkg.sha512",
"UrhoSharp.nuspec",
"build/MonoAndroid/UrhoSharp.targets",
"build/net45/UrhoSharp.targets",
Expand Down Expand Up @@ -8485,7 +8485,7 @@
"projectFileDependencyGroups": {
"": [
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.0.0",
"UrhoSharp >= 1.3.1.18"
"UrhoSharp >= 1.3.0"
],
"UAP,Version=v10.0": []
}
Expand Down
2 changes: 1 addition & 1 deletion FaceDetection/iOS/FaceDetection.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\Xamarin.iOS10\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\Xamarin.iOS10\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.iOS" />
Expand Down
2 changes: 1 addition & 1 deletion FaceDetection/iOS/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="xamarinios10" />
<package id="UrhoSharp" version="1.3.0" targetFramework="xamarinios10" />
</packages>
8 changes: 4 additions & 4 deletions FeatureSamples/Android/Urho.Samples.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\MonoAndroid\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\MonoAndroid\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Urho.Droid.SdlBinding, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\MonoAndroid\Urho.Droid.SdlBinding.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\MonoAndroid\Urho.Droid.SdlBinding.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down Expand Up @@ -1024,12 +1024,12 @@
<Content Include="UrhoSharpReadme.txt" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\packages\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets')" />
<Import Project="..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.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\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.1.18\build\MonoAndroid\UrhoSharp.targets'))" />
<Error Condition="!Exists('..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.0\build\MonoAndroid\UrhoSharp.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 1 addition & 1 deletion FeatureSamples/Android/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="monoandroid70" />
<package id="UrhoSharp" version="1.3.0" targetFramework="monoandroid70" />
</packages>
4 changes: 2 additions & 2 deletions FeatureSamples/Cocoa/Urho.Samples.Cocoa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="Urho">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\net45\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\net45\Urho.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -102,5 +102,5 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
<Import Project="..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" />
<Import Project="..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets')" />
</Project>
2 changes: 1 addition & 1 deletion FeatureSamples/Cocoa/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="net45" />
<package id="UrhoSharp" version="1.3.0" targetFramework="net45" />
</packages>
6 changes: 3 additions & 3 deletions FeatureSamples/Console/Urho.Samples.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\net45\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\net45\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand All @@ -91,11 +91,11 @@
<Content Include="UrhoSharpIco.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" />
<Import Project="..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.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\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets'))" />
<Error Condition="!Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion FeatureSamples/Console/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="net45" />
<package id="UrhoSharp" version="1.3.0" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion FeatureSamples/Core/Urho.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\portable-net45+win8+monoandroid+monotouch+Xamarin.iOS10\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\portable-net45+win8+monoandroid+monotouch+Xamarin.iOS10\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FeatureSamples/Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UrhoSharp" version="1.3.1.18" targetFramework="portable45-net45+win8" />
<package id="UrhoSharp" version="1.3.0" targetFramework="portable45-net45+win8" />
</packages>
2 changes: 1 addition & 1 deletion FeatureSamples/UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
"UrhoSharp": "1.3.1.18"
"UrhoSharp": "1.3.0"
},
"frameworks": {
"uap10.0": {}
Expand Down
24 changes: 12 additions & 12 deletions FeatureSamples/UWP/project.lock.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"locked": false,
"version": 1,
"targets": {
Expand Down Expand Up @@ -1778,7 +1778,7 @@
}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -3424,7 +3424,7 @@
"lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -5028,7 +5028,7 @@
"runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -6682,7 +6682,7 @@
"lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -8286,7 +8286,7 @@
"runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -9940,7 +9940,7 @@
"lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -11544,7 +11544,7 @@
"runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll": {}
}
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"compile": {
"lib/uap10.0/Urho.dll": {}
},
Expand Down Expand Up @@ -14821,12 +14821,12 @@
"runtimes/win8-aot/lib/netcore50/System.Xml.XmlSerializer.dll"
]
},
"UrhoSharp/1.3.1.18": {
"UrhoSharp/1.3.0": {
"sha512": "KsmBhhCFfh4kj3W/h7jO/pssKHkWITNk1pC9UMgNRu8xv4nvfrzIe+EZXML+jtWfd0S80qUdtygG5eDpljul8g==",
"type": "package",
"path": "UrhoSharp/1.3.1.18",
"path": "UrhoSharp/1.3.0",
"files": [
"UrhoSharp.1.3.1.18.nupkg.sha512",
"UrhoSharp.1.3.0.nupkg.sha512",
"UrhoSharp.nuspec",
"build/MonoAndroid/UrhoSharp.targets",
"build/net45/UrhoSharp.targets",
Expand Down Expand Up @@ -15086,7 +15086,7 @@
"projectFileDependencyGroups": {
"": [
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.1.0",
"UrhoSharp >= 1.3.1.18"
"UrhoSharp >= 1.3.0"
],
"UAP,Version=v10.0": []
}
Expand Down
6 changes: 3 additions & 3 deletions FeatureSamples/WPF/Urho.Samples.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="Urho, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UrhoSharp.1.3.1.18\lib\net45\Urho.dll</HintPath>
<HintPath>..\packages\UrhoSharp.1.3.0\lib\net45\Urho.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
Expand Down Expand Up @@ -112,12 +112,12 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" />
<Import Project="..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets" Condition="Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.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\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.1.18\build\net45\UrhoSharp.targets'))" />
<Error Condition="!Exists('..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\UrhoSharp.1.3.0\build\net45\UrhoSharp.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Loading

0 comments on commit 9250d54

Please sign in to comment.