This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Mercury.ParticleEngine.sln
49 lines (49 loc) · 2.99 KB
/
Mercury.ParticleEngine.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mercury.ParticleEngine.Core", "Mercury.ParticleEngine.Core\Mercury.ParticleEngine.Core.csproj", "{E7B59AF1-5CCF-472B-906A-62BF48E520A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mercury.ParticleEngine.Core.Tests", "Mercury.ParticleEngine.Core.Tests\Mercury.ParticleEngine.Core.Tests.csproj", "{E9B007E5-A803-46A3-AEF5-05DE0B56A5AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mercury.ParticleEngine.SharpDX.Direct3D9", "Mercury.ParticleEngine.SharpDX.Direct3D9\Mercury.ParticleEngine.SharpDX.Direct3D9.csproj", "{ACA557D3-43A9-424F-A35A-4FB9C93FE4E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mercury.ParticleEngine.SharpDX.Direct3D9.Sample", "Mercury.ParticleEngine.SharpDX.Direct3D9.Sample\Mercury.ParticleEngine.SharpDX.Direct3D9.Sample.csproj", "{A80CE58A-40BF-4766-89D2-3E81C5D9BC63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0B6581E-6B87-4F66-A49D-EB1317CD0B8A}"
ProjectSection(SolutionItems) = preProject
.semver = .semver
AssemblyVersion.cs = AssemblyVersion.cs
Gemfile = Gemfile
Rakefile = Rakefile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7B59AF1-5CCF-472B-906A-62BF48E520A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7B59AF1-5CCF-472B-906A-62BF48E520A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7B59AF1-5CCF-472B-906A-62BF48E520A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7B59AF1-5CCF-472B-906A-62BF48E520A8}.Release|Any CPU.Build.0 = Release|Any CPU
{E9B007E5-A803-46A3-AEF5-05DE0B56A5AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9B007E5-A803-46A3-AEF5-05DE0B56A5AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9B007E5-A803-46A3-AEF5-05DE0B56A5AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9B007E5-A803-46A3-AEF5-05DE0B56A5AF}.Release|Any CPU.Build.0 = Release|Any CPU
{ACA557D3-43A9-424F-A35A-4FB9C93FE4E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACA557D3-43A9-424F-A35A-4FB9C93FE4E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACA557D3-43A9-424F-A35A-4FB9C93FE4E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACA557D3-43A9-424F-A35A-4FB9C93FE4E3}.Release|Any CPU.Build.0 = Release|Any CPU
{A80CE58A-40BF-4766-89D2-3E81C5D9BC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A80CE58A-40BF-4766-89D2-3E81C5D9BC63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A80CE58A-40BF-4766-89D2-3E81C5D9BC63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A80CE58A-40BF-4766-89D2-3E81C5D9BC63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal