-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathN400.sln
40 lines (40 loc) · 2.13 KB
/
N400.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N400", "N400\N400.csproj", "{D3DC967D-F589-4ECC-99F0-8E118535035A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N400.Demo", "N400.Demo\N400.Demo.csproj", "{61309E1F-FBA0-4883-AEE8-FD8FDE4BC7DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E77F066-FE8B-4E81-B44E-4C9D35193BFB}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N400.Native.Data", "N400.Native.Data\N400.Native.Data.csproj", "{E5C1D293-5ACE-4679-B699-78F39A9ED521}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3DC967D-F589-4ECC-99F0-8E118535035A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3DC967D-F589-4ECC-99F0-8E118535035A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3DC967D-F589-4ECC-99F0-8E118535035A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3DC967D-F589-4ECC-99F0-8E118535035A}.Release|Any CPU.Build.0 = Release|Any CPU
{61309E1F-FBA0-4883-AEE8-FD8FDE4BC7DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61309E1F-FBA0-4883-AEE8-FD8FDE4BC7DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61309E1F-FBA0-4883-AEE8-FD8FDE4BC7DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61309E1F-FBA0-4883-AEE8-FD8FDE4BC7DE}.Release|Any CPU.Build.0 = Release|Any CPU
{E5C1D293-5ACE-4679-B699-78F39A9ED521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5C1D293-5ACE-4679-B699-78F39A9ED521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5C1D293-5ACE-4679-B699-78F39A9ED521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5C1D293-5ACE-4679-B699-78F39A9ED521}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal