C# reference in .props file
问题 When I add this code directly to the .csproj file, the reference is resolved correctly: <ItemGroup> <Reference Include="base_csharp"> <HintPath>D:\Repositories\MDSBuild\MdsDrivers\deps\Base\install\bin\Windows\MSVC\x86\Debug\base_csharp.dll</HintPath> </Reference> </ItemGroup> However, when I put the exact same code in a props file <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Reference Include=