Questions tagged [multitargeting]
115 questions
0
votes
1 answer
How do I multitarget frameworks in Xamarin Studio?
I'm trying to master the Xamarin's IDE and I want to know how I would multitarget frameworks for an asp.net project. In Visual Studio 2015, I would modify the project.json file to configure targeted frameworks. In Xamarin, it looks like targeting is…

Code Bird
- 11
- 4
0
votes
1 answer
how to setup international targeting?
My site is handwritten to be lightweight in amp. It has two language alternatives, en and tr.
barakudabodrum.com/tr/ is in Turkish and should be targeting users in Turkey.
barakudabodrum.com is in English and should be targeting the rest of the…

Mete Tuneri
- 1
- 1
0
votes
0 answers
Xcode debugger doesn't work for a project with multiple targets
I have an Xcode project with many targets. Some files are added to all targets, some to only one. The debugger stopped working, also the intellisense sometimes works, sometimes doesn't.
Have anyone ever had the same problem?
EDIT: Cleaning the…

Annie
- 147
- 1
- 8
0
votes
1 answer
Round-Tripping Visual Studio projects but always using the "latest" Platform Toolset?
As described:
... Visual Studio supports native
multi-targeting and round-tripping. And we definitely want to shine
more light on it:
Native multi-targeting is the ability of the latest IDE to build using
toolsets installed by previous…

Martin Ba
- 37,187
- 33
- 183
- 337
0
votes
1 answer
Changing Target Framework in Visual Studio 2010
I have a Solution with a lot of projects and I rewrote one project with other technologies for which i had to change the target framework from .NET 3.5 to .NET 4.0. All my other projects are in .NET 3.5
Now none of my references seem to work…

A.Ima
- 266
- 6
- 13
0
votes
1 answer
Multi targeting hell and changing project defaults
OK. I was going a little crazy today with a WPF project. I'm using VS2010 with .NET 4.0 and I added a simple reference to another project in my solution, added a member variable of one of the referenced types and tried to compile. Nothing. Well,…

Scott P
- 3,775
- 1
- 24
- 30
0
votes
4 answers
.Net multitargeting gone wrong?
I have a small dummy project in VS 2008, contains only the following code file
using System;
namespace FrameworkTest
{
internal static class MessageQueueNative
{
struct TestStructure
{
public IntPtr aStatus;
…

florin
- 405
- 4
- 20
0
votes
1 answer
Solution setup multi Target Windows Phone Apps
I need to write a windows phone app that is compatible with both WP 7.5/7.8 and WP 8.
Now how do I have to setup my solution to target both platform?
I already create a class library for accessing data.
EDIT
How do i create a Windows Phone Projec…

Matteo Murdocco
- 61
- 1
- 6
-1
votes
1 answer
Creating a multiplatform Lib for netstandard2.0 and net6 - trouble with System.Runtime
While migrating to net6 in company we want to habe some libraries for netstandard2.0 and net6 as well. (we skipped shorttime support net5)
Having a library as local reference: as well.
Having the library as proprietary nuget source: Problem…

cortadillo0815
- 39
- 4
-1
votes
1 answer
scikit-learn regression with multiple continuous targets
I want to perform regression on a dataset where the input has multiple features and the output has multiple continuous targets.
I've been looking through the sklearn documentation, but the only multi-target examples I've found have either 1) a…

Zim
- 101
- 3