<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">x86</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{BEF73897-0D04-4F40-AD89-62E24D260CD0}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SebWindowsConfig</RootNamespace> <AssemblyName>SEBConfigTool</AssemblyName> <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> <TargetFrameworkProfile> </TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <IsWebBootstrapper>false</IsWebBootstrapper> <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|x86' "> <PlatformTarget>x86</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\x86\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>0</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <PlatformTarget>x86</PlatformTarget> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <ApplicationIcon>ConfigurationTool.ico</ApplicationIcon> </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> <NoWarn> </NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="DotNetZip, Version=1.14.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL"> <HintPath>..\packages\DotNetZip.1.14.0\lib\net40\DotNetZip.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.IO.Compression" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Controls\FilterRuleControl.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Controls\FilterRuleControl.Designer.cs"> <DependentUpon>FilterRuleControl.cs</DependentUpon> </Compile> <Compile Include="Entities\FilterAction.cs" /> <Compile Include="Entities\FilterRule.cs" /> <Compile Include="Entities\PermittedApplicationInformation.cs" /> <Compile Include="SebPasswordDialogForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="SebPasswordDialogForm.Designer.cs" /> <Compile Include="SEBUIStrings.de.Designer.cs" /> <Compile Include="SEBUIStrings.Designer.cs" /> <Compile Include="SebWindowsConfigGUIManagement.cs"> <SubType>Form</SubType> </Compile> <Compile Include="SebWindowsConfigForm.cs"> <SubType>Form</SubType> </Compile> <Compile Include="SebWindowsConfigForm.Designer.cs"> <DependentUpon>SebWindowsConfigForm.cs</DependentUpon> </Compile> <Compile Include="SebWindowsConfigProgram.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Controls\AdditionalResources.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Controls\AdditionalResources.Designer.cs"> <DependentUpon>AdditionalResources.cs</DependentUpon> </Compile> <Compile Include="Utilities\FileCompressor.cs" /> <Compile Include="Utilities\IFileCompressor.cs" /> <Compile Include="Utilities\LogCollector.cs" /> <Compile Include="Utilities\Logger.cs" /> <Compile Include="Utilities\Plist.cs" /> <Compile Include="Utilities\SEBClientInfo.cs" /> <Compile Include="SEBSettings.cs" /> <Compile Include="Utilities\SEBConfigFileManager.cs" /> <Compile Include="Utilities\SEBProtectionController.cs" /> <Compile Include="Utilities\SEBURLFilter.cs" /> <Compile Include="Utilities\SEBURLFilterExpression.cs" /> <Compile Include="Utilities\SEBURLFilterRegexExpression.cs" /> <EmbeddedResource Include="Controls\FilterRuleControl.resx"> <DependentUpon>FilterRuleControl.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="SebPasswordDialogForm.de.resx" /> <EmbeddedResource Include="SebPasswordDialogForm.resx" /> <EmbeddedResource Include="SEBUIStrings.de.resx" /> <EmbeddedResource Include="SEBUIStrings.resx" /> <EmbeddedResource Include="SebWindowsConfigForm.resx"> <DependentUpon>SebWindowsConfigForm.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <SubType>Designer</SubType> </EmbeddedResource> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> <EmbeddedResource Include="Controls\AdditionalResources.resx"> <DependentUpon>AdditionalResources.cs</DependentUpon> </EmbeddedResource> <None Include="app.config"> <SubType>Designer</SubType> </None> <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Settings.settings</DependentUpon> <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> </ItemGroup> <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.0"> <Visible>False</Visible> <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> <Install>true</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5"> <Visible>False</Visible> <ProductName>Windows Installer 4.5</ProductName> <Install>true</Install> </BootstrapperPackage> </ItemGroup> <ItemGroup> <Content Include="ConfigurationTool.ico" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> <!-- 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>