diff options
Diffstat (limited to 'Build/Samples/CursorTest/CursorTest.vcxproj')
-rw-r--r-- | Build/Samples/CursorTest/CursorTest.vcxproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Build/Samples/CursorTest/CursorTest.vcxproj b/Build/Samples/CursorTest/CursorTest.vcxproj index affd66d..f9793f7 100644 --- a/Build/Samples/CursorTest/CursorTest.vcxproj +++ b/Build/Samples/CursorTest/CursorTest.vcxproj @@ -69,7 +69,12 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> - <PropertyGroup /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> @@ -117,6 +122,11 @@ <ItemGroup> <ClCompile Include="..\..\..\Source\Samples\CursorTest\main.cpp" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\Asura.Engine\Asura.Engine.vcxproj"> + <Project>{c402199a-49c2-4568-ae79-b56cb3b510d3}</Project> + </ProjectReference> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |