-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame-system.nodejsproj
More file actions
77 lines (77 loc) · 2.44 KB
/
Copy pathgame-system.nodejsproj
File metadata and controls
77 lines (77 loc) · 2.44 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>A9995411-9910-4780-86DB-D80BB7A9FEAE</ProjectGuid>
<StartupObject>Server.js</StartupObject>
<LaunchUrl>
</LaunchUrl>
<Name>game-system</Name>
<RootNamespace>game-system</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="Server.js">
<SubType>Content</SubType>
</Compile>
<Compile Include="package.json">
<SubType>Content</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include=".git" />
<Folder Include="node_modules" />
</ItemGroup>
<ItemGroup>
<Content Include=".git\config">
<SubType>Content</SubType>
</Content>
<Content Include=".git\description">
<SubType>Content</SubType>
</Content>
<Content Include=".git\FETCH_HEAD">
<SubType>Content</SubType>
</Content>
<Content Include=".git\HEAD">
<SubType>Content</SubType>
</Content>
<Content Include=".git\index">
<SubType>Content</SubType>
</Content>
<Content Include=".git\ms-persist.xml">
<SubType>Content</SubType>
</Content>
<Content Include=".git\packed-refs">
<SubType>Content</SubType>
</Content>
<Content Include="game-system.sln">
<SubType>Content</SubType>
</Content>
<Content Include="game-system.v11.suo">
<SubType>Content</SubType>
</Content>
<Content Include="input.js">
<SubType>Content</SubType>
</Content>
<Content Include="LICENSE">
<SubType>Content</SubType>
</Content>
<Content Include="npm-debug.log">
<SubType>Content</SubType>
</Content>
<Content Include="README.md">
<SubType>Content</SubType>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>