-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathOmniwave.sln
executable file
·31 lines (31 loc) · 1.53 KB
/
Omniwave.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 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Omniwave", "Omniwave\Omniwave.csproj", "{A04B6F53-8147-4667-868B-592E82FCDB34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Omnigen", "Omnigen\Omnigen.csproj", "{A0440D1C-B58A-4C3C-B715-1D30DB45ABE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A04B6F53-8147-4667-868B-592E82FCDB34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A04B6F53-8147-4667-868B-592E82FCDB34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A04B6F53-8147-4667-868B-592E82FCDB34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A04B6F53-8147-4667-868B-592E82FCDB34}.Release|Any CPU.Build.0 = Release|Any CPU
{A0440D1C-B58A-4C3C-B715-1D30DB45ABE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0440D1C-B58A-4C3C-B715-1D30DB45ABE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0440D1C-B58A-4C3C-B715-1D30DB45ABE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0440D1C-B58A-4C3C-B715-1D30DB45ABE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9462696C-6680-4B52-846C-6BFCB774AD4A}
EndGlobalSection
EndGlobal