diff --git a/.gitignore b/.gitignore index 9f69f9ab90..414456d66a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ packages/* wpp.tgz cov-int +/.build-temp/ # Rider .idea \ No newline at end of file diff --git a/WowPacketParser.Proto/WowPacketParser.Proto.csproj b/WowPacketParser.Proto/WowPacketParser.Proto.csproj index ca00a63c98..cb0460fb5e 100644 --- a/WowPacketParser.Proto/WowPacketParser.Proto.csproj +++ b/WowPacketParser.Proto/WowPacketParser.Proto.csproj @@ -5,6 +5,30 @@ enable + + + + + + + + + + + + + + <_ProtobufSafeTemp>$([System.IO.Path]::GetFullPath('$(MSBuildProjectDirectory)\..\.build-temp')) + + + + + +