2017-12-30 09:09:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-12-20 21:04:08 +00:00
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.props" Condition= "Exists('..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.props')" />
<Import Project= "..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition= "Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2017-12-30 09:09:49 +00:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2018-12-20 21:04:08 +00:00
<ProductVersion >
</ProductVersion>
2017-12-30 09:09:49 +00:00
<SchemaVersion > 2.0</SchemaVersion>
2018-12-20 21:04:08 +00:00
<ProjectGuid > {911ADDF5-E5FA-445D-88CD-C7F8FFDBE645}</ProjectGuid>
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
2017-12-30 09:09:49 +00:00
<OutputType > Library</OutputType>
2018-12-20 21:04:08 +00:00
<AppDesignerFolder > Properties</AppDesignerFolder>
2017-12-30 09:09:49 +00:00
<RootNamespace > DiscImageChef.Server</RootNamespace>
<AssemblyName > DiscImageChef.Server</AssemblyName>
2018-12-20 21:04:08 +00:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
<MvcBuildViews > false</MvcBuildViews>
2017-12-30 09:09:49 +00:00
<UseIISExpress > true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
2018-12-20 21:04:08 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<SynchReleaseVersion > false</SynchReleaseVersion>
<ReleaseVersion > 4.5.99.1693</ReleaseVersion>
2018-04-11 22:56:48 +01:00
<ReleaseVersion > $(Version)</ReleaseVersion>
<GenerateAssemblyInfo > true</GenerateAssemblyInfo>
2018-07-20 20:50:20 +01:00
<Version > 4.5.99.1693</Version>
2018-04-11 22:56:48 +01:00
<Company > Claunia.com</Company>
<Copyright > Copyright © 2011-2018 Natalia Portillo</Copyright>
<Product > The Disc Image Chef</Product>
<Title > DiscImageChef.Server</Title>
<ApplicationVersion > $(Version)</ApplicationVersion>
2017-12-30 09:09:49 +00:00
</PropertyGroup>
2018-04-12 00:20:29 +01:00
<PropertyGroup >
<NrtRevisionFormat > $(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
<NrtResolveSimpleAttributes > true</NrtResolveSimpleAttributes>
<NrtShowRevision > true</NrtShowRevision>
</PropertyGroup>
2017-12-30 09:09:49 +00:00
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
2018-12-20 21:04:08 +00:00
<OutputPath > bin\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
2017-12-30 09:09:49 +00:00
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2018-12-20 21:04:08 +00:00
<DebugSymbols > true</DebugSymbols>
<DebugType > pdbonly</DebugType>
2017-12-30 09:09:49 +00:00
<Optimize > true</Optimize>
2018-12-20 21:04:08 +00:00
<OutputPath > bin\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
2017-12-30 09:09:49 +00:00
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2018-12-20 21:04:08 +00:00
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<HintPath > ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604" >
<HintPath > ..\packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "MySql.Data, Version=8.0.13.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" >
<HintPath > ..\packages\MySql.Data.8.0.13\lib\net452\MySql.Data.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "MySql.Data.EntityFramework, Version=8.0.13.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" >
<HintPath > ..\packages\MySql.Data.EntityFramework.8.0.13\lib\net452\MySql.Data.EntityFramework.dll</HintPath>
<Private > True</Private>
</Reference>
2017-12-30 09:09:49 +00:00
<Reference Include= "System" />
2018-12-20 21:04:08 +00:00
<Reference Include= "System.ComponentModel" />
<Reference Include= "System.Configuration.Install" />
<Reference Include= "System.Data" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Drawing.Design" />
<Reference Include= "System.Management" />
<Reference Include= "System.Security" />
<Reference Include= "System.Transactions" />
<Reference Include= "System.Web.Entity" />
<Reference Include= "System.Web.ApplicationServices" />
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Xml.Linq" />
2017-12-30 09:09:49 +00:00
<Reference Include= "System.Web" />
2018-12-20 21:04:08 +00:00
<Reference Include= "System.Web.Abstractions" />
<Reference Include= "System.Web.Routing" />
2017-12-30 09:09:49 +00:00
<Reference Include= "System.Xml" />
2018-12-20 21:04:08 +00:00
<Reference Include= "System.Configuration" />
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json" >
<HintPath > ..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include= "System.Net.Http" >
</Reference>
<Reference Include= "System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include= "System.Net.Http.WebRequest" >
</Reference>
<Reference Include= "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Mvc, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.2.4\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Optimization" >
<HintPath > ..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.2.4\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include= "Velyo.AspNet.Markdown, Version=1.0.26.6184, Culture=neutral, PublicKeyToken=null" >
<HintPath > ..\packages\Velyo.AspNet.Markdown.1.0.26.6184\lib\net451\Velyo.AspNet.Markdown.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "WebGrease" >
<Private > True</Private>
<HintPath > ..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
</Reference>
<Reference Include= "Antlr3.Runtime" >
<Private > True</Private>
<HintPath > ..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
</Reference>
2017-12-30 09:09:49 +00:00
</ItemGroup>
<ItemGroup >
2018-12-20 21:04:08 +00:00
<Reference Include= "System.Diagnostics.DiagnosticSource" >
<HintPath > ..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.AspNet.TelemetryCorrelation" >
<HintPath > ..\packages\Microsoft.AspNet.TelemetryCorrelation.1.0.0\lib\net45\Microsoft.AspNet.TelemetryCorrelation.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" >
<HintPath > ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
2017-12-30 09:09:49 +00:00
</ItemGroup>
<ItemGroup >
2018-12-20 21:04:08 +00:00
<Compile Include= "App_Start\Ata.cs" />
<Compile Include= "App_Start\ScsiEvpd.cs" />
<Compile Include= "App_Start\ScsiInquiry.cs" />
<Compile Include= "App_Start\ScsiMmcFeatures.cs" />
<Compile Include= "App_Start\ScsiMmcMode.cs" />
<Compile Include= "App_Start\ScsiModeSense.cs" />
<Compile Include= "App_Start\SscTestedMedia.cs" />
<Compile Include= "App_Start\TestedMedia.cs" />
<Compile Include= "App_Start\WebApiConfig.cs" />
<Compile Include= "Controllers\UploadReportController.cs" />
<Compile Include= "Controllers\UploadStatsController.cs" />
<Compile Include= "Default.aspx.cs" >
<DependentUpon > Default.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Default.aspx.designer.cs" >
<DependentUpon > Default.aspx</DependentUpon>
</Compile>
2017-12-30 09:09:49 +00:00
<Compile Include= "Global.asax.cs" >
<DependentUpon > Global.asax</DependentUpon>
</Compile>
2018-12-20 21:04:08 +00:00
<Compile Include= "Migrations\201812201613369_InitialMigration.cs" />
<Compile Include= "Migrations\201812201613369_InitialMigration.Designer.cs" >
<DependentUpon > 201812201613369_InitialMigration.cs</DependentUpon>
</Compile>
<Compile Include= "Migrations\Configuration.cs" />
<Compile Include= "Models\Context.cs" />
<Compile Include= "Models\Device.cs" />
<Compile Include= "Models\UploadedReport.cs" />
2017-12-30 09:09:49 +00:00
<Compile Include= "Statistics.aspx.cs" >
<DependentUpon > Statistics.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "Statistics.aspx.designer.cs" >
<DependentUpon > Statistics.aspx</DependentUpon>
</Compile>
<Compile Include= "ViewReport.aspx.cs" >
<DependentUpon > ViewReport.aspx</DependentUpon>
<SubType > ASPXCodeBehind</SubType>
</Compile>
<Compile Include= "ViewReport.aspx.designer.cs" >
<DependentUpon > ViewReport.aspx</DependentUpon>
</Compile>
</ItemGroup>
2018-04-11 08:57:34 +01:00
<ItemGroup >
2018-12-20 21:04:08 +00:00
<Content Include= "Changelog.aspx" />
<Content Include= "Default.aspx" />
<Content Include= "DONATING.aspx" />
<Content Include= "dos.css" />
<Content Include= "Global.asax" />
<Content Include= "int10h.org\vga_squarepx.eot" />
<Content Include= "int10h.org\vga_squarepx.ttf" />
<Content Include= "int10h.org\vga_squarepx.woff" />
<Content Include= "Statistics.aspx" />
<Content Include= "TODO.aspx" />
<Content Include= "ViewReport.aspx" />
<Content Include= "Web.config" />
<Content Include= "Web.Debug.config" >
<DependentUpon > Web.config</DependentUpon>
</Content>
<Content Include= "Web.Release.config" >
<DependentUpon > Web.config</DependentUpon>
</Content>
2017-12-30 09:09:49 +00:00
<None Include= "..\Changelog.md" >
2018-12-20 21:04:08 +00:00
<Link > docs/Changelog.md</Link>
2017-12-30 09:09:49 +00:00
</None>
<None Include= "..\DONATING.md" >
2018-12-20 21:04:08 +00:00
<Link > docs/DONATING.md</Link>
</None>
<None Include= "..\README.md" >
<Link > docs/README.md</Link>
2017-12-30 09:09:49 +00:00
</None>
<None Include= "..\TODO.md" >
2018-12-20 21:04:08 +00:00
<Link > docs/TODO.md</Link>
2017-12-30 09:09:49 +00:00
</None>
2018-12-20 21:04:08 +00:00
<None Include= "App.config" />
<None Include= "docs\README.md" />
<None Include= "int10h.org\.htaccess" />
<None Include= "int10h.org\vga_squarepx.woff2" />
<None Include= "Reports\.htaccess" />
<None Include= "Statistics\.htaccess" />
<None Include= "Statistics\Statistics.xml" />
<None Include= "Upload\.htaccess" />
<None Include= "usb.ids" />
2017-12-30 09:09:49 +00:00
</ItemGroup>
<ItemGroup >
2018-12-20 21:04:08 +00:00
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj" >
<Project > {f2b84194-26eb-4227-b1c5-6602517e85ae}</Project>
<Name > DiscImageChef.CommonTypes</Name>
</ProjectReference>
<ProjectReference Include= "..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj" >
<Project > {0beb3088-b634-4289-ae17-cdf2d25d00d5}</Project>
<Name > DiscImageChef.Decoders</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Migrations\201812201613369_InitialMigration.resx" >
<DependentUpon > 201812201613369_InitialMigration.cs</DependentUpon>
</EmbeddedResource>
2017-12-30 09:09:49 +00:00
</ItemGroup>
<PropertyGroup >
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 10.0</VisualStudioVersion>
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
2018-12-20 21:04:08 +00:00
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" />
<Target Name= "MvcBuildViews" AfterTargets= "AfterBuild" Condition= "'$(MvcBuildViews)'=='true'" >
<AspNetCompiler VirtualPath= "temp" PhysicalPath= "$(WebProjectOutputDir)" />
</Target>
2017-12-30 09:09:49 +00:00
<ProjectExtensions >
<VisualStudio >
2018-12-20 21:04:08 +00:00
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
2017-12-30 09:09:49 +00:00
<WebProjectProperties >
<UseIIS > True</UseIIS>
<AutoAssignPort > True</AutoAssignPort>
2018-12-20 21:04:08 +00:00
<DevelopmentServerPort > 22810</DevelopmentServerPort>
2017-12-30 09:09:49 +00:00
<DevelopmentServerVPath > /</DevelopmentServerVPath>
2018-12-20 21:04:08 +00:00
<IISUrl > http://localhost:22810/</IISUrl>
2017-12-30 09:09:49 +00:00
<NTLMAuthentication > False</NTLMAuthentication>
<UseCustomServer > False</UseCustomServer>
<CustomServerUrl >
</CustomServerUrl>
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
2018-12-20 21:04:08 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
<Error Condition= "!Exists('..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.props'))" />
<Error Condition= "!Exists('..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.targets'))" />
</Target>
<Import Project= "..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.targets" Condition= "Exists('..\packages\Unclassified.NetRevisionTask.0.2.5\build\Unclassified.NetRevisionTask.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> -->
2017-06-03 01:10:46 +01:00
</Project>