mirror of
https://github.com/ldematte/HostedPumpkin
synced 2026-06-08 15:25:15 +00:00
7 lines
246 B
C++
7 lines
246 B
C++
|
|
#include "AssemblyInfo.h"
|
|
|
|
AssemblyInfo::AssemblyInfo(const std::wstring& fullName, const std::wstring& loadPath, const std::wstring& debugInfoPath)
|
|
: FullName(fullName), AssemblyLoadPath(loadPath), AssemblyDebugInfoPath(debugInfoPath) { }
|
|
|