-
Notifications
You must be signed in to change notification settings - Fork 0
/
UXI.Filters.sln
43 lines (43 loc) · 2.08 KB
/
UXI.Filters.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UXI.Filters", "src\UXI.Filters\UXI.Filters.csproj", "{7792897B-BC91-4CAF-806F-067D326604C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5519A1BA-7449-4859-8BB0-8E22C1E50F6A}"
ProjectSection(SolutionItems) = preProject
.nuget\UXI.Filters.nuspec = .nuget\UXI.Filters.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA6042CB-52D2-40D5-AEA7-E1774E8774DC}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UXI.Filters.Test", "test\UXI.Filters.Test\UXI.Filters.Test.csproj", "{41BA9EFC-8584-4213-90B7-C1FA5B3938EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7792897B-BC91-4CAF-806F-067D326604C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7792897B-BC91-4CAF-806F-067D326604C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7792897B-BC91-4CAF-806F-067D326604C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7792897B-BC91-4CAF-806F-067D326604C5}.Release|Any CPU.Build.0 = Release|Any CPU
{41BA9EFC-8584-4213-90B7-C1FA5B3938EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41BA9EFC-8584-4213-90B7-C1FA5B3938EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41BA9EFC-8584-4213-90B7-C1FA5B3938EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41BA9EFC-8584-4213-90B7-C1FA5B3938EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F25330BA-5428-41F1-8945-2749ACCA5C64}
EndGlobalSection
EndGlobal