-
Notifications
You must be signed in to change notification settings - Fork 5
/
locory.phpproj
45 lines (45 loc) · 1.7 KB
/
locory.phpproj
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
<?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>
<Name>locory</Name>
<ProjectGuid>174b96d0-7d4f-446a-b86e-ed5d7ffac534</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>
</RootNamespace>
<ProjectTypeGuids>{A0786B88-2ADB-4C21-ABE8-AA2D79766269}</ProjectTypeGuids>
<AssemblyName>locory</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<IncludeDebugInformation>false</IncludeDebugInformation>
</PropertyGroup>
<ItemGroup>
<Compile Include="config-dist.php" />
<Compile Include="index.php" />
<Compile Include="Locory.php" />
<Compile Include="LocoryDbMigrator.php" />
<Compile Include="LocoryDemoDataGenerator.php" />
<Compile Include="views\layout.php" />
<Compile Include="views\login.php" />
</ItemGroup>
<ItemGroup>
<Content Include="bower.json" />
<Content Include="build.bat" />
<Content Include="composer.json" />
<Content Include="locory.js" />
<Content Include="locory.png" />
<Content Include="views\dashboard.js" />
<Content Include="views\dashboard.php" />
<Content Include="README.md" />
<Content Include="robots.txt" />
<Content Include="style.css" />
<Content Include="version.txt" />
<Content Include="views\login.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="views\" />
</ItemGroup>
</Project>