I have a Visual Studio 2012 solution that includes a C # Addinproject and a C ++ project Shim. If I made changes to Addin(C #), I want Shim(C ++) to rebuild, but I cannot achieve it. When I press F5, it Addinrebuilds, but Shimno. If I am Rebuild Solution, then this is good, but there are many other projects in the solution, and it takes too much time to do this every time.
Addin
Shim
Rebuild Solution
I am running Visual Studio 2012 Update 4 on 64-bit Windows Pro 8.0 with a 64-bit processor.
This is what I have tried so far:
Creation Shimdepends on Addinthrough "Project Dependencies ..."
ShimLink settingAddin
(adding a link) Setting 'Output Reference Assembly' and 'Link Library Dependencies' to True
Adding both the project folder and the output folder Addinto the "Additional inclusion directories" in the Shimproperties => Config => C / C ++ section
Reading this article: Visual Studio 2012 does not create a project at startup when its dependencies change (nothing good)
Reading this article: VS 2012 does not create a dependent project (changing the staging folder to Shima new folder did not work)
Validating the rebuild Addinby checking the folders objand bin(this)
obj
bin
Checking for any changes in folders objand bin Shim(they are not)
: Visual Studio/MSBUILD .lib , ( , Shim , )
. - Project file contains ToolsVersion="12.0". This toolset is unknown or missing., , , NuGet ( ), VS2012, VS2013.
Project file contains ToolsVersion="12.0". This toolset is unknown or missing.
http://msdn.microsoft.com/en-us/library/ez524kew.aspx#sectionToggle6 http://msdn.microsoft.com/en-us/library/et61xzb3.aspx, , , , .
VS , .
, , " " = > , , . - ?
, ++ , #. , "" "", "", , , Project Rebuild.
Source: https://habr.com/ru/post/1538898/More articles:Using + [MagicalRecord saveWithBlock: termination:], termination is not called - iosПочему допустимо присвоить тип интерфейса в Go? - goMatrix with an unknown number of rows and columns. Own library - c ++MagicalRecord termination block not called for test target - iosconvert to local timezone using latitude and longitude? - timezoneBash PS1 показывает $вместо # для root - linuxVisual Studio 2012 не создает проект при запуске при изменении его зависимостей - visual-studio-2012VS 2012 does not create a dependent project - c ++Does UIImagePickerController work on an iOS device, but not on an iOS simulator? - iosGrunt task that can be run without arguments - node.jsAll Articles