Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions VisualRust.Build/VisualRust.Rust.targets
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
<AddModules Include="$(IntermediateOutputPath)lib$(CrateName).a"/>
</ItemGroup>

<Target Name="CoreCompile">
<Target Name="CoreCompile"
Inputs="@(Code -> '$(MSBuildProjectDirectory)\%(RelativeDir)%(Filename)%(Extension)')"
Outputs="$(IntermediateOutputPath)\$(TargetName)$(TargetExt)"
Returns="">
<Rustc Input="$(_EntryPoint)"
OutputDirectory="$(IntermediateOutputPath)"
WorkingDirectory="$(ProjectDir)"
Expand Down Expand Up @@ -80,4 +83,4 @@
</PropertyGroup>
<Target Name="GetFrameworkPaths"/>
<Target Name="CreateManifestResourceNames"/>
</Project>
</Project>