diff --git a/Toy.vcxproj b/Toy.vcxproj index 385535c..c3c09a7 100644 --- a/Toy.vcxproj +++ b/Toy.vcxproj @@ -70,12 +70,14 @@ true - $(SolutionDir)out\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ + $(SolutionDir)out\ + $(Platform)\$(Configuration)\ + false - $(SolutionDir)out\$(Configuration)\ - $(Platform)\$(ProjectName)\$(Configuration)\ + $(SolutionDir)out\ + $(Platform)\$(Configuration)\ + false @@ -111,12 +113,34 @@ TOY_EXPORT;%(PreprocessorDefinitions) stdc17 + + del "$(OutDir)$(ProjectName).exp" +del "$(OutDir)$(ProjectName).pdb" + + + + $(Outdir)$(TargetName)$(TargetExt) + + + $(Platform)\$(Configuration)\$(TargetName).bsc + stdc17 TOY_EXPORT;%(PreprocessorDefinitions) + + del "$(OutDir)$(ProjectName).exp" +del "$(OutDir)$(ProjectName).pdb" + + + + $(Outdir)$(TargetName)$(TargetExt) + + + $(Platform)\$(Configuration)\$(TargetName).bsc +