| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| index c2aaef3ae4ecdfff0d282de12c3b28bde6411e68..8870ace897a73e66b64a7115d947726a98228847 100644
|
| --- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/NativeClientVSAddIn.csproj
|
| @@ -16,7 +16,7 @@
|
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
| <DebugSymbols>true</DebugSymbols>
|
| <Optimize>false</Optimize>
|
| - <OutputPath>..\..\..\out\vs_addin\Debug\</OutputPath>
|
| + <OutputPath>..\..\..\out\vs_addin\2010\Debug\</OutputPath>
|
| <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
| <DefineConstants>DEBUG;TRACE</DefineConstants>
|
| <WarningLevel>4</WarningLevel>
|
| @@ -26,7 +26,7 @@
|
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
| <DebugSymbols>false</DebugSymbols>
|
| <Optimize>true</Optimize>
|
| - <OutputPath>..\..\..\out\vs_addin\Release\</OutputPath>
|
| + <OutputPath>..\..\..\out\vs_addin\2010\Release\</OutputPath>
|
| <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
| <DefineConstants>TRACE</DefineConstants>
|
| <WarningLevel>4</WarningLevel>
|
|
|