2018-01-06 11:29:06 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" 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>
|
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{75342D7A-C5EA-4A6F-A511-850B54310E5B}</ProjectGuid>
|
|
|
|
|
|
<ProjectTypeGuids>{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>DiscImageChef.Server</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DiscImageChef.Server</AssemblyName>
|
|
|
|
|
|
<ReleaseVersion>4.0.1.0</ReleaseVersion>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
|
<SynchReleaseVersion>false</SynchReleaseVersion>
|
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
|
|
|
<UseIISExpress>true</UseIISExpress>
|
|
|
|
|
|
<Use64BitIISExpress />
|
|
|
|
|
|
<IISExpressSSLPort />
|
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
|
|
|
|
|
<UseGlobalApplicationHostFile />
|
|
|
|
|
|
<LangVersion>7.1</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin</OutputPath>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
|
|
<Reference Include="System.Net.Http.Formatting">
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
|
<Reference Include="System.Web.Http">
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Web.Http.WebHost">
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="Velyo.AspNet.Markdown">
|
|
|
|
|
|
<HintPath>..\packages\Velyo.AspNet.Markdown.1.0.26.6184\lib\net451\Velyo.AspNet.Markdown.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="Global.asax" />
|
|
|
|
|
|
<Content Include="Web.config" />
|
|
|
|
|
|
<Content Include="Statistics.aspx" />
|
|
|
|
|
|
<Content Include="packages.config" />
|
|
|
|
|
|
<Content Include="dos.css" />
|
|
|
|
|
|
<Content Include="int10h.org\vga_squarepx.eot" />
|
|
|
|
|
|
<Content Include="int10h.org\vga_squarepx.ttf" />
|
|
|
|
|
|
<Content Include="int10h.org\vga_squarepx.woff" />
|
|
|
|
|
|
<Content Include="ViewReport.aspx" />
|
|
|
|
|
|
<Content Include="Default.aspx" />
|
|
|
|
|
|
<Content Include="Changelog.aspx" />
|
|
|
|
|
|
<Content Include="TODO.aspx" />
|
|
|
|
|
|
<Content Include="DONATING.aspx" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="Global.asax.cs">
|
|
|
|
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="App_Start\WebApiConfig.cs" />
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<Compile Include="App_Start\ScsiInquiry.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\Ata.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\ScsiModeSense.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\ScsiEvpd.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\ScsiMmcMode.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\ScsiMmcFeatures.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\SscTestedMedia.cs" />
|
|
|
|
|
|
<Compile Include="App_Start\TestedMedia.cs" />
|
|
|
|
|
|
<Compile Include="Controllers\UploadStatsController.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Controllers\UploadReportController.cs" />
|
|
|
|
|
|
<Compile Include="Default.aspx.cs">
|
|
|
|
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Default.aspx.designer.cs">
|
|
|
|
|
|
<DependentUpon>Default.aspx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Metadata\DiscImageChef.Metadata.csproj">
|
|
|
|
|
|
<Project>{9F213318-5CB8-4066-A757-074489C9F818}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Metadata</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj">
|
|
|
|
|
|
<Project>{F2B84194-26EB-4227-B1C5-6602517E85AE}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.CommonTypes</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Interop\DiscImageChef.Interop.csproj">
|
|
|
|
|
|
<Project>{9183F2E0-A879-4F23-9EE3-C6908F1332B2}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Interop</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
|
|
|
|
|
|
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Decoders</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup />
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="int10h.org\vga_squarepx.woff2" />
|
|
|
|
|
|
<None Include="usb.ids" />
|
|
|
|
|
|
<None Include="Statistics\Statistics.xml" />
|
|
|
|
|
|
<None Include="Upload\.htaccess" />
|
|
|
|
|
|
<None Include="Statistics\.htaccess" />
|
|
|
|
|
|
<None Include="Reports\.htaccess" />
|
|
|
|
|
|
<None Include="int10h.org\.htaccess" />
|
|
|
|
|
|
<None Include="..\README.md">
|
|
|
|
|
|
<Link>docs\README.md</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\Changelog.md">
|
|
|
|
|
|
<Link>docs\Changelog.md</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\DONATING.md">
|
|
|
|
|
|
<Link>docs\DONATING.md</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\TODO.md">
|
|
|
|
|
|
<Link>docs\TODO.md</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="docs\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
|
<Properties>
|
|
|
|
|
|
<XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" />
|
|
|
|
|
|
<Policies>
|
|
|
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
|
|
|
|
|
<TextStylePolicy FileWidth="120" TabWidth="4" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" TabsToSpaces="True" scope="text/x-csharp" />
|
|
|
|
|
|
<CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="True" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" SpacingAfterMethodDeclarationName="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
|
|
|
|
|
|
<ChangeLogPolicy VcsIntegration="Enabled" UpdateMode="ProjectRoot">
|
|
|
|
|
|
<MessageStyle Header="${Date:yyyy-MM-dd} ${AuthorName} <${AuthorEmail}>

" Indent=" " FirstFilePrefix="* " FileSeparator=":
* " LastFilePostfix=": " LineAlign="0" InterMessageLines="1" IncludeDirectoryPaths="False" Wrap="True" />
|
|
|
|
|
|
<inheritsSet />
|
|
|
|
|
|
<inheritsScope />
|
|
|
|
|
|
</ChangeLogPolicy>
|
|
|
|
|
|
</Policies>
|
|
|
|
|
|
</Properties>
|
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
|
<FlavorProperties GUID="{349C5851-65DF-11DA-9384-00065B846F21}">
|
|
|
|
|
|
<WebProjectProperties>
|
|
|
|
|
|
<UseIIS>True</UseIIS>
|
|
|
|
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
|
|
|
|
<DevelopmentServerPort>0</DevelopmentServerPort>
|
|
|
|
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
|
|
|
<IISUrl>http://localhost:64415/</IISUrl>
|
|
|
|
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
|
|
|
|
<UseCustomServer>False</UseCustomServer>
|
|
|
|
|
|
<CustomServerUrl>
|
|
|
|
|
|
</CustomServerUrl>
|
|
|
|
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
|
|
|
</WebProjectProperties>
|
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
2017-06-03 01:10:46 +01:00
|
|
|
|
</Project>
|