|
19 | 19 | <DebugSymbols>true</DebugSymbols>
|
20 | 20 | <DebugType>full</DebugType>
|
21 | 21 | <Optimize>false</Optimize>
|
22 |
| - <OutputPath>bin\Debug\</OutputPath> |
| 22 | + <OutputPath>..\bin\x86_Debug\</OutputPath> |
23 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
24 | 24 | <ErrorReport>prompt</ErrorReport>
|
25 | 25 | <WarningLevel>4</WarningLevel>
|
|
28 | 28 | <PlatformTarget>x86</PlatformTarget>
|
29 | 29 | <DebugType>pdbonly</DebugType>
|
30 | 30 | <Optimize>true</Optimize>
|
31 |
| - <OutputPath>bin\Release\</OutputPath> |
| 31 | + <OutputPath>..\bin\x86_Release\</OutputPath> |
32 | 32 | <DefineConstants>TRACE</DefineConstants>
|
33 | 33 | <ErrorReport>prompt</ErrorReport>
|
34 | 34 | <WarningLevel>4</WarningLevel>
|
35 | 35 | </PropertyGroup>
|
36 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
37 | 37 | <DebugSymbols>true</DebugSymbols>
|
38 |
| - <OutputPath>bin\x64\Debug\</OutputPath> |
| 38 | + <OutputPath>..\bin\x64_Debug\</OutputPath> |
39 | 39 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
40 | 40 | <DebugType>full</DebugType>
|
41 | 41 | <PlatformTarget>x64</PlatformTarget>
|
|
50 | 50 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
51 | 51 | </PropertyGroup>
|
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
53 |
| - <OutputPath>bin\x64\Release\</OutputPath> |
| 53 | + <OutputPath>..\bin\x64_Release\</OutputPath> |
54 | 54 | <DefineConstants>TRACE</DefineConstants>
|
55 | 55 | <Optimize>true</Optimize>
|
56 | 56 | <DebugType>pdbonly</DebugType>
|
|
77 | 77 | <Compile Include="Properties\AssemblyInfo.cs" />
|
78 | 78 | </ItemGroup>
|
79 | 79 | <ItemGroup>
|
80 |
| - <ProjectReference Include="..\NiWrapper.Net\NiWrapper.Net.csproj"> |
| 80 | + <ProjectReference Include="..\..\NiWrapper.Net\NiWrapper.Net.csproj"> |
81 | 81 | <Project>{A4AAED44-E0E5-4FD3-B4B4-FAF27E089BFC}</Project>
|
82 | 82 | <Name>NiWrapper.Net</Name>
|
83 | 83 | </ProjectReference>
|
|
0 commit comments