Skip to content

Commit 3c5315d

Browse files
committed
Merge branch 'hotfix/0.4.2'
* hotfix/0.4.2: (#140) Updated project files with new locations (#140) Copied templates into 64bit folder (#140) Move existing templates to new folder (maint) Remove reference to delete files
2 parents 2f046b3 + 14eecc1 commit 3c5315d

File tree

69 files changed

+1324
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1324
-63
lines changed

Cake.VisualStudio.sln

+62-28
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{7067556F-B744-4F73-B509-C8CC9F559AB9}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTemplate", "template\AddinTemplate\AddinTemplate.csproj", "{FCE573DD-E74E-4AB1-9D17-56FC8869797F}"
15-
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModuleTemplate", "template\ModuleTemplate\ModuleTemplate.csproj", "{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}"
17-
EndProject
1814
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItemTemplate", "template\ItemTemplate\ItemTemplate.csproj", "{C27AB61E-D245-4A8C-ABD1-53313E388509}"
1915
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTestTemplate", "template\AddinTestTemplate\AddinTestTemplate.csproj", "{AB983284-D1F6-4853-9462-402F2985A141}"
21-
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTestBasicTemplate", "template\AddinTestBasicTemplate\AddinTestBasicTemplate.csproj", "{F21E9BF8-745B-4B29-B113-0E55AE840D24}"
23-
EndProject
2416
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolutionItemTemplate", "template\SolutionItemTemplate\SolutionItemTemplate.csproj", "{5D45E667-D12D-44F8-8A87-5503BF5DE274}"
2517
EndProject
2618
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Cake.VisualStudio.Shared", "src\Cake.VisualStudio.Shared\Cake.VisualStudio.Shared.shproj", "{3D9AB2DB-3DD8-4E2B-8DBC-BF29EDAF1A1B}"
@@ -29,6 +21,26 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.VisualStudio", "src\Ca
2921
EndProject
3022
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.VisualStudio.2022", "src\Cake.VisualStudio.2022\Cake.VisualStudio.2022.csproj", "{F8EB885A-FCA3-410A-B895-9CE327D5D482}"
3123
EndProject
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "32bit", "32bit", "{85363126-FE10-445D-9F9C-12D6E2CFB0B4}"
25+
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "64bit", "64bit", "{B3BC087C-0BE8-4697-846A-5DC5B70929DB}"
27+
EndProject
28+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTemplate", "template\32bit\AddinTemplate\AddinTemplate.csproj", "{CBBA06CF-8804-41C1-962E-A74B1EBB5542}"
29+
EndProject
30+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTestBasicTemplate", "template\32bit\AddinTestBasicTemplate\AddinTestBasicTemplate.csproj", "{EEB3B03D-022D-4979-8B0F-A225D675BB83}"
31+
EndProject
32+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTestTemplate", "template\32bit\AddinTestTemplate\AddinTestTemplate.csproj", "{19BD1405-ADFC-47C7-A401-06376CFEABF5}"
33+
EndProject
34+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModuleTemplate", "template\32bit\ModuleTemplate\ModuleTemplate.csproj", "{E58A29FB-4385-46E9-99E2-AD6D80F283D5}"
35+
EndProject
36+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTemplate64", "template\64bit\AddinTemplate\AddinTemplate64.csproj", "{FCE573DD-E74E-4AB1-9D17-56FC8869797F}"
37+
EndProject
38+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTestBasicTemplate64", "template\64bit\AddinTestBasicTemplate\AddinTestBasicTemplate64.csproj", "{F21E9BF8-745B-4B29-B113-0E55AE840D24}"
39+
EndProject
40+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddinTestTemplate64", "template\64bit\AddinTestTemplate\AddinTestTemplate64.csproj", "{AB983284-D1F6-4853-9462-402F2985A141}"
41+
EndProject
42+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModuleTemplate64", "template\64bit\ModuleTemplate\ModuleTemplate64.csproj", "{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}"
43+
EndProject
3244
Global
3345
GlobalSection(SharedMSBuildProjectFiles) = preSolution
3446
src\Cake.VisualStudio.Shared\Cake.VisualStudio.Shared.projitems*{3d9ab2db-3dd8-4e2b-8dbc-bf29edaf1a1b}*SharedItemsImports = 13
@@ -40,26 +52,10 @@ Global
4052
Release|Any CPU = Release|Any CPU
4153
EndGlobalSection
4254
GlobalSection(ProjectConfigurationPlatforms) = postSolution
43-
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44-
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Debug|Any CPU.Build.0 = Debug|Any CPU
45-
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Release|Any CPU.ActiveCfg = Release|Any CPU
46-
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Release|Any CPU.Build.0 = Release|Any CPU
47-
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Release|Any CPU.Build.0 = Release|Any CPU
5155
{C27AB61E-D245-4A8C-ABD1-53313E388509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5256
{C27AB61E-D245-4A8C-ABD1-53313E388509}.Debug|Any CPU.Build.0 = Debug|Any CPU
5357
{C27AB61E-D245-4A8C-ABD1-53313E388509}.Release|Any CPU.ActiveCfg = Release|Any CPU
5458
{C27AB61E-D245-4A8C-ABD1-53313E388509}.Release|Any CPU.Build.0 = Release|Any CPU
55-
{AB983284-D1F6-4853-9462-402F2985A141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{AB983284-D1F6-4853-9462-402F2985A141}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{AB983284-D1F6-4853-9462-402F2985A141}.Release|Any CPU.ActiveCfg = Release|Any CPU
58-
{AB983284-D1F6-4853-9462-402F2985A141}.Release|Any CPU.Build.0 = Release|Any CPU
59-
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60-
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Debug|Any CPU.Build.0 = Debug|Any CPU
61-
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Release|Any CPU.ActiveCfg = Release|Any CPU
62-
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Release|Any CPU.Build.0 = Release|Any CPU
6359
{5D45E667-D12D-44F8-8A87-5503BF5DE274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6460
{5D45E667-D12D-44F8-8A87-5503BF5DE274}.Debug|Any CPU.Build.0 = Debug|Any CPU
6561
{5D45E667-D12D-44F8-8A87-5503BF5DE274}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -72,17 +68,55 @@ Global
7268
{F8EB885A-FCA3-410A-B895-9CE327D5D482}.Debug|Any CPU.Build.0 = Debug|Any CPU
7369
{F8EB885A-FCA3-410A-B895-9CE327D5D482}.Release|Any CPU.ActiveCfg = Release|Any CPU
7470
{F8EB885A-FCA3-410A-B895-9CE327D5D482}.Release|Any CPU.Build.0 = Release|Any CPU
71+
{CBBA06CF-8804-41C1-962E-A74B1EBB5542}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72+
{CBBA06CF-8804-41C1-962E-A74B1EBB5542}.Debug|Any CPU.Build.0 = Debug|Any CPU
73+
{CBBA06CF-8804-41C1-962E-A74B1EBB5542}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{CBBA06CF-8804-41C1-962E-A74B1EBB5542}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{EEB3B03D-022D-4979-8B0F-A225D675BB83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
76+
{EEB3B03D-022D-4979-8B0F-A225D675BB83}.Debug|Any CPU.Build.0 = Debug|Any CPU
77+
{EEB3B03D-022D-4979-8B0F-A225D675BB83}.Release|Any CPU.ActiveCfg = Release|Any CPU
78+
{EEB3B03D-022D-4979-8B0F-A225D675BB83}.Release|Any CPU.Build.0 = Release|Any CPU
79+
{19BD1405-ADFC-47C7-A401-06376CFEABF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{19BD1405-ADFC-47C7-A401-06376CFEABF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{19BD1405-ADFC-47C7-A401-06376CFEABF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
82+
{19BD1405-ADFC-47C7-A401-06376CFEABF5}.Release|Any CPU.Build.0 = Release|Any CPU
83+
{E58A29FB-4385-46E9-99E2-AD6D80F283D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
84+
{E58A29FB-4385-46E9-99E2-AD6D80F283D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
85+
{E58A29FB-4385-46E9-99E2-AD6D80F283D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{E58A29FB-4385-46E9-99E2-AD6D80F283D5}.Release|Any CPU.Build.0 = Release|Any CPU
87+
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
88+
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Debug|Any CPU.Build.0 = Debug|Any CPU
89+
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Release|Any CPU.ActiveCfg = Release|Any CPU
90+
{FCE573DD-E74E-4AB1-9D17-56FC8869797F}.Release|Any CPU.Build.0 = Release|Any CPU
91+
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92+
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Debug|Any CPU.Build.0 = Debug|Any CPU
93+
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Release|Any CPU.ActiveCfg = Release|Any CPU
94+
{F21E9BF8-745B-4B29-B113-0E55AE840D24}.Release|Any CPU.Build.0 = Release|Any CPU
95+
{AB983284-D1F6-4853-9462-402F2985A141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
96+
{AB983284-D1F6-4853-9462-402F2985A141}.Debug|Any CPU.Build.0 = Debug|Any CPU
97+
{AB983284-D1F6-4853-9462-402F2985A141}.Release|Any CPU.ActiveCfg = Release|Any CPU
98+
{AB983284-D1F6-4853-9462-402F2985A141}.Release|Any CPU.Build.0 = Release|Any CPU
99+
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
100+
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
101+
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
102+
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}.Release|Any CPU.Build.0 = Release|Any CPU
75103
EndGlobalSection
76104
GlobalSection(SolutionProperties) = preSolution
77105
HideSolutionNode = FALSE
78106
EndGlobalSection
79107
GlobalSection(NestedProjects) = preSolution
80-
{FCE573DD-E74E-4AB1-9D17-56FC8869797F} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
81-
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
82108
{C27AB61E-D245-4A8C-ABD1-53313E388509} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
83-
{AB983284-D1F6-4853-9462-402F2985A141} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
84-
{F21E9BF8-745B-4B29-B113-0E55AE840D24} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
85109
{5D45E667-D12D-44F8-8A87-5503BF5DE274} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
110+
{85363126-FE10-445D-9F9C-12D6E2CFB0B4} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
111+
{B3BC087C-0BE8-4697-846A-5DC5B70929DB} = {7067556F-B744-4F73-B509-C8CC9F559AB9}
112+
{CBBA06CF-8804-41C1-962E-A74B1EBB5542} = {85363126-FE10-445D-9F9C-12D6E2CFB0B4}
113+
{EEB3B03D-022D-4979-8B0F-A225D675BB83} = {85363126-FE10-445D-9F9C-12D6E2CFB0B4}
114+
{19BD1405-ADFC-47C7-A401-06376CFEABF5} = {85363126-FE10-445D-9F9C-12D6E2CFB0B4}
115+
{E58A29FB-4385-46E9-99E2-AD6D80F283D5} = {85363126-FE10-445D-9F9C-12D6E2CFB0B4}
116+
{FCE573DD-E74E-4AB1-9D17-56FC8869797F} = {B3BC087C-0BE8-4697-846A-5DC5B70929DB}
117+
{F21E9BF8-745B-4B29-B113-0E55AE840D24} = {B3BC087C-0BE8-4697-846A-5DC5B70929DB}
118+
{AB983284-D1F6-4853-9462-402F2985A141} = {B3BC087C-0BE8-4697-846A-5DC5B70929DB}
119+
{85BCBED7-39BD-4670-85F7-EE36D0DA31C0} = {B3BC087C-0BE8-4697-846A-5DC5B70929DB}
86120
EndGlobalSection
87121
GlobalSection(ExtensibilityGlobals) = postSolution
88122
SolutionGuid = {15DFF96E-5E40-427D-B045-2B82B3A4FD92}

src/Cake.VisualStudio.2022/Cake.VisualStudio.2022.csproj

+16-16
Original file line numberDiff line numberDiff line change
@@ -226,23 +226,30 @@
226226
</ItemGroup>
227227
<ItemGroup />
228228
<ItemGroup>
229-
<ProjectReference Include="..\..\template\AddinTemplate\AddinTemplate.csproj">
230-
<Project>{FCE573DD-E74E-4AB1-9D17-56FC8869797F}</Project>
231-
<Name>AddinTemplate</Name>
229+
<ProjectReference Include="..\..\template\64bit\AddinTemplate\AddinTemplate64.csproj">
230+
<Project>{fce573dd-e74e-4ab1-9d17-56fc8869797f}</Project>
231+
<Name>AddinTemplate64</Name>
232232
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
233233
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
234234
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
235235
</ProjectReference>
236-
<ProjectReference Include="..\..\template\AddinTestBasicTemplate\AddinTestBasicTemplate.csproj">
237-
<Project>{F21E9BF8-745B-4B29-B113-0E55AE840D24}</Project>
238-
<Name>AddinTestBasicTemplate</Name>
236+
<ProjectReference Include="..\..\template\64bit\AddinTestBasicTemplate\AddinTestBasicTemplate64.csproj">
237+
<Project>{f21e9bf8-745b-4b29-b113-0e55ae840d24}</Project>
238+
<Name>AddinTestBasicTemplate64</Name>
239239
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
240240
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
241241
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
242242
</ProjectReference>
243-
<ProjectReference Include="..\..\template\AddinTestTemplate\AddinTestTemplate.csproj">
244-
<Project>{AB983284-D1F6-4853-9462-402F2985A141}</Project>
245-
<Name>AddinTestTemplate</Name>
243+
<ProjectReference Include="..\..\template\64bit\AddinTestTemplate\AddinTestTemplate64.csproj">
244+
<Project>{ab983284-d1f6-4853-9462-402f2985a141}</Project>
245+
<Name>AddinTestTemplate64</Name>
246+
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
247+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
248+
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
249+
</ProjectReference>
250+
<ProjectReference Include="..\..\template\64bit\ModuleTemplate\ModuleTemplate64.csproj">
251+
<Project>{85bcbed7-39bd-4670-85f7-ee36d0da31c0}</Project>
252+
<Name>ModuleTemplate64</Name>
246253
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
247254
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
248255
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
@@ -254,13 +261,6 @@
254261
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
255262
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
256263
</ProjectReference>
257-
<ProjectReference Include="..\..\template\ModuleTemplate\ModuleTemplate.csproj">
258-
<Project>{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}</Project>
259-
<Name>ModuleTemplate</Name>
260-
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
261-
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
262-
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
263-
</ProjectReference>
264264
<ProjectReference Include="..\..\template\SolutionItemTemplate\SolutionItemTemplate.csproj">
265265
<Project>{5D45E667-D12D-44F8-8A87-5503BF5DE274}</Project>
266266
<Name>SolutionItemTemplate</Name>

src/Cake.VisualStudio.2022/source.extension.vsixmanifest

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<Asset Type="xunit.extensibility.core.2.4.1.nupkg" d:Source="File" Path="Packages\xunit.extensibility.core.2.4.1.nupkg" d:VsixSubPath="Packages" />
3030
<Asset Type="xunit.extensibility.execution.2.4.1.nupkg" d:Source="File" Path="Packages\xunit.extensibility.execution.2.4.1.nupkg" d:VsixSubPath="Packages" />
3131
<Asset Type="xunit.runner.visualstudio.2.4.3.nupkg" d:Source="File" Path="Packages\xunit.runner.visualstudio.2.4.3.nupkg" d:VsixSubPath="Packages" />
32-
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="AddinTemplate" d:TargetPath="|AddinTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3332
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="ItemTemplate" d:TargetPath="|ItemTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
34-
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="ModuleTemplate" d:TargetPath="|ModuleTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
35-
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="AddinTestTemplate" d:TargetPath="|AddinTestTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
36-
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="AddinTestBasicTemplate" d:TargetPath="|AddinTestBasicTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
33+
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="ModuleTemplate64" d:TargetPath="|ModuleTemplate64;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
34+
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="AddinTestTemplate64" d:TargetPath="|AddinTestTemplate64;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
35+
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="AddinTestBasicTemplate64" d:TargetPath="|AddinTestBasicTemplate64;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3736
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="SolutionItemTemplate" d:TargetPath="|SolutionItemTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
37+
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="AddinTemplate64" d:TargetPath="|AddinTemplate64;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
3838
</Assets>
3939
<Prerequisites>
4040
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />

src/Cake.VisualStudio.2022/source.extension1.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Cake.VisualStudio
77
{
88
internal sealed partial class Vsix
99
{
10-
public const string Id = "3cf9b016-d63f-44ee-849d-6f3efc996134";
10+
public const string Id = "ad71f4ec-6358-47a3-8a27-d9dc61d0606b";
1111
public const string Name = "Cake for Visual Studio 2022";
1212
public const string Description = @"Adds support for the Cake build tool in Visual Studio 2022. Includes support for the Task Runner Explorer, new templates and bootstrapping important Cake files.";
1313
public const string Language = "en-US";

src/Cake.VisualStudio/Cake.VisualStudio.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -228,21 +228,21 @@
228228
</ItemGroup>
229229
<ItemGroup />
230230
<ItemGroup>
231-
<ProjectReference Include="..\..\template\AddinTemplate\AddinTemplate.csproj">
231+
<ProjectReference Include="..\..\template\32bit\AddinTemplate\AddinTemplate.csproj">
232232
<Project>{FCE573DD-E74E-4AB1-9D17-56FC8869797F}</Project>
233233
<Name>AddinTemplate</Name>
234234
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
235235
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
236236
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
237237
</ProjectReference>
238-
<ProjectReference Include="..\..\template\AddinTestBasicTemplate\AddinTestBasicTemplate.csproj">
238+
<ProjectReference Include="..\..\template\32bit\AddinTestBasicTemplate\AddinTestBasicTemplate.csproj">
239239
<Project>{F21E9BF8-745B-4B29-B113-0E55AE840D24}</Project>
240240
<Name>AddinTestBasicTemplate</Name>
241241
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
242242
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
243243
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
244244
</ProjectReference>
245-
<ProjectReference Include="..\..\template\AddinTestTemplate\AddinTestTemplate.csproj">
245+
<ProjectReference Include="..\..\template\32bit\AddinTestTemplate\AddinTestTemplate.csproj">
246246
<Project>{AB983284-D1F6-4853-9462-402F2985A141}</Project>
247247
<Name>AddinTestTemplate</Name>
248248
<VSIXSubPath>ProjectTemplates</VSIXSubPath>
@@ -256,7 +256,7 @@
256256
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
257257
<IncludeOutputGroupsInVSIX>TemplateProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
258258
</ProjectReference>
259-
<ProjectReference Include="..\..\template\ModuleTemplate\ModuleTemplate.csproj">
259+
<ProjectReference Include="..\..\template\32bit\ModuleTemplate\ModuleTemplate.csproj">
260260
<Project>{85BCBED7-39BD-4670-85F7-EE36D0DA31C0}</Project>
261261
<Name>ModuleTemplate</Name>
262262
<VSIXSubPath>ProjectTemplates</VSIXSubPath>

template/AddinTemplate/AddinTemplate.csproj template/32bit/AddinTemplate/AddinTemplate.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
2727
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2828
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
29-
<ProjectGuid>{FCE573DD-E74E-4AB1-9D17-56FC8869797F}</ProjectGuid>
29+
<ProjectGuid>{CBBA06CF-8804-41C1-962E-A74B1EBB5542}</ProjectGuid>
3030
<OutputType>Library</OutputType>
3131
<AppDesignerFolder>Properties</AppDesignerFolder>
3232
<RootNamespace>AddinTemplate</RootNamespace>
@@ -76,7 +76,6 @@
7676
<ItemGroup>
7777
<None Include="AssemblyInfo.cs" />
7878
<None Include="Aliases.cs" />
79-
<None Include="packages.config" />
8079
<None Include="ProjectTemplate.csproj" />
8180
<None Include="AddinTemplate.ico" />
8281
</ItemGroup>
@@ -100,4 +99,4 @@
10099
</ItemGroup>
101100
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102101
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
103-
</Project>
102+
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)