Skip to content

Commit

Permalink
Updated build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Dec 21, 2024
1 parent 469361c commit 8a58f16
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions driver_00Amethyst/driver_00Amethyst.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<TypeLibraryName>$(ProjectName).tlb</TypeLibraryName>
</Midl>
</ItemDefinitionGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
<ClCompile>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Expand Down
6 changes: 6 additions & 0 deletions driver_Amethyst/driver_Amethyst.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<TypeLibraryName>$(ProjectName).tlb</TypeLibraryName>
</Midl>
</ItemDefinitionGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
<ClCompile>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Expand Down
14 changes: 7 additions & 7 deletions plugin_OpenVR/plugin_OpenVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@
<ItemGroup>
<Reference Include="com.driver_Amethyst" Condition="'$(Configuration)'=='Debug'">
<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>
<HintPath Condition="Exists('..\x64\Debug\')">..\x64\Debug\com.driver_Amethyst.dll</HintPath>
<HintPath Condition="Exists('..\x64\Debug\driver_Amethyst\')">..\x64\Debug\driver_Amethyst\com.driver_Amethyst.dll</HintPath>
<!--<HintPath>com.driver_Amethyst.dll</HintPath>-->
</Reference>

<Reference Include="com.driver_Amethyst" Condition="'$(Configuration)'=='Release'">
<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>
<HintPath Condition="Exists('..\x64\Release\')">..\x64\Release\com.driver_Amethyst.dll</HintPath>
<HintPath Condition="Exists('..\x64\Release\driver_Amethyst\')">..\x64\Release\driver_Amethyst\com.driver_Amethyst.dll</HintPath>
<!--<HintPath>com.driver_Amethyst.dll</HintPath>-->
</Reference>
</ItemGroup>
Expand All @@ -106,21 +106,21 @@
<ItemGroup>
<Reference Include="com.driver_00Amethyst" Condition="'$(Configuration)'=='Debug'">
<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>
<HintPath Condition="Exists('..\x64\Debug\')">..\x64\Debug\com.driver_00Amethyst.dll</HintPath>
<HintPath Condition="Exists('..\x64\Debug\driver_00Amethyst\')">..\x64\Debug\driver_00Amethyst\com.driver_00Amethyst.dll</HintPath>
<!--<HintPath>com.driver_00Amethyst.dll</HintPath>-->
</Reference>

<Reference Include="com.driver_00Amethyst" Condition="'$(Configuration)'=='Release'">
<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>
<HintPath Condition="Exists('..\x64\Release\')">..\x64\Release\com.driver_00Amethyst.dll</HintPath>
<HintPath Condition="Exists('..\x64\Release\driver_00Amethyst\')">..\x64\Release\driver_00Amethyst\com.driver_00Amethyst.dll</HintPath>
<!--<HintPath>com.driver_00Amethyst.dll</HintPath>-->
</Reference>
</ItemGroup>

<ItemGroup>
<Page Update="Pages\SettingsPage.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Update="Pages\SettingsPage.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>

<Target Name="XamlCopy" AfterTargets="Publish">
Expand Down

0 comments on commit 8a58f16

Please sign in to comment.