2024-02-22 16:43:59 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{D725C659-3936-4F18-8077-39FB79129010}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>ReportsLibrary</RootNamespace>
|
|
|
|
|
<AssemblyName>ReportsLibrary</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'KittMotorola|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\KittMotorola\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'KittMotorola|x86'">
|
|
|
|
|
<OutputPath>bin\x86\KittMotorola\</OutputPath>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Npgsql">
|
|
|
|
|
<HintPath>..\DLL\Npgsql.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="Telerik.Reporting, Version=10.0.16.204, Culture=neutral, PublicKeyToken=a9d7983dfcc261be, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Telerik.ReportViewer.WinForms, Version=10.0.16.204, Culture=neutral, PublicKeyToken=a9d7983dfcc261be, processorArchitecture=MSIL" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2024-06-05 11:00:51 +00:00
|
|
|
|
<Compile Include="Reports\BatchHistoryReport.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\BatchHistoryReport.Designer.cs">
|
|
|
|
|
<DependentUpon>BatchHistoryReport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2024-02-22 16:43:59 +00:00
|
|
|
|
<Compile Include="Reports\CalcStops.cs" />
|
|
|
|
|
<Compile Include="Reports\ClassForReports.cs" />
|
|
|
|
|
<Compile Include="Reports\EndOfDay.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\EndOfDay.Designer.cs">
|
|
|
|
|
<DependentUpon>EndOfDay.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\FleetReport.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\FleetReport.Designer.cs">
|
|
|
|
|
<DependentUpon>FleetReport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\ONOFFReport.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\ONOFFReport.Designer.cs">
|
|
|
|
|
<DependentUpon>ONOFFReport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\SpeedingReport.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\SpeedingReport.Designer.cs">
|
|
|
|
|
<DependentUpon>SpeedingReport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\StopReport.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\StopReport.Designer.cs">
|
|
|
|
|
<DependentUpon>StopReport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\ZoneReport.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Reports\ZoneReport.Designer.cs">
|
|
|
|
|
<DependentUpon>ZoneReport.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeMobileLIB_DLL\safemobilelib.csproj">
|
|
|
|
|
<Name>safemobilelib</Name>
|
|
|
|
|
<Project>{f7a15710-ee5c-4374-b9c7-aed367e36f16}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\licenses.licx" />
|
2024-06-05 11:00:51 +00:00
|
|
|
|
<EmbeddedResource Include="Reports\BatchHistoryReport.resx">
|
|
|
|
|
<DependentUpon>BatchHistoryReport.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2024-02-22 16:43:59 +00:00
|
|
|
|
<EmbeddedResource Include="Reports\EndOfDay.resx">
|
|
|
|
|
<DependentUpon>EndOfDay.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Reports\FleetReport.resx">
|
|
|
|
|
<DependentUpon>FleetReport.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Reports\ONOFFReport.resx">
|
|
|
|
|
<DependentUpon>ONOFFReport.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Reports\SpeedingReport.resx">
|
|
|
|
|
<DependentUpon>SpeedingReport.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Reports\StopReport.resx">
|
|
|
|
|
<DependentUpon>StopReport.cs</DependentUpon>
|
|
|
|
|
<SubType>
|
|
|
|
|
</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Reports\ZoneReport.resx">
|
|
|
|
|
<DependentUpon>ZoneReport.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2024-03-14 10:43:50 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
2024-02-22 16:43:59 +00:00
|
|
|
|
<!-- 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>
|