Mini Kabibi Habibi
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>244aee42-4f71-4064-b9e9-496874d0f2dd</ProjectGuid>
<AutoAssignPort>True</AutoAssignPort>
<RunInSimulator>True</RunInSimulator>
<ApplicationPage>App.html</ApplicationPage>
<Name>DXSK8.Shared</Name>
<RootNamespace>DXSK8.Shared</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>false</DebugSymbols>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Folder Include="js" />
<Folder Include="data" />
</ItemGroup>
<ItemGroup>
<Content Include="data\db.js">
<SubType>Content</SubType>
</Content>
<Content Include="js\Utils.js">
<SubType>Content</SubType>
</Content>
<Content Include="shared.config.js">
<SubType>Content</SubType>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<Target Name="Build">
<!--
<Message Text="'$(MSBuildToolsPath)'"></Message>
-->
<Message Text="Build JSProject '$(MSBuildProjectFile)':" Importance="high"></Message>
<Message Text="Copying refenecses to output dir..." Importance="high"/>
<MSBuild Targets="Build" Projects="@(ProjectReference)" Properties="OutputPath=$([System.IO.Path]::GetFullPath('$(OutputPath)'))">
</MSBuild>
<Message Text="Copying files to output dir..." Importance="high"/>
<Copy SourceFiles="@(Content)" DestinationFiles="@(Content->'$(OutputPath)%(RelativeDir)%(Filename)%(Extension)')" />
<Message Text="Finished Build JSProject '$(MSBuildProjectFile)'." Importance="high"></Message>
</Target>
<Target
Name="CreateManifestResourceNames"
Condition="'@(ResxWithNoCulture)@(ResxWithCulture)@(NonResxWithNoCulture)@(NonResxWithCulture)'!=''" />
<Target Name="Rebuild"
DependsOnTargets="Clean;Build">
</Target>
<Target Name="Clean">
<!--
<Message Text="Cleaning Output files..." Importance="high" />
<Delete Files="@([System.IO.Path]::GetFullPath('$(OutputPath)'))" />
-->
<Message Text="Cleaning Output dir ($([System.IO.Path]::GetFullPath('$(OutputPath)')))..." Importance="high" />
<RemoveDir Directories="$([System.IO.Path]::GetFullPath('$(OutputPath)'))" />
</Target>
</Project>