Skip to content

Commit 424d457

Browse files
committed
slnx
1 parent 0cf2295 commit 424d457

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

src/Verify.OpenXml.slnx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path="../.gitattributes" />
4+
<File Path="../.gitignore" />
5+
<File Path="../docs/intro.include.md" />
6+
<File Path="../docs/zzz.include.md" />
7+
<File Path="../readme.md" />
8+
<File Path=".editorconfig" />
9+
<File Path="Directory.Build.props" />
10+
<File Path="Directory.Packages.props" />
11+
<File Path="global.json" />
12+
<File Path="mdsnippets.json" />
13+
<File Path="nuget.md" />
14+
</Folder>
15+
<Project Path="Tests/Tests.csproj" />
16+
<Project Path="Verify.OpenXml/Verify.OpenXml.csproj" />
17+
</Solution>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=BC2D76E54BBA65499DDED823A15FC688/RelativePath/@EntryValue">..\Shared.sln.DotSettings</s:String>
3+
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=BC2D76E54BBA65499DDED823A15FC688/@KeyIndexDefined">True</s:Boolean>
4+
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileBC2D76E54BBA65499DDED823A15FC688/@KeyIndexDefined">True</s:Boolean>
5+
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileBC2D76E54BBA65499DDED823A15FC688/RelativePriority/@EntryValue">1</s:Double>
6+
</wpf:ResourceDictionary>

0 commit comments

Comments
 (0)