blob: 0a8690b2243fa4f30ec52741b6e7785e40b0706f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// Resources used by common/*.
//
// Paths in this file are relative to SolutionDir.
#ifdef APSTUDIO_INVOKED
#error // Don't open in the Visual Studio resource editor!
#endif //APSTUDIO_INVOKED
#include "common\\common_resources.h"
/////////////////////////////////////////////////////////////////////////////
//
// data resources
//
IDR_JSTEMPLATE_JS BINDATA "third_party\\jstemplate\\jstemplate_compiled.js"
|