diff options
author | wsoltys <wiso@xbmc.org> | 2012-01-02 10:36:31 +0100 |
---|---|---|
committer | wsoltys <wiso@xbmc.org> | 2012-01-02 10:37:16 +0100 |
commit | 004c9db9d59daaf9cf456005d487fe42f2893394 (patch) | |
tree | bdb010dc1f98032bb08276cb2a7581c0cafaf81c /project/VS2010Express/VC90.CRT.x86.manifest | |
parent | 95aeff2205b103a031b35c585dae764483af051c (diff) |
[WIN32] fixed: python scripts not running anymore.
Revert "[WIN] remove manifest file. It declared a dependency on the vs2008 runtime."
This reverts commit e59aa6fa4eed8dc87b386a1f542814d4c9d8483b.
Diffstat (limited to 'project/VS2010Express/VC90.CRT.x86.manifest')
-rw-r--r-- | project/VS2010Express/VC90.CRT.x86.manifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/VC90.CRT.x86.manifest b/project/VS2010Express/VC90.CRT.x86.manifest new file mode 100644 index 0000000000..52026e49e6 --- /dev/null +++ b/project/VS2010Express/VC90.CRT.x86.manifest @@ -0,0 +1,8 @@ +<?xml version='1.0' encoding='UTF-8' standalone='yes'?> +<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> + <dependency> + <dependentAssembly> + <assemblyIdentity type='win32' name='Microsoft.VC90.CRT' version='9.0.30729.1' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' /> + </dependentAssembly> + </dependency> +</assembly> |