[ 
https://issues.apache.org/jira/browse/NPANDAY-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13152003#comment-13152003
 ] 

Lars Corneliussen commented on NPANDAY-369:
-------------------------------------------

h2. Hints I found in Microsoft.Common.targets

Maybe that helps us to find the correct names.

{code}
        <ProcessorArchitecture Condition=" '$(PlatformTarget)' == 'AnyCpu' 
">msil</ProcessorArchitecture>
        <ProcessorArchitecture Condition=" '$(PlatformTarget)' == 'x64' 
">amd64</ProcessorArchitecture>
        <ProcessorArchitecture Condition=" '$(PlatformTarget)' == 'Itanium' 
">ia64</ProcessorArchitecture>
        <ProcessorArchitecture Condition=" '$(PlatformTarget)' == 'x86' 
">x86</ProcessorArchitecture>
{code}
                
> Explicit 64bit-Support (NPanday now doesn't distinguish)
> --------------------------------------------------------
>
>                 Key: NPANDAY-369
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-369
>             Project: NPanday
>          Issue Type: Bug
>          Components: Development Setup
>    Affects Versions: 1.4-incubating
>         Environment: Win 7, x64, VS 2010 only
>            Reporter: Lars Corneliussen
>            Assignee: Lars Corneliussen
>              Labels: build, nunit, test, x64, x86
>             Fix For: 2.0
>
>
> Building NPanday from source (including tests) on 64bit windows fails.
> The problem is, that all resources are built with the 64-bit version of the 
> .NET Framework tools. Also then, the nunit-console runs everything (including 
> MSBUILD) in 64 bit.
> NPanday itself should allways be built using x86. It should furthermore have 
> strong support for building both 32bit and 64bit apps on 64bit systems.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to