-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyTemplate.vstemplate
More file actions
36 lines (36 loc) · 1.49 KB
/
MyTemplate.vstemplate
File metadata and controls
36 lines (36 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="ProjectGroup">
<TemplateData>
<Name>FMI AWS Lambda C# Solution</Name>
<Description>Template of C# AWS Lambda with tests</Description>
<ProjectType>CSharp</ProjectType>
<ProjectSubType>
</ProjectSubType>
<SortOrder>0</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>AwsLambdaTemplate</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<CreateInPlace>true</CreateInPlace>
<Icon>__TemplateIcon.png</Icon>
<PreviewImage>__PreviewImage.jpg</PreviewImage>
</TemplateData>
<TemplateContent>
<ProjectCollection>
<SolutionFolder Name="Tests">
<ProjectTemplateLink ProjectName="$safeprojectname$.Tests">
AwsLambdaTemplate.Tests\MyTemplate.vstemplate
</ProjectTemplateLink>
<ProjectTemplateLink ProjectName="$safeprojectname$.Service.Tests">
AwsLambdaTemplateService.Tests\MyTemplate.vstemplate
</ProjectTemplateLink>
</SolutionFolder>
<ProjectTemplateLink ProjectName="$safeprojectname$">
AwsLambdaTemplate\MyTemplate.vstemplate
</ProjectTemplateLink>
<ProjectTemplateLink ProjectName="$safeprojectname$.Service">
AwsLambdaTemplateService\MyTemplate.vstemplate
</ProjectTemplateLink>
</ProjectCollection>
</TemplateContent>
</VSTemplate>