|
|
|
@ -70,6 +70,24 @@
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<SourcePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curl\include;$(SourcePath)</SourcePath>
|
|
|
|
|
<IncludePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curl\include;$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curl\lib;$(LibraryPath)</LibraryPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<IncludePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\include;$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;$(LibraryPath)</LibraryPath>
|
|
|
|
|
<AllProjectBMIsArePublic>true</AllProjectBMIsArePublic>
|
|
|
|
|
<ReferencePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;$(ReferencePath)</ReferencePath>
|
|
|
|
|
<ExecutablePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;$(ExecutablePath)</ExecutablePath>
|
|
|
|
|
<ExternalIncludePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\include;$(ExternalIncludePath)</ExternalIncludePath>
|
|
|
|
|
<LibraryWPath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;$(LibraryWPath)</LibraryWPath>
|
|
|
|
|
<SourcePath>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\include;$(SourcePath)</SourcePath>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<PublicIncludeDirectories>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;$(PublicIncludeDirectories)</PublicIncludeDirectories>
|
|
|
|
|
<PublicModuleDirectories>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;$(PublicModuleDirectories)</PublicModuleDirectories>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
@ -80,7 +98,14 @@
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalLibraryDirectories>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curlx86\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
<AddModuleNamesToAssembly>%(AddModuleNamesToAssembly)</AddModuleNamesToAssembly>
|
|
|
|
|
<AssemblyLinkResource>libcurl.dll.a;%(AssemblyLinkResource)</AssemblyLinkResource>
|
|
|
|
|
<ImportLibrary>libcurl.dll.a</ImportLibrary>
|
|
|
|
|
</Link>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
@ -108,7 +133,11 @@
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalLibraryDirectories>C:\Users\berez\source\repos\sem2_lab1\sem2_lab1\curl\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
</Link>
|
|
|
|
|
<ProjectReference>
|
|
|
|
|
<UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
@ -137,6 +166,7 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="histogram.h" />
|
|
|
|
|
<ClInclude Include="resource.h" />
|
|
|
|
|
<ClInclude Include="show_histogram.h" />
|
|
|
|
|
<ClInclude Include="svg.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|