forked from ArchiDog1998/RadiWind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RadiWind.sln
37 lines (37 loc) · 2.04 KB
/
RadiWind.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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadiWind", "RadiWind\RadiWind.csproj", "{A7825677-1589-4F5D-A95F-A090D631C8EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadiWindAlgorithm", "RadiWindAlgorithm\RadiWindAlgorithm.csproj", "{2C275D47-A51E-40B3-B353-C36FB6DA8C3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadiWind.Tests", "RadiWind.Tests\RadiWind.Tests.csproj", "{80B28822-3C7D-4F87-98BC-E762493AD5C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7825677-1589-4F5D-A95F-A090D631C8EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7825677-1589-4F5D-A95F-A090D631C8EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7825677-1589-4F5D-A95F-A090D631C8EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7825677-1589-4F5D-A95F-A090D631C8EC}.Release|Any CPU.Build.0 = Release|Any CPU
{2C275D47-A51E-40B3-B353-C36FB6DA8C3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C275D47-A51E-40B3-B353-C36FB6DA8C3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C275D47-A51E-40B3-B353-C36FB6DA8C3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C275D47-A51E-40B3-B353-C36FB6DA8C3A}.Release|Any CPU.Build.0 = Release|Any CPU
{80B28822-3C7D-4F87-98BC-E762493AD5C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80B28822-3C7D-4F87-98BC-E762493AD5C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80B28822-3C7D-4F87-98BC-E762493AD5C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80B28822-3C7D-4F87-98BC-E762493AD5C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66D903FD-B6C8-490F-AA82-E8005B621AD9}
EndGlobalSection
EndGlobal