Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed May 13, 2023
1 parent 2d8a348 commit c42eb68
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions UvttThumbnailProvider.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<CodeAnalysisRules />
<CodeAnalysisRuleAssemblies />
<CustomBuildBeforeTargets>Clean</CustomBuildBeforeTargets>
<PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>Release\</OutDir>
Expand All @@ -102,6 +103,7 @@
<CodeAnalysisRules />
<CodeAnalysisRuleAssemblies />
<CustomBuildBeforeTargets>Clean</CustomBuildBeforeTargets>
<PreBuildEventUseInBuild>false</PreBuildEventUseInBuild>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -166,7 +168,7 @@
<Command>regsvr32 /s "$(ProjectDir)$(OutDir)UvttThumbnailProvider.dll"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Registering DLL</Message>
<Message>Register DLL</Message>
</PostBuildEvent>
<CustomBuildStep>
<Command>
Expand Down Expand Up @@ -224,13 +226,15 @@
<TargetMachine>MachineX64</TargetMachine>
</Link>
<PreBuildEvent>
<Command>regsvr32 /u /s "C:\Users\Chris\source\repos\Windows-classic-samples\Samples\Win7Samples\winui\shell\appshellintegration\RecipeThumbnailProvider\x64\Debug\RecipeThumbnailProvider.dll"</Command>
<Command>
</Command>
</PreBuildEvent>
<PreBuildEvent>
<Message>Deregister DLL</Message>
<Message>
</Message>
</PreBuildEvent>
<PostBuildEvent>
<Command>regsvr32 /s "C:\Users\Chris\source\repos\Windows-classic-samples\Samples\Win7Samples\winui\shell\appshellintegration\RecipeThumbnailProvider\x64\Debug\RecipeThumbnailProvider.dll"</Command>
<Command>regsvr32 /s "$(ProjectDir)$(OutDir)UvttThumbnailProvider.dll"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Register DLL</Message>
Expand Down

0 comments on commit c42eb68

Please sign in to comment.