Ask a questionAsk a question
 

QuestionQuestionTemplates: ZipProjects and ZipItems targets are absent in Visual Studio 2010 Beta1 SDK

  • Monday, April 06, 2009 10:39 AMAnton Kochepasov Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    An example XML from Templates.csproj which is workable in VS 2008
      <ItemGroup>
        <ZipProject Include="templateitem1.cpp">
          <RootPath>ProjectsTemplates\Project1</RootPath>
        </ZipProject>
      </ItemGroup>

    Now it's stopped working.

    In the most recent Visual Studio 2010 SDK Microsoft.VsSDK.targets file doesn't contain ZipProjects and ZipItems targets and UsingTask specification even though Microsoft.VsSDK.Build.Tasks.dll (version 10.0.20207.0) contains the tasks.

    Could you tell how to create project and item templates in a proper way as ZipProject is not available in the SDK?
    Anton