Skip to content

Commit 8a58f16

Browse files
committed
Updated build paths
1 parent 469361c commit 8a58f16

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

driver_00Amethyst/driver_00Amethyst.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<TypeLibraryName>$(ProjectName).tlb</TypeLibraryName>
4141
</Midl>
4242
</ItemDefinitionGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
44+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
47+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
48+
</PropertyGroup>
4349
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
4450
<ClCompile>
4551
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

driver_Amethyst/driver_Amethyst.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
<TypeLibraryName>$(ProjectName).tlb</TypeLibraryName>
4141
</Midl>
4242
</ItemDefinitionGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
44+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
45+
</PropertyGroup>
46+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
47+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
48+
</PropertyGroup>
4349
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
4450
<ClCompile>
4551
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

plugin_OpenVR/plugin_OpenVR.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@
9191
<ItemGroup>
9292
<Reference Include="com.driver_Amethyst" Condition="'$(Configuration)'=='Debug'">
9393
<HintPath Condition="Exists('bin\Debug\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\')">bin\Debug\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\com.driver_Amethyst.dll</HintPath>
94-
<HintPath Condition="Exists('..\x64\Debug\')">..\x64\Debug\com.driver_Amethyst.dll</HintPath>
94+
<HintPath Condition="Exists('..\x64\Debug\driver_Amethyst\')">..\x64\Debug\driver_Amethyst\com.driver_Amethyst.dll</HintPath>
9595
<!--<HintPath>com.driver_Amethyst.dll</HintPath>-->
9696
</Reference>
9797

9898
<Reference Include="com.driver_Amethyst" Condition="'$(Configuration)'=='Release'">
9999
<HintPath Condition="Exists('bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\')">bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\com.driver_Amethyst.dll</HintPath>
100-
<HintPath Condition="Exists('..\x64\Release\')">..\x64\Release\com.driver_Amethyst.dll</HintPath>
100+
<HintPath Condition="Exists('..\x64\Release\driver_Amethyst\')">..\x64\Release\driver_Amethyst\com.driver_Amethyst.dll</HintPath>
101101
<!--<HintPath>com.driver_Amethyst.dll</HintPath>-->
102102
</Reference>
103103
</ItemGroup>
@@ -106,21 +106,21 @@
106106
<ItemGroup>
107107
<Reference Include="com.driver_00Amethyst" Condition="'$(Configuration)'=='Debug'">
108108
<HintPath Condition="Exists('bin\Debug\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\')">bin\Debug\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\com.driver_00Amethyst.dll</HintPath>
109-
<HintPath Condition="Exists('..\x64\Debug\')">..\x64\Debug\com.driver_00Amethyst.dll</HintPath>
109+
<HintPath Condition="Exists('..\x64\Debug\driver_00Amethyst\')">..\x64\Debug\driver_00Amethyst\com.driver_00Amethyst.dll</HintPath>
110110
<!--<HintPath>com.driver_00Amethyst.dll</HintPath>-->
111111
</Reference>
112112

113113
<Reference Include="com.driver_00Amethyst" Condition="'$(Configuration)'=='Release'">
114114
<HintPath Condition="Exists('bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\')">bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\com.driver_00Amethyst.dll</HintPath>
115-
<HintPath Condition="Exists('..\x64\Release\')">..\x64\Release\com.driver_00Amethyst.dll</HintPath>
115+
<HintPath Condition="Exists('..\x64\Release\driver_00Amethyst\')">..\x64\Release\driver_00Amethyst\com.driver_00Amethyst.dll</HintPath>
116116
<!--<HintPath>com.driver_00Amethyst.dll</HintPath>-->
117117
</Reference>
118118
</ItemGroup>
119119

120120
<ItemGroup>
121-
<Page Update="Pages\SettingsPage.xaml">
122-
<Generator>MSBuild:Compile</Generator>
123-
</Page>
121+
<Page Update="Pages\SettingsPage.xaml">
122+
<Generator>MSBuild:Compile</Generator>
123+
</Page>
124124
</ItemGroup>
125125

126126
<Target Name="XamlCopy" AfterTargets="Publish">

0 commit comments

Comments
 (0)