Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions .vs/KSFramework/xs/UserPrefs.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
<Properties>
<MonoDevelop.Ide.Workbench ActiveDocument="src/KSFramework/Api/ApiResult.cs">
<Files>
<File FileName="src/KSFramework/Api/ApiResult.cs" Line="1" Column="1" />
</Files>
<MonoDevelop.Ide.Workbench>
<Pads>
<Pad Id="ProjectPad">
<State name="__root__">
<Node name="KSFramework" expanded="True">
<Node name="src" expanded="True">
<Node name="KSFramework" expanded="True">
<Node name="Dependencies" expanded="True">
<Node name="PackageDependencies" expanded="True" />
</Node>
<Node name="Api" expanded="True" />
</Node>
</Node>
</Node>
<Node name="KSFramework" expanded="True" />
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
<MultiItemStartupConfigurations />
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
Expand Down
2 changes: 1 addition & 1 deletion .vs/KSFramework/xs/project-cache/KSFramework-Debug.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions KSFramework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KSFramework", "KSFramework"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KSFramework.UnitTests", "tests\KSFramework\KSFramework.UnitTests\KSFramework.UnitTests.csproj", "{48D1B7B2-D99B-4554-BBFB-95E75720B8E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KSFramework.IntegrationTests", "tests\KSFramework\KSFramework.IntegrationTests\KSFramework.IntegrationTests.csproj", "{C990672B-5ECD-4123-AF33-1F5CE23318E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -65,6 +67,18 @@ Global
{48D1B7B2-D99B-4554-BBFB-95E75720B8E5}.Release|x64.Build.0 = Release|Any CPU
{48D1B7B2-D99B-4554-BBFB-95E75720B8E5}.Release|x86.ActiveCfg = Release|Any CPU
{48D1B7B2-D99B-4554-BBFB-95E75720B8E5}.Release|x86.Build.0 = Release|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Debug|x64.ActiveCfg = Debug|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Debug|x64.Build.0 = Debug|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Debug|x86.ActiveCfg = Debug|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Debug|x86.Build.0 = Debug|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Release|Any CPU.Build.0 = Release|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Release|x64.ActiveCfg = Release|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Release|x64.Build.0 = Release|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Release|x86.ActiveCfg = Release|Any CPU
{C990672B-5ECD-4123-AF33-1F5CE23318E9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -75,5 +89,6 @@ Global
{D849CD75-73AE-4F1A-80EA-0FC596C80723} = {B36C9166-6687-1700-0084-D88BD073518A}
{6F746C7E-99E8-D040-B792-CDA2514E83CE} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
{48D1B7B2-D99B-4554-BBFB-95E75720B8E5} = {6F746C7E-99E8-D040-B792-CDA2514E83CE}
{C990672B-5ECD-4123-AF33-1F5CE23318E9} = {6F746C7E-99E8-D040-B792-CDA2514E83CE}
EndGlobalSection
EndGlobal
Loading
Loading