1
0
Fork 0

Add file to store cslt stylesheet in

Also configured it to be an embedded resource
This commit is contained in:
Starbeamrainbowlabs 2016-07-06 11:03:21 +01:00
parent 1106d4ad4c
commit ef8e8f7f5f
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
@ -39,4 +40,10 @@
<Compile Include="Utilities.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Folder Include="XSLT\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="XSLT\DirectoryListing.xslt" />
</ItemGroup>
</Project>

View File

@ -0,0 +1 @@