2016-05-09 22:01:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "14.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 > {E08975F9-1B84-41B0-875A-CEC9778C4F9E}</ProjectGuid>
<OutputType > Exe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > ServerMaint</RootNamespace>
<AssemblyName > ServerMaint</AssemblyName>
2016-10-17 08:39:21 +02:00
<TargetFrameworkVersion > v4.6.2</TargetFrameworkVersion>
2016-05-09 22:01:41 +02:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2016-09-30 21:55:55 +02:00
<IsWebBootstrapper > false</IsWebBootstrapper>
2016-05-09 22:01:41 +02:00
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
</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</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2016-05-16 08:43:31 +02:00
<Reference Include= "BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942" >
<HintPath > ..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" >
<HintPath > ..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
2016-05-09 22:01:41 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "nClam, Version=2.0.6.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\nClam.2.0.6.0\lib\net40-Client\nClam.dll</HintPath>
<Private > True</Private>
</Reference>
2016-06-30 00:18:14 +02:00
<Reference Include= "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2016-05-09 22:01:41 +02:00
<Private > True</Private>
</Reference>
2016-10-12 23:35:04 +02:00
<Reference Include= "SecurityDriven.Inferno, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Inferno.1.4.0\lib\net452\SecurityDriven.Inferno.dll</HintPath>
2016-05-09 22:01:41 +02:00
<Private > True</Private>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2016-05-16 08:43:31 +02:00
<Compile Include= "ArgumentOptions.cs" />
2016-05-09 22:01:41 +02:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\Teknik\Teknik.csproj" >
<Project > {b20317cd-76c6-4a7b-bce1-e4bef8e4f964}</Project>
<Name > Teknik</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.5.2" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
2016-05-17 08:56:32 +02:00
<ItemGroup >
<COMReference Include= "hMailServer" >
<Guid > {DB241B59-A1B1-4C59-98FC-8D101A2995F2}</Guid>
<VersionMajor > 1</VersionMajor>
<VersionMinor > 0</VersionMinor>
<Lcid > 0</Lcid>
<WrapperTool > tlbimp</WrapperTool>
<Isolated > False</Isolated>
<EmbedInteropTypes > True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
2016-05-09 22:01:41 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2016-10-12 23:35:04 +02:00
<Import Project= "..\packages\GitVersionTask.3.6.4\build\dotnet\GitVersionTask.targets" Condition= "Exists('..\packages\GitVersionTask.3.6.4\build\dotnet\GitVersionTask.targets')" />
2016-05-09 22:01:41 +02: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>
2016-10-12 23:35:04 +02:00
<Error Condition= "!Exists('..\packages\GitVersionTask.3.6.4\build\dotnet\GitVersionTask.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\GitVersionTask.3.6.4\build\dotnet\GitVersionTask.targets'))" />
2016-05-09 22:01:41 +02:00
</Target>
<!-- 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>