• J
    More CoreFx changes · 66d18e41
    Jared Parsons 提交于
    This has a number of small changes necessary for CoreFx support:
    
    - Thread through the client directory to CommonCompiler.  This is
    necessary for loading items like the SqmData.
    - Move GetAssemblyVersion and GetAssemblyFileVersion into
    CommonCompiler.  There is no need to specialize this for each compiler.
    - Change the implementation of the above methods to not rely on
    Assembly.Location which isn't present in CoreFx.
    
    closes #1974
    66d18e41
TouchedFileLoggingTests.vb 9.2 KB