Re: C# and C++
The .sln file in the project references GoogleDesktopComponentCommon
which is a C++ project. Look at the last couple of lines here:
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") =
"GoogleDesktopDisplayCSharpSample",
"GoogleDesktopDisplayCSharpSample.csproj",
"{4502771A-C317-4A6B-AB90-329A919B3AC4}"
ProjectSection(ProjectDependencies) = postProject
{5A0D55C3-7C2A-4B61-8F28-6B757052788F} =
{5A0D55C3-7C2A-4B61-8F28-6B757052788F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") =
"GoogleDesktopComponentCommon",
"..\common\GoogleDesktopComponentCommon.vcproj",
"{5A0D55C3-7C2A-4B61-8F28-6B757052788F}"
The free, downloadable Microsoft Visual Studio Express doesn't bundle
C++ and C#. In fact Microsoft warns agains this on the install page.
I refuse to download Visual Studio with a torrent. So Google Desktop
Team - what do I do? :)
0 Comments:
Yorum Gönder
<< Home