🏡 index : VBASync.git

<?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>{69C03739-3447-441E-AFB2-BAF5F6C52CFE}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>VBASync</RootNamespace>
    <AssemblyName>VBASync</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <NuGetPackageImportStamp>
    </NuGetPackageImportStamp>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject />
  </PropertyGroup>
  <PropertyGroup>
    <ApplicationIcon>VBA Sync Simple.ico</ApplicationIcon>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="EPPlus, Version=5.7.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
      <HintPath>..\packages\EPPlus.5.7.3\lib\net40\EPPlus.dll</HintPath>
    </Reference>
    <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
      <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.1.4.1\lib\net40\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
    </Reference>
    <Reference Include="OpenMcdf, Version=2.1.3.34720, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\packages\OpenMcdf.2.1.3.34720\lib\OpenMcdf.dll</HintPath>
    </Reference>
    <Reference Include="PresentationCore" />
    <Reference Include="System" />
    <Reference Include="System.configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Security" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="VbaCompressionCodec, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>bin\Debug\VbaCompressionCodec.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Model\ActiveSession.cs" />
    <Compile Include="Model\FrxObjects\RawControl.cs" />
    <Compile Include="Model\Hook.cs" />
    <Compile Include="Model\ILocateModules.cs" />
    <Compile Include="Model\ISystemOperations.cs" />
    <Compile Include="Model\RealSystemOperations.cs" />
    <Compile Include="Model\Startup.cs" />
    <Compile Include="Model\VbaFolder.cs" />
    <Compile Include="Model\VbaRepositoryFolder.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Localization\VBASyncResources.Designer.cs">
      <DependentUpon>VBASyncResources.resx</DependentUpon>
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
    </Compile>
    <Compile Include="Localization\VBASyncResources.fr.Designer.cs">
      <DependentUpon>VBASyncResources.fr.resx</DependentUpon>
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
    </Compile>
    <Compile Include="Model\AppIniFile.cs" />
    <Compile Include="Model\DiffPlex_ModVba.cs" />
    <Compile Include="Model\Extensions.cs" />
    <Compile Include="Model\FrxObjects\CommandButtonControl.cs" />
    <Compile Include="Model\FrxObjects\Common.cs" />
    <Compile Include="Model\FrxObjects\FormControl.cs" />
    <Compile Include="Model\FrxObjects\FrxReader.cs" />
    <Compile Include="Model\FrxObjects\LabelControl.cs" />
    <Compile Include="Model\FrxObjects\MorphDataControl.cs" />
    <Compile Include="Model\FrxObjects\TabStripControl.cs" />
    <Compile Include="Model\IniFile.cs" />
    <Compile Include="Model\Lib.cs" />
    <Compile Include="Model\ModuleProcessing.cs" />
    <Compile Include="Model\Patch.cs" />
    <Compile Include="Model\ProjectIni.cs" />
    <Compile Include="Model\SessionInterfaces.cs" />
    <Compile Include="Model\VbaTemporaryFolder.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Packages.config">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Localization\VBASyncResources.fr.resx">
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LastGenOutput>VBASyncResources.fr.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="Localization\VBASyncResources.resx">
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LastGenOutput>VBASyncResources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <Content Include="VBA Sync Simple.ico" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>