mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Add file to store cslt stylesheet in
Also configured it to be an embedded resource
This commit is contained in:
parent
1106d4ad4c
commit
ef8e8f7f5f
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
1
GalleryShare/XSLT/DirectoryListing.xslt
Normal file
1
GalleryShare/XSLT/DirectoryListing.xslt
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in a new issue