Skip to content

Commit

Permalink
Add build events
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosch250 committed Jun 10, 2015
1 parent d444290 commit 00ce3c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RetailCoder.VBE/Rubberduck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1073,12 +1073,10 @@
</Target>
<Import Project="..\packages\Antlr4.4.3.0\build\Antlr4.targets" Condition="Exists('..\packages\Antlr4.4.3.0\build\Antlr4.targets')" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>c:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe "$(TargetPath)" /codebase /tlb</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PreBuildEvent>c:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe "$(TargetPath)" /u</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 2 additions & 0 deletions Rubberduck.sln
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Global
{20589DE8-432E-4359-9232-69EB070B7185}.Release64|x86.ActiveCfg = Release64|x86
{20589DE8-432E-4359-9232-69EB070B7185}.Release64|x86.Build.0 = Release64|x86
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Debug|x64.ActiveCfg = Debug|x64
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Debug|x86.ActiveCfg = Debug|x86
{10B55A38-F43B-47ED-8DEA-8435647DA2D5}.Debug64|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -159,6 +160,7 @@ Global
{0040E129-1AA2-459F-A59A-129FA4035E01}.Release64|x64.ActiveCfg = Release|Any CPU
{0040E129-1AA2-459F-A59A-129FA4035E01}.Release64|x86.ActiveCfg = Release|Any CPU
{83ED9BBF-5AD4-4EB2-B5F0-6EB97DFED9D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83ED9BBF-5AD4-4EB2-B5F0-6EB97DFED9D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83ED9BBF-5AD4-4EB2-B5F0-6EB97DFED9D0}.Debug|x64.ActiveCfg = Debug|Any CPU
{83ED9BBF-5AD4-4EB2-B5F0-6EB97DFED9D0}.Debug|x86.ActiveCfg = Debug|Any CPU
{83ED9BBF-5AD4-4EB2-B5F0-6EB97DFED9D0}.Debug64|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit 00ce3c9

Please sign in to comment.