summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-17 06:29:24 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-17 06:29:24 -0800
commitc14cd459d9dfa2bd160d850ce4c8ce874acbf59d (patch)
treeb795ee6185c78c76b22a348facbb295fd4fef165
parentbbecf4bed22f75d4c095d61c1e943ad85877feb8 (diff)
downloadDotNetOpenAuth-c14cd459d9dfa2bd160d850ce4c8ce874acbf59d.zip
DotNetOpenAuth-c14cd459d9dfa2bd160d850ce4c8ce874acbf59d.tar.gz
DotNetOpenAuth-c14cd459d9dfa2bd160d850ce4c8ce874acbf59d.tar.bz2
Fixed .vsi generation.
-rw-r--r--vsi/vsi.proj9
1 files changed, 4 insertions, 5 deletions
diff --git a/vsi/vsi.proj b/vsi/vsi.proj
index 04ac615..be0c73b 100644
--- a/vsi/vsi.proj
+++ b/vsi/vsi.proj
@@ -27,15 +27,14 @@
</VsiTransformSource>
<VsiTransformLayout Include="@(VsiTransformSource->'$(ProjectTemplatesVsiDirectory)%(RecursiveDir)%(FileName)%(Extension)')" />
- <ProjectTemplateVsiContents Include="
- $(ProjectTemplatesVsiDirectory)*.zip;
- @(VsiTransformLayout);
- " />
-
<ProjectTemplate2008ZipSource>
<HardLink>true</HardLink>
</ProjectTemplate2008ZipSource>
<ProjectTemplate2008ZipTargets Include="@(ProjectTemplate2008ZipSource->'$(ProjectTemplatesVsiDirectory)%(FileName)%(Extension)')" />
+ <ProjectTemplateVsiContents Include="
+ @(VsiTransformLayout);
+ @(ProjectTemplate2008ZipTargets);
+ " />
</ItemGroup>
<CopyWithTokenSubstitution SourceFiles="@(VsiTransformSource)" DestinationFiles="@(VsiTransformLayout)" />