241 lines
12 KiB
XML
241 lines
12 KiB
XML
<?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>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{85A6BD19-2C64-4746-8F2C-A68A86E8C2D7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Disco.Data</RootNamespace>
|
|
<AssemblyName>Disco.Data</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
</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>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Configuration\ConfigurationBase.cs" />
|
|
<Compile Include="Configuration\ConfigurationCache.cs" />
|
|
<Compile Include="Configuration\Modules\ActiveDirectoryConfiguration.cs" />
|
|
<Compile Include="Configuration\Modules\DevicesConfiguration.cs" />
|
|
<Compile Include="Configuration\Modules\JobPreferencesConfiguration.cs" />
|
|
<Compile Include="Configuration\SystemConfiguration.cs" />
|
|
<Compile Include="Configuration\Modules\BootstrapperConfiguration.cs" />
|
|
<Compile Include="Configuration\Modules\DeviceProfilesConfiguration.cs" />
|
|
<Compile Include="Configuration\Modules\OrganisationAddressesConfiguration.cs" />
|
|
<Compile Include="Migrations\201204250418485_DBv0.cs" />
|
|
<Compile Include="Migrations\201204250418485_DBv0.Designer.cs">
|
|
<DependentUpon>201204250418485_DBv0.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201205100307196_DBv1.cs" />
|
|
<Compile Include="Migrations\201205100307196_DBv1.Designer.cs">
|
|
<DependentUpon>201205100307196_DBv1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201205290205162_DBv2.cs" />
|
|
<Compile Include="Migrations\201205290205162_DBv2.Designer.cs">
|
|
<DependentUpon>201205290205162_DBv2.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201206140712161_DBv3.cs" />
|
|
<Compile Include="Migrations\201206140712161_DBv3.Designer.cs">
|
|
<DependentUpon>201206140712161_DBv3.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201206280337277_DBv4.cs" />
|
|
<Compile Include="Migrations\201206280337277_DBv4.Designer.cs">
|
|
<DependentUpon>201206280337277_DBv4.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201211090325116_DBv5.cs" />
|
|
<Compile Include="Migrations\201211090325116_DBv5.Designer.cs">
|
|
<DependentUpon>201211090325116_DBv5.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201301150107063_DBv6.cs" />
|
|
<Compile Include="Migrations\201301150107063_DBv6.Designer.cs">
|
|
<DependentUpon>201301150107063_DBv6.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201302210057463_DBv7.cs" />
|
|
<Compile Include="Migrations\201302210057463_DBv7.Designer.cs">
|
|
<DependentUpon>201302210057463_DBv7.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201309050648129_DBv8.cs" />
|
|
<Compile Include="Migrations\201309050648129_DBv8.Designer.cs">
|
|
<DependentUpon>201309050648129_DBv8.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201310010352238_DBv9.cs" />
|
|
<Compile Include="Migrations\201310010352238_DBv9.Designer.cs">
|
|
<DependentUpon>201310010352238_DBv9.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201310280657528_DBv10.cs" />
|
|
<Compile Include="Migrations\201310280657528_DBv10.Designer.cs">
|
|
<DependentUpon>201310280657528_DBv10.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201310282325491_DBv11.cs" />
|
|
<Compile Include="Migrations\201310282325491_DBv11.Designer.cs">
|
|
<DependentUpon>201310282325491_DBv11.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201402032322432_DBv12.cs" />
|
|
<Compile Include="Migrations\201402032322432_DBv12.Designer.cs">
|
|
<DependentUpon>201402032322432_DBv12.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201404080227546_DBv13.cs" />
|
|
<Compile Include="Migrations\201404080227546_DBv13.Designer.cs">
|
|
<DependentUpon>201404080227546_DBv13.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201406160912525_DBv14.cs" />
|
|
<Compile Include="Migrations\201406160912525_DBv14.Designer.cs">
|
|
<DependentUpon>201406160912525_DBv14.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201407100413342_DBv15.cs" />
|
|
<Compile Include="Migrations\201407100413342_DBv15.Designer.cs">
|
|
<DependentUpon>201407100413342_DBv15.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201407260624238_DBv16.cs" />
|
|
<Compile Include="Migrations\201407260624238_DBv16.Designer.cs">
|
|
<DependentUpon>201407260624238_DBv16.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201609260741183_DBv17.cs" />
|
|
<Compile Include="Migrations\201609260741183_DBv17.Designer.cs">
|
|
<DependentUpon>201609260741183_DBv17.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\Configuration.cs" />
|
|
<Compile Include="Migrations\DiscoDataMigrator.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Repository\DiscoDatabaseConnectionFactory.cs" />
|
|
<Compile Include="Repository\DiscoDataContext.cs" />
|
|
<Compile Include="Repository\DiscoDataSeeder.cs" />
|
|
<Compile Include="Repository\Monitor\RepositoryMonitor.cs" />
|
|
<Compile Include="Repository\Monitor\RepositoryMonitorEvent.cs" />
|
|
<Compile Include="Repository\Monitor\RepositoryMonitorEventType.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Disco.Models\Disco.Models.csproj">
|
|
<Project>{FBC05512-FCCA-4B16-9E76-8C413C5DE6C9}</Project>
|
|
<Name>Disco.Models</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Migrations\201211090325116_DBv5.resx">
|
|
<DependentUpon>201211090325116_DBv5.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201301150107063_DBv6.resx">
|
|
<DependentUpon>201301150107063_DBv6.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201302210057463_DBv7.resx">
|
|
<DependentUpon>201302210057463_DBv7.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201309050648129_DBv8.resx">
|
|
<DependentUpon>201309050648129_DBv8.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201310010352238_DBv9.resx">
|
|
<DependentUpon>201310010352238_DBv9.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201310280657528_DBv10.resx">
|
|
<DependentUpon>201310280657528_DBv10.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201310282325491_DBv11.resx">
|
|
<DependentUpon>201310282325491_DBv11.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201402032322432_DBv12.resx">
|
|
<DependentUpon>201402032322432_DBv12.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201404080227546_DBv13.resx">
|
|
<DependentUpon>201404080227546_DBv13.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201406160912525_DBv14.resx">
|
|
<DependentUpon>201406160912525_DBv14.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201407100413342_DBv15.resx">
|
|
<DependentUpon>201407100413342_DBv15.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201407260624238_DBv16.resx">
|
|
<DependentUpon>201407260624238_DBv16.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201609260741183_DBv17.resx">
|
|
<DependentUpon>201609260741183_DBv17.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="Resources\EmptyLogo.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.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> |