blob: e5d01261928afd372b1cdbbae0854bc71f9801e4 [file] [log] [blame]
<?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>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FC6A1A70-892D-46AD-9E4A-9793F72AF780}</ProjectGuid>
<ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WP7WP7CordovaClassLibClassLib</RootNamespace>
<AssemblyName>WP7CordovaClassLib</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
<TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
<SilverlightApplication>false</SilverlightApplication>
<ValidateXaml>true</ValidateXaml>
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Devices.Sensors" />
<Reference Include="Microsoft.Phone" />
<Reference Include="Microsoft.Phone.Interop" />
<Reference Include="Microsoft.Xna.Framework" />
<Reference Include="System.Device" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Servicemodel" />
<Reference Include="System.Servicemodel.Web" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cordova\Commands\Accelerometer.cs" />
<Compile Include="Cordova\Commands\AudioPlayer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\Commands\Battery.cs" />
<Compile Include="Cordova\Commands\Camera.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\Commands\Capture.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\Commands\Compass.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\Commands\Contacts.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\Commands\GeoLocation.cs" />
<Compile Include="Cordova\Commands\Media.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\Commands\MimeTypeMapper.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Cordova\DOMStorageHelper.cs" />
<Compile Include="Cordova\JSON\JsonHelper.cs" />
<Compile Include="Cordova\OrientationHelper.cs" />
<Compile Include="Cordova\CordovaCommandCall.cs" />
<Compile Include="Cordova\CommandFactory.cs" />
<Compile Include="Cordova\Commands\BaseCommand.cs" />
<Compile Include="Cordova\Commands\NetworkStatus.cs" />
<Compile Include="Cordova\Commands\DebugConsole.cs" />
<Compile Include="Cordova\Commands\Device.cs" />
<Compile Include="Cordova\Commands\File.cs" />
<Compile Include="Cordova\Commands\FileTransfer.cs" />
<Compile Include="Cordova\Commands\Notification.cs" />
<Compile Include="Cordova\NativeExecution.cs" />
<Compile Include="Cordova\PluginResult.cs" />
<Compile Include="Cordova\ScriptCallback.cs" />
<Compile Include="Cordova\UI\AudioCaptureTask.cs" />
<Compile Include="Cordova\UI\AudioRecorder.xaml.cs">
<DependentUpon>AudioRecorder.xaml</DependentUpon>
</Compile>
<Compile Include="Cordova\UI\VideoCaptureTask.cs" />
<Compile Include="Cordova\UI\VideoRecorder.xaml.cs">
<DependentUpon>VideoRecorder.xaml</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="CordovaView.xaml.cs">
<DependentUpon>CordovaView.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Include="CordovaView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Cordova\UI\AudioRecorder.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Cordova\UI\VideoRecorder.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Content Include="Images\appbar.back.rest.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\appbar.close.rest.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\appbar.feature.video.rest.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\appbar.next.rest.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\appbar.stop.rest.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\appbar.save.rest.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<Resource Include="resources\notification-beep.wav" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>