Files
2014-12-15 09:37:11 +01:00

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) { }