| 1 | = Reference Assemblies = |
| 2 | |
| 3 | Some machines have the following directories: |
| 4 | {{{ |
| 5 | C:\Program Files [(x86)]\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0 |
| 6 | C:\Program Files [(x86)]\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5 |
| 7 | }}} |
| 8 | |
| 9 | These are installed by Visual Studio to assist with the IDE. These assemblies are not present if only the SDK was installed. |
| 10 | |
| 11 | == See Also == |
| 12 | |
| 13 | * http://stackoverflow.com/questions/9701135/reference-assemblies-folder-and-different-assemblies-with-the-same-version |
| 14 | * https://www.google.com/search?q=.net+"reference+assemblies" |
| 15 | * MiscellaneousTopics |