Skip to content

Commit 652a937

Browse files
committed
Minor directory structure cleanup.
1 parent 4590654 commit 652a937

File tree

6 files changed

+16
-30
lines changed

6 files changed

+16
-30
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ build/
4848
*.pidb
4949
*.log
5050
*.scc
51-
*.pkgdef
5251

5352
# Visual C++ cache files
5453
ipch/

CatchVsTestAdapter/CatchVsTestAdapter.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,11 @@
8787
<ItemGroup>
8888
<Compile Include="CatchTestDiscoverer.cs" />
8989
<Compile Include="CatchTestExecutor.cs" />
90-
<None Include="CatchVsTestAdaptorPackage.cs" />
9190
<Compile Include="FailureExpression.cs" />
9291
<Compile Include="Properties\AssemblyInfo.cs" />
9392
<Compile Include="Utility.cs" />
9493
</ItemGroup>
9594
<ItemGroup>
96-
<Content Include="CatchVsTestAdapter.pkgdef">
97-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
98-
<IncludeInVSIX>true</IncludeInVSIX>
99-
</Content>
10095
<Content Include="ItemTemplates\Test\CatchVsItemTemplate\catch.ico">
10196
<IncludeInVSIX>true</IncludeInVSIX>
10297
</Content>
@@ -122,6 +117,10 @@
122117
<Content Include="Snippets\Catch.snippet">
123118
<IncludeInVSIX>true</IncludeInVSIX>
124119
</Content>
120+
<Content Include="Snippets\snippets.pkgdef">
121+
<IncludeInVSIX>true</IncludeInVSIX>
122+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
123+
</Content>
125124
<None Include="source.extension.vsixmanifest">
126125
<SubType>Designer</SubType>
127126
</None>

CatchVsTestAdapter/CatchVsTestAdaptorPackage.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
2-
<TemplateData>
3-
<Name>Catch Unit Test File</Name>
4-
<Description>And empty file for Catch unit tests.</Description>
5-
<Icon>catch.ico</Icon>
6-
<ProjectType>VC</ProjectType>
7-
<ProjectSubType></ProjectSubType>
8-
<DefaultName>Test.cpp</DefaultName>
9-
</TemplateData>
10-
<TemplateContent>
11-
<ProjectItem ReplaceParameters="true">Test.cpp</ProjectItem>
12-
</TemplateContent>
2+
<TemplateData>
3+
<Name>Catch Unit Test File</Name>
4+
<Description>And empty file for Catch unit tests.</Description>
5+
<ProjectType>VC</ProjectType>
6+
<ProjectSubType></ProjectSubType>
7+
<DefaultName>Test.cpp</DefaultName>
8+
<Icon>catch.ico</Icon>
9+
</TemplateData>
10+
<TemplateContent>
11+
<ProjectItem ReplaceParameters="true">Test.cpp</ProjectItem>
12+
</TemplateContent>
1313
</VSTemplate>
198 Bytes
Binary file not shown.

CatchVsTestAdapter/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="CatchVsTestAdapter" Path="|CatchVsTestAdapter|" />
2424
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates\Test\CatchVsProjectTemplate" d:TargetPath="ProjectTemplates\CatchVsProjectTemplate\CatchVsProjectTemplate.vstemplate" />
2525
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="File" Path="ItemTemplates" d:VsixSubPath="ItemTemplates\Test\CatchVsItemTemplate" d:TargetPath="ItemTemplates\CatchVsItemTemplate\CatchVsItemTemplate.vstemplate" />
26-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="CatchVsTestAdapter.pkgdef" />
26+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Snippets\snippets.pkgdef" />
2727
</Assets>
2828
</PackageManifest>

0 commit comments

Comments
 (0)