-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathZPM.luaproj
127 lines (127 loc) · 5.32 KB
/
ZPM.luaproj
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>E439935D-B2A2-46AE-856D-2AA408428F33</ProjectGuid>
<!--$guid1$-->
<ProjectHome>.</ProjectHome>
<StartupFile>
</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>ZPM</Name>
<RootNamespace>ZPM</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="extern\ansicolors.lua" />
<Compile Include="extern\class.lua" />
<Compile Include="extern\load.lua" />
<Compile Include="extern\sandbox.lua" />
<Compile Include="extern\semver.lua" />
<Compile Include="src\api.lua" />
<Compile Include="src\api\common.lua" />
<Compile Include="src\api\extract.lua" />
<Compile Include="src\api\libraries.lua" />
<Compile Include="src\cli\run.lua" />
<Compile Include="src\common\definition.lua" />
<Compile Include="src\settings.lua" />
<Compile Include="src\builder.lua" />
<Compile Include="src\cli\cli.lua" />
<Compile Include="src\cli\config.lua" />
<Compile Include="src\cli\github.lua" />
<Compile Include="src\cli\install.lua" />
<Compile Include="src\cli\show.lua" />
<Compile Include="src\common\bootstrap.lua" />
<Compile Include="src\common\env.lua" />
<Compile Include="src\common\git.lua" />
<Compile Include="src\common\github.lua" />
<Compile Include="src\common\http.lua" />
<Compile Include="src\common\options.lua" />
<Compile Include="src\common\premake.lua" />
<Compile Include="src\common\prioqueue.lua" />
<Compile Include="src\common\queue.lua" />
<Compile Include="src\common\ser.lua" />
<Compile Include="src\common\stack.lua" />
<Compile Include="src\common\util.lua" />
<Compile Include="src\common\validate.lua" />
<Compile Include="src\config.lua" />
<Compile Include="src\install.lua" />
<Compile Include="src\libraries.lua" />
<Compile Include="src\loader.lua" />
<Compile Include="src\manifest\manifest.lua" />
<Compile Include="src\manifest\manifests.lua" />
<Compile Include="src\manifest\module.lua" />
<Compile Include="src\manifest\package.lua" />
<Compile Include="src\modules.lua" />
<Compile Include="src\packages.lua" />
<Compile Include="src\premake-system.lua" />
<Compile Include="src\project.lua" />
<Compile Include="src\registry\registries.lua" />
<Compile Include="src\registry\registry.lua" />
<Compile Include="src\solution.lua" />
<Compile Include="src\solver.lua" />
<Compile Include="src\tree.lua" />
<Compile Include="test\action\test.lua" />
<Compile Include="test\extern\luacov.lua" />
<Compile Include="test\extern\luacov\defaults.lua" />
<Compile Include="test\extern\luacov\hook.lua" />
<Compile Include="test\extern\luacov\reporter.lua" />
<Compile Include="test\extern\luacov\reporter\default.lua" />
<Compile Include="test\extern\luacov\runner.lua" />
<Compile Include="test\extern\luacov\stats.lua" />
<Compile Include="test\extern\luacov\tick.lua" />
<Compile Include="test\extern\luacov\util.lua" />
<Compile Include="test\extern\luaunit.lua" />
<Compile Include="test\src\testConfig.lua" />
<Compile Include="test\src\common\testEnv.lua" />
<Compile Include="test\src\common\testGithub.lua" />
<Compile Include="test\src\common\testHttp.lua" />
<Compile Include="test\src\testInstall.lua" />
<Compile Include="test\src\testLoad.lua" />
<Compile Include="test\src\testLoader.lua" />
<Compile Include="test\src\common\testUtil.lua" />
<Compile Include="test\tests.lua" />
<Compile Include="zpm.lua" />
<Compile Include="src\load.lua" />
</ItemGroup>
<ItemGroup>
<Folder Include="extern\" />
<Folder Include="src\" />
<Folder Include="src\cli\" />
<Folder Include="src\common\" />
<Folder Include="src\manifest\" />
<Folder Include="src\api\" />
<Folder Include="src\registry\" />
<Folder Include="test\" />
<Folder Include="test\action\" />
<Folder Include="test\extern\" />
<Folder Include="test\extern\bin\" />
<Folder Include="test\extern\luacov\" />
<Folder Include="test\extern\luacov\reporter\" />
<Folder Include="test\files\" />
<Folder Include="test\src\" />
<Folder Include="test\src\common\" />
</ItemGroup>
<ItemGroup>
<Content Include="config.yml" />
<Content Include=".package.yml" />
<Content Include="test\extern\bin\luacov" />
<Content Include="test\files\conf.yml" />
<Content Include="test\files\conf2.yml" />
<Content Include="test\files\conf3.yml" />
<Content Include="test\files\conf5.yml" />
<Content Include="test\files\conf4.yml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>