Hey Remco,
I wish it were that easy. I've read over the document link and don't think it applies because we don't have any non-standard targets. I've included our .csproj file below.
I've upgraded to nCrunch 2.0 and I get the same problem.
By the way when I don't set the "Use build platform" I get the following error:
System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> nCrunch.Common.UserException: Errors occurred while trying to load the project file:
The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "Microsoft.VCLibs, Version=12.0". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, x64, ARM".
The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "PDFTron.PDFNetWinRT, Version=6.1.1.21853". Please consider changing the targeted processor architecture of your project (in Visual Studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "ARM, x64, x86".
at nCrunch.Compiler.RemoteBuildRunner.#=qXzNvTCtIxZESaFag7fAWLU1vKrAYmKCzd8OjiA_XItU=(FilePath #=qWv0vMXB_7kCqwvIOebpYJQ==, #=q$cspa5Rghq42fuA3GD0WscFjUdyTx8dquTMFh5acDAE= #=qeXULzObRcoRzFdfEj3_T8g==, String #=quzyrG3KF_AL08$noV$IimnaUxjaZl5YBwwa3ETTVwlc=, String #=q6rjdLlUz6suLMJHgH7vcZCHWgN3J$PREJL4NQbyCTQQ=, DirectoryPath #=q8ABhxe6wA3ET$3JtOIn8RA==, String #=qAcfdV3YjPJ5_fU7ON99acQ==)
at nCrunch.Compiler.RemoteBuildRunner.AnalyseComponentBuild(FilePath projectFilePath, BuildXml buildXml, String useBuildConfiguration, String useBuildPlatform, DirectoryPath solutionDir, String solutionName, List`1 importExpressionsToEvaluate)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at nCrunch.TaskRunner.Ipc.IpcMessageProcessor.#=qpQ3L$_sUiHktPx79bOWD6pbocST4aNAde4Uso69EJ6Y=(CallMethodMessage #=qtnX_jMWcaQGUVoLK4pkpo5XFIIqVpWXAy3hF5jnIXCs=)
at nCrunch.TaskRunner.Ipc.IpcMessageProcessor.ProcessMessageReturningResult(Byte[] data)
at nCrunch.TaskRunner.Ipc.RemoteInstance.#=qBIpcsPU3rhQq4VXoUpZxbA==[T](Byte[] #=qm6xJCQwtyULpEnZmmnY9jA==)
at nCrunch.TaskRunner.Ipc.RemoteInstance.Invoke(IMessage msg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at nCrunch.Compiler.IRemoteBuildRunner.AnalyseComponentBuild(FilePath projectFilePath, BuildXml buildXml, String useBuildConfiguration, String useBuildPlatform, DirectoryPath solutionDir, String solutionName, List`1 importExpressionsToEvaluate)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.#=q53HVqn$IMi6fy_dSEHAzidiu7dNMoYtIVT_bkkeKprU=.#=q6qCcXzhjyn4cvyh8J8SnIfdFhGJQV532yGTXkEhSGl9HHwwQDwNBeYCle4ekh1h7(IRemoteBuildRunner #=q_3xWpFE9CyjbLn84V7VUQ6BRdwFYffpMFMW1YzpxPMc=)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.#=qj29Co683BCxylmKm2VxB5T6cHQAGsTQK$gQQyhVA$4CEycNLR03XlUX190j1t_V3(Action`1 #=qbasxLAEC$whviXkzL8WKzA==, ProcessorArchitecture #=qumkg8VvzoUZWM_Bd1JAAkbyeeSMWlh5qOT3kTIvKN3M=, GridClientId #=quj9OZGAVeAZdMrKfGE_UHg==, IBuildableProject #=qrXvFYeLHbNgoHU6bwwcdag2JYoTFY$tD9qAGr6Eq_q0=)
at nCrunch.Core.BuildManagement.BuildProcessLauncher.AnalyseComponentBuildInExternalProcess(FilePath projectFilePath, BuildXml buildXml, String useBuildConfiguration, String useBuildPlatform, DirectoryPath solutionDir, String solutionName, List`1 importExpressionsToEvaluate, ProcessorArchitecture processorArchitecture, VisualStudioVersion vsVersion)
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.#=qVjH2kgnSWTvh$ditda8P9dziQvzmPofEKdTvyPta7rY=(ProcessorArchitecture #=qb5rRqBvRbVUbQwX1Gj1f6adKNGzlfZCc$qHTceHUVg4=)
at nCrunch.Client.ComponentLoader.SnapshotComponentFactory.CreateSnapshotComponentFromXml(FilePath projectFilePath, BuildXml projectXml, FilePath solutionFilePath, String[] additionalFilesToIncludeAtSolutionLevel, Boolean isLoadedFromFile, ISnapshotConfig snapshotConfig, VisualStudioVersion vsVersion)
Here is a copy of our .csproj file:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="(- BROKEN LINK -)">
<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>{B1DA27D9-3EB5-46A8-8412-67584068DC88}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OurProject.Windows8</RootNamespace>
<AssemblyName>OurProject.Windows8</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>SimpleMvvm-WindowsStore_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\ARM\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>ARM</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<NoWarn>;2008</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<Optimize>true</Optimize>
<NoWarn>;2008</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Archive\OurProjectFile.cs" />
<Compile Include="Archive\OurProjectStorage.cs" />
<Compile Include="Common\ItemClickedConverter.cs" />
<Compile Include="Common\LayoutAwarePage.cs" />
<Compile Include="Common\NavigationHelper.cs" />
<Compile Include="Common\ObservableDictionary.cs" />
<Compile Include="Common\RelayCommand.cs" />
<Compile Include="Common\SuspensionManager.cs" />
<Compile Include="Controls\DetailsHeaderControl.xaml.cs">
<DependentUpon>DetailsHeaderControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\PDF\PdfOutputControl.xaml.cs">
<DependentUpon>PdfOutputControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\PDF\PdfPageDesignDataSource.cs" />
<Compile Include="Controls\QuestionnaireSectionsAppBarControl.xaml.cs">
<DependentUpon>QuestionnaireSectionsAppBarControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMAddressControl.xaml.cs">
<DependentUpon>FMAddressControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMAttachmentControl.xaml.cs">
<DependentUpon>FMAttachmentControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMCheckboxControl.xaml.cs">
<DependentUpon>FMCheckboxControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMComboBoxControl.xaml.cs">
<DependentUpon>FMComboBoxControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMControlBase.cs" />
<Compile Include="Controls\Questions\FMDatePickerControl.xaml.cs">
<DependentUpon>FMDatePickerControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMListControl.xaml.cs">
<DependentUpon>FMListControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMLocationControl.xaml.cs">
<DependentUpon>FMLocationControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMQuestionControl.xaml.cs">
<DependentUpon>FMQuestionControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMRangeControl.xaml.cs">
<DependentUpon>FMRangeControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMTableControl.xaml.cs">
<DependentUpon>FMTableControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMTextBoxControl.xaml.cs">
<DependentUpon>FMTextBoxControl.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\Questions\FMToggleSwitchControl.xaml.cs">
<DependentUpon>FMToggleSwitchControl.xaml</DependentUpon>
</Compile>
<Compile Include="Converters\DateFromStringConverter.cs" />
<Compile Include="Converters\FMControlFromQuestionConverter.cs" />
<Compile Include="Converters\InputScopeFromAnswerFormatConverter.cs" />
<Compile Include="Converters\VisibilityFromPopulatedCollectionConverter.cs" />
<Compile Include="Converters\VisibilityFromPopulatedStringConverter.cs" />
<Compile Include="Converters\YesNoBooleanConverter.cs" />
<Compile Include="Pages\Add482Page.xaml.cs">
<DependentUpon>Add482Page.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\AssignmentDetailsPage.xaml.cs">
<DependentUpon>AssignmentDetailsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\AssignmentHistoryPage.xaml.cs">
<DependentUpon>AssignmentHistoryPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\AssignmentLocationsPage.xaml.cs">
<DependentUpon>AssignmentLocationsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\AssignmentsPage.xaml.cs">
<DependentUpon>AssignmentsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\DiscrepancyPage.xaml.cs">
<DependentUpon>DiscrepancyPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\DownloadUploadPage.xaml.cs">
<DependentUpon>DownloadUploadPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\FormsPage.xaml.cs">
<DependentUpon>FormsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\HistoricalMapsPage.xaml.cs">
<DependentUpon>HistoricalMapsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\LoginPage.xaml.cs">
<DependentUpon>LoginPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\MainPage.xaml.cs">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\MapsPage.xaml.cs">
<DependentUpon>MapsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\MediaManagementPage.xaml.cs">
<DependentUpon>MediaManagementPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\MyHistoricalMapsPage.xaml.cs">
<DependentUpon>MyHistoricalMapsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\PointOfInterestPage.xaml.cs">
<DependentUpon>PointOfInterestPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\QuestionnairePage.xaml.cs">
<DependentUpon>QuestionnairePage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\SamplingsPage.xaml.cs">
<DependentUpon>SamplingsPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\TargetLocationMapPage.xaml.cs">
<DependentUpon>TargetLocationMapPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\TargetLocationPage.xaml.cs">
<DependentUpon>TargetLocationPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\WorkItemPage.xaml.cs">
<DependentUpon>WorkItemPage.xaml</DependentUpon>
</Compile>
<Compile Include="Assets\AssetManager.cs" />
<Compile Include="Services\PdfService.cs" />
<Compile Include="ViewModels\Add482ViewModel.cs" />
<Compile Include="ViewModels\AssignmentViewModel.cs" />
<Compile Include="ViewModels\AvailableAssignmentViewModel.cs" />
<Compile Include="ViewModels\FormViewModel.cs" />
<Compile Include="ViewModels\GeoLocationViewModel.cs" />
<Compile Include="ViewModels\PointOfInterestViewModel.cs" />
<Compile Include="ViewModels\ActivityViewModel.cs" />
<Compile Include="ViewModels\AddressViewModel.cs" />
<Compile Include="ViewModels\AdjunctDataViewModel.cs" />
<Compile Include="ViewModels\AnnotationViewModel.cs" />
<Compile Include="ViewModels\AttachmentViewModel.cs" />
<Compile Include="ViewModels\Customer.cs" />
<Compile Include="ViewModels\DiscrepancyViewModel.cs" />
<Compile Include="ViewModels\FirmViewModel.cs" />
<Compile Include="ViewModels\FirmLocationViewModel.cs" />
<Compile Include="ViewModels\InspectionViewModel.cs" />
<Compile Include="ViewModels\InvestigatorViewModel.cs" />
<Compile Include="ViewModels\InvestigatorAssignmentsViewModel.cs" />
<Compile Include="ViewModels\MapDataViewModel.cs" />
<Compile Include="ViewModels\PropertyViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\ActionViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\AnswerViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\ExplanationViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\GroupViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\PageViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\PictureViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\QuestionBase.cs" />
<Compile Include="ViewModels\Questionnaires\QuestionViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\QuestionnaireViewModel.cs" />
<Compile Include="ViewModels\Questionnaires\SectionViewModel.cs" />
<Compile Include="ViewModels\TargetLocationViewModel.cs" />
<Compile Include="ViewModels\ViewModelExtensions.cs" />
<Compile Include="ViewModels\WorkItemViewModel.cs" />
<Compile Include="Views\CustomerView.xaml.cs">
<DependentUpon>CustomerView.xaml</DependentUpon>
</Compile>
<Compile Include="Locators\ViewModelLocator.cs" />
<Compile Include="MainPage.xaml.cs">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\ICustomerServiceAgent.cs" />
<Compile Include="Services\MockCustomerServiceAgent.cs" />
<Compile Include="ViewModels\CustomerViewModel.cs" />
<Compile Include="ViewModels\MainPageViewModel.cs" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<Content Include="Assets\Form482.pdf" />
<None Include="ClassDiagram1.cd" />
<None Include="Controls\PDF\PdfPageDesignData.json" />
<None Include="Data\AttachmentDesignData.json" />
<None Include="packages.config" />
<Content Include="Assets\ScrollTest.jpg" />
<None Include="SimpleMvvm-WindowsStore_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Logo.scale-100.png" />
<Content Include="Assets\SmallLogo.scale-100.png" />
<Content Include="Assets\SplashScreen.scale-100.png" />
<Content Include="Assets\StoreLogo.scale-100.png" />
<Content Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="Common\StandardStyles.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\DetailsHeaderControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\PDF\PdfOutputControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\QuestionnaireSectionsAppBarControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\Questions\FMAddressControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMAttachmentControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\Questions\FMCheckboxControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMComboBoxControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMControlResources.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMDatePickerControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\Questions\FMListControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\Questions\FMLocationControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMQuestionControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\Questions\FMRangeControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMTableControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMTextBoxControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Questions\FMToggleSwitchControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\Add482Page.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\AssignmentDetailsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\AssignmentHistoryPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\AssignmentLocationsPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\AssignmentsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\DiscrepancyPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\DownloadUploadPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Pages\FormsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\HistoricalMapsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\LoginPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\MainPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\MapsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\MediaManagementPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\MyHistoricalMapsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\PointOfInterestPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\QuestionnairePage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\SamplingsPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\TargetLocationMapPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\TargetLocationPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Pages\WorkItemPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\CustomerView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MainPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<SDKReference Include="BehaviorsXamlSDKManaged, Version=12.0">
<Name>Behaviors SDK %28XAML%29</Name>
</SDKReference>
<SDKReference Include="Microsoft.VCLibs, version=12.0">
<Name>Microsoft Visual C++ 2013 Runtime Package for Windows</Name>
</SDKReference>
<SDKReference Include="PDFTron.PDFNetWinRT, Version=6.1.1.21853">
<Name>PDFNet for Windows Store apps</Name>
</SDKReference>
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\netcore45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SimpleMvvmToolkit-Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=20fad5ed49a0c3b4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SimpleMvvmToolkit.5.0.1.0\lib\win81\SimpleMvvmToolkit-Common.dll</HintPath>
</Reference>
<Reference Include="SimpleMvvmToolkit-WindowsStore, Version=5.0.0.0, Culture=neutral, PublicKeyToken=20fad5ed49a0c3b4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SimpleMvvmToolkit.5.0.1.0\lib\win81\SimpleMvvmToolkit-WindowsStore.dll</HintPath>
</Reference>
<Reference Include="System.Composition.AttributedModel, Version=1.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.AttributedModel.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Convention, Version=1.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Convention.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Hosting, Version=1.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Hosting.dll</HintPath>
</Reference>
<Reference Include="System.Composition.Runtime, Version=1.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.Runtime.dll</HintPath>
</Reference>
<Reference Include="System.Composition.TypedParts, Version=1.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Composition.1.0.20\lib\portable-net45+win8\System.Composition.TypedParts.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OurProject.Archive\OurProject.Archive.csproj">
<Project>{5dad3cc1-b011-4ef4-8f55-9852fe0eff05}</Project>
<Name>OurProject.Archive</Name>
</ProjectReference>
<ProjectReference Include="..\OurProject.Models\OurProject.Models\OurProject.Models.csproj">
<Project>{756f8c04-ebaa-4fbd-9390-b25321052b5c}</Project>
<Name>OurProject.Models</Name>
</ProjectReference>
<ProjectReference Include="..\OurProject.Protocols\OurProject.Protocols.csproj">
<Project>{11c0b84a-4411-4be6-9062-259ac600e388}</Project>
<Name>OurProject.Protocols</Name>
</ProjectReference>
<ProjectReference Include="..\OurProject.Windows8.Core\OurProject.Windows8.Core.csproj">
<Project>{70674520-8b30-44c6-b7f7-a93d27419756}</Project>
<Name>OurProject.Windows8.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' ">
<VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<!-- 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>