126 lines
No EOL
5.9 KiB
XML
126 lines
No EOL
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.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>
|
|
<ProjectGuid>{BC229E80-FF93-424F-9930-D9C07D9B57B4}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>SafeExamBrowser.ResetUtility</RootNamespace>
|
|
<AssemblyName>SafeExamBrowser.ResetUtility</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>ResetUtility.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Procedure\ProcedureContext.cs" />
|
|
<Compile Include="CompositionRoot.cs" />
|
|
<Compile Include="NativeMethods.cs" />
|
|
<Compile Include="Procedure\Initialization.cs" />
|
|
<Compile Include="Procedure\MainMenu.cs" />
|
|
<Compile Include="Procedure\MainMenuOption.cs" />
|
|
<Compile Include="Procedure\MenuOption.cs" />
|
|
<Compile Include="Procedure\ProcedureStep.cs" />
|
|
<Compile Include="Procedure\ProcedureStepResult.cs" />
|
|
<Compile Include="Procedure\Reset.cs" />
|
|
<Compile Include="Procedure\Restore.cs" />
|
|
<Compile Include="Procedure\Log.cs" />
|
|
<Compile Include="Procedure\Version.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="app.manifest" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SafeExamBrowser.Configuration.Contracts\SafeExamBrowser.Configuration.Contracts.csproj">
|
|
<Project>{7d74555e-63e1-4c46-bd0a-8580552368c8}</Project>
|
|
<Name>SafeExamBrowser.Configuration.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Lockdown.Contracts\SafeExamBrowser.Lockdown.Contracts.csproj">
|
|
<Project>{3368b17d-6060-4482-9983-aa800d74041d}</Project>
|
|
<Name>SafeExamBrowser.Lockdown.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Lockdown\SafeExamBrowser.Lockdown.csproj">
|
|
<Project>{386b6042-3e12-4753-9fc6-c88ea4f97030}</Project>
|
|
<Name>SafeExamBrowser.Lockdown</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj">
|
|
<Project>{64ea30fb-11d4-436a-9c2b-88566285363e}</Project>
|
|
<Name>SafeExamBrowser.Logging.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging\SafeExamBrowser.Logging.csproj">
|
|
<Project>{e107026c-2011-4552-a7d8-3a0d37881df6}</Project>
|
|
<Name>SafeExamBrowser.Logging</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.Settings\SafeExamBrowser.Settings.csproj">
|
|
<Project>{30b2d907-5861-4f39-abad-c4abf1b3470e}</Project>
|
|
<Name>SafeExamBrowser.Settings</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.SystemComponents.Contracts\SafeExamBrowser.SystemComponents.Contracts.csproj">
|
|
<Project>{903129c6-e236-493b-9ad6-c6a57f647a3a}</Project>
|
|
<Name>SafeExamBrowser.SystemComponents.Contracts</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SafeExamBrowser.SystemComponents\SafeExamBrowser.SystemComponents.csproj">
|
|
<Project>{acee2ef1-14d2-4b52-8994-5c053055bb51}</Project>
|
|
<Name>SafeExamBrowser.SystemComponents</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ResetUtility.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |