-
Notifications
You must be signed in to change notification settings - Fork 0
/
Diffusion2D_Library.sln
31 lines (31 loc) · 1.6 KB
/
Diffusion2D_Library.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffusion2D_Library", "Diffusion2D_Library.csproj", "{0402B501-B293-47CA-AE2E-7939BD274CAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test_Diffusion2D_Library", "..\Test_Diffusion2D_Library\Test_Diffusion2D_Library.csproj", "{43A63030-4802-4B22-AD0F-2A42A17C6C09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0402B501-B293-47CA-AE2E-7939BD274CAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0402B501-B293-47CA-AE2E-7939BD274CAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0402B501-B293-47CA-AE2E-7939BD274CAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0402B501-B293-47CA-AE2E-7939BD274CAE}.Release|Any CPU.Build.0 = Release|Any CPU
{43A63030-4802-4B22-AD0F-2A42A17C6C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43A63030-4802-4B22-AD0F-2A42A17C6C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43A63030-4802-4B22-AD0F-2A42A17C6C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43A63030-4802-4B22-AD0F-2A42A17C6C09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D9B0809-A19B-4E9F-B30E-C9723CA1C6F9}
EndGlobalSection
EndGlobal