Skip to content

Instantly share code, notes, and snippets.

@philiplaureano
Created May 8, 2011 07:39
Show Gist options
  • Save philiplaureano/961203 to your computer and use it in GitHub Desktop.
Save philiplaureano/961203 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="sdkDir" value="C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin"/>
<add key="sdkDirUnderVista" value="C:\Program Files (x86)\Microsoft.NET\SDK\v2.0\Bin"/>
</appSettings>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment