Skip to content

Commit 2df6bea

Browse files
committed
slnx
1 parent 5eea1fc commit 2df6bea

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

src/DiffEngine.slnx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<Solution>
2+
<Configurations>
3+
<BuildType Name="Debug" />
4+
<BuildType Name="Release" />
5+
<BuildType Name="Release-NotWindows" />
6+
</Configurations>
7+
<Folder Name="/Solution Items/">
8+
<File Path="../appveyor.yml" />
9+
<File Path="../readme.source.md" />
10+
<File Path=".editorconfig" />
11+
<File Path="Directory.Build.props" />
12+
<File Path="Directory.Packages.props" />
13+
<File Path="global.json" />
14+
<File Path="mdsnippets.json" />
15+
</Folder>
16+
<Project Path="DiffEngine.Tests/DiffEngine.Tests.csproj">
17+
<BuildDependency Project="FakeDiffTool/FakeDiffTool.csproj" />
18+
<BuildType Solution="Release-NotWindows|*" Project="Release" />
19+
</Project>
20+
<Project Path="DiffEngine/DiffEngine.csproj">
21+
<BuildType Solution="Release-NotWindows|*" Project="Release" />
22+
</Project>
23+
<Project Path="DiffEngineTray.Tests/DiffEngineTray.Tests.csproj">
24+
<BuildDependency Project="FakeDiffTool/FakeDiffTool.csproj" />
25+
<BuildType Solution="Release-NotWindows|*" Project="Release" />
26+
<Build Solution="Release-NotWindows|*" Project="false" />
27+
</Project>
28+
<Project Path="DiffEngineTray/DiffEngineTray.csproj">
29+
<BuildType Solution="Release-NotWindows|*" Project="Release" />
30+
<Build Solution="Release-NotWindows|*" Project="false" />
31+
</Project>
32+
<Project Path="FakeDiffTool/FakeDiffTool.csproj">
33+
<BuildType Solution="Release-NotWindows|*" Project="Release" />
34+
</Project>
35+
<Project Path="VersionTests/VersionTests.csproj">
36+
<BuildType Solution="Release-NotWindows|*" Project="Debug" />
37+
</Project>
38+
</Solution>

src/DiffEngine.slnx.DotSettings

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)