Skip to content

Commit 4ed313d

Browse files
committed
Moved to correct location
1 parent 318bf0f commit 4ed313d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

NiWrapper.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiTE.SkeletonTracker", "Sam
7272
{0C040035-BC37-4BC6-A26C-CB5D66AF0916} = {0C040035-BC37-4BC6-A26C-CB5D66AF0916}
7373
EndProjectSection
7474
EndProject
75-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleImageRegistration", "ConsoleImageRegistration\ConsoleImageRegistration.csproj", "{8333F7BC-AC37-47CF-941A-163B5F0B2740}"
75+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleImageRegistration", "Samples\ConsoleImageRegistration\ConsoleImageRegistration.csproj", "{8333F7BC-AC37-47CF-941A-163B5F0B2740}"
7676
EndProject
7777
Global
7878
GlobalSection(SolutionConfigurationPlatforms) = preSolution

ConsoleImageRegistration/ConsoleImageRegistration.csproj renamed to Samples/ConsoleImageRegistration/ConsoleImageRegistration.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<DebugSymbols>true</DebugSymbols>
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
22+
<OutputPath>..\bin\x86_Debug\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
@@ -28,14 +28,14 @@
2828
<PlatformTarget>x86</PlatformTarget>
2929
<DebugType>pdbonly</DebugType>
3030
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
31+
<OutputPath>..\bin\x86_Release\</OutputPath>
3232
<DefineConstants>TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
3737
<DebugSymbols>true</DebugSymbols>
38-
<OutputPath>bin\x64\Debug\</OutputPath>
38+
<OutputPath>..\bin\x64_Debug\</OutputPath>
3939
<DefineConstants>DEBUG;TRACE</DefineConstants>
4040
<DebugType>full</DebugType>
4141
<PlatformTarget>x64</PlatformTarget>
@@ -50,7 +50,7 @@
5050
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
53-
<OutputPath>bin\x64\Release\</OutputPath>
53+
<OutputPath>..\bin\x64_Release\</OutputPath>
5454
<DefineConstants>TRACE</DefineConstants>
5555
<Optimize>true</Optimize>
5656
<DebugType>pdbonly</DebugType>
@@ -77,7 +77,7 @@
7777
<Compile Include="Properties\AssemblyInfo.cs" />
7878
</ItemGroup>
7979
<ItemGroup>
80-
<ProjectReference Include="..\NiWrapper.Net\NiWrapper.Net.csproj">
80+
<ProjectReference Include="..\..\NiWrapper.Net\NiWrapper.Net.csproj">
8181
<Project>{A4AAED44-E0E5-4FD3-B4B4-FAF27E089BFC}</Project>
8282
<Name>NiWrapper.Net</Name>
8383
</ProjectReference>

0 commit comments

Comments
 (0)