-
Notifications
You must be signed in to change notification settings - Fork 1
/
jxlNET.sln
37 lines (37 loc) · 1.9 KB
/
jxlNET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "jxlNET", "jxl.net\jxlNET.csproj", "{082301E2-C82F-4690-8493-04C209C0ACD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfExample", "WpfExample\WpfExample.csproj", "{8C16D955-F4F5-4A2C-B16F-5F86C2EC5F29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "jxlViewer", "jxlViewer\jxlViewer.csproj", "{BD7A4274-6EA2-496A-B381-BE698905379E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{082301E2-C82F-4690-8493-04C209C0ACD7}.Debug|x64.ActiveCfg = Debug|x64
{082301E2-C82F-4690-8493-04C209C0ACD7}.Debug|x64.Build.0 = Debug|x64
{082301E2-C82F-4690-8493-04C209C0ACD7}.Release|x64.ActiveCfg = Release|x64
{082301E2-C82F-4690-8493-04C209C0ACD7}.Release|x64.Build.0 = Release|x64
{8C16D955-F4F5-4A2C-B16F-5F86C2EC5F29}.Debug|x64.ActiveCfg = Debug|x64
{8C16D955-F4F5-4A2C-B16F-5F86C2EC5F29}.Debug|x64.Build.0 = Debug|x64
{8C16D955-F4F5-4A2C-B16F-5F86C2EC5F29}.Release|x64.ActiveCfg = Release|x64
{8C16D955-F4F5-4A2C-B16F-5F86C2EC5F29}.Release|x64.Build.0 = Release|x64
{BD7A4274-6EA2-496A-B381-BE698905379E}.Debug|x64.ActiveCfg = Debug|x64
{BD7A4274-6EA2-496A-B381-BE698905379E}.Debug|x64.Build.0 = Debug|x64
{BD7A4274-6EA2-496A-B381-BE698905379E}.Release|x64.ActiveCfg = Release|x64
{BD7A4274-6EA2-496A-B381-BE698905379E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13CDA40C-1BB2-46E9-A556-A2A96EED6DE4}
EndGlobalSection
EndGlobal