ts-aggregator/project_template/project_template.vcxproj

162 lines
7.4 KiB
XML
Raw Permalink Normal View History

2022-12-13 12:36:06 +04:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{D68B91E2-1169-4096-AC00-5992226D29DF}</ProjectGuid>
<RootNamespace>project_template</RootNamespace>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="A.cpp" />
<ClCompile Include="AddTrendAddSeasonality.cpp" />
<ClCompile Include="AddTrendMultSeasonality.cpp" />
<ClCompile Include="AddTrendNoSeasonality.cpp" />
<ClCompile Include="AicWeights.cpp" />
<ClCompile Include="DATrendAddSeasonality.cpp" />
<ClCompile Include="DATrendMultSeasonality.cpp" />
<ClCompile Include="DATrendNoSeasonality.cpp" />
<ClCompile Include="DMTrendAddSeasonality.cpp" />
<ClCompile Include="DMTrendMultSeasonality.cpp" />
<ClCompile Include="DMTrendNoSeasonality.cpp" />
<ClCompile Include="File.cpp" />
<ClCompile Include="Fuzzy.cpp" />
<ClCompile Include="FuzzyWithSets.cpp" />
<ClCompile Include="MAT.cpp" />
<ClCompile Include="Method.cpp" />
<ClCompile Include="MultTrendAddSeasonality.cpp" />
<ClCompile Include="MultTrendMultSeasonality.cpp" />
<ClCompile Include="MultTrendNoSeasonality.cpp" />
<ClCompile Include="NoTrendAddSeasonality.cpp" />
<ClCompile Include="NoTrendMultSeasonality.cpp" />
<ClCompile Include="project_template.cpp" />
<ClCompile Include="Reporter.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="Dsa.cpp" />
<ClCompile Include="NoTrendNoSeasonality.cpp" />
<ClCompile Include="Aic.cpp" />
<ClCompile Include="Mape.cpp" />
<ClCompile Include="Vovk.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="A.h" />
<ClInclude Include="AddTrendAddSeasonality.h" />
<ClInclude Include="AddTrendMultSeasonality.h" />
<ClInclude Include="AddTrendNoSeasonality.h" />
<ClInclude Include="AicWeights.h" />
<ClInclude Include="DATrendAddSeasonality.h" />
<ClInclude Include="DATrendMultSeasonality.h" />
<ClInclude Include="DATrendNoSeasonality.h" />
<ClInclude Include="DMTrendAddSeasonality.h" />
<ClInclude Include="DMTrendMultSeasonality.h" />
<ClInclude Include="DMTrendNoSeasonality.h" />
<ClInclude Include="Estimation.h" />
<ClInclude Include="File.h" />
<ClInclude Include="Fuzzy.h" />
<ClInclude Include="FuzzyWithSets.h" />
<ClInclude Include="MAT.h" />
<ClInclude Include="Method.h" />
<ClInclude Include="MultTrendAddSeasonality.h" />
<ClInclude Include="MultTrendMultSeasonality.h" />
<ClInclude Include="MultTrendNoSeasonality.h" />
<ClInclude Include="NoTrendAddSeasonality.h" />
<ClInclude Include="NoTrendMultSeasonality.h" />
<ClInclude Include="Reporter.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="Dsa.h" />
<ClInclude Include="NoTrendNoSeasonality.h" />
<ClInclude Include="Aic.h" />
<ClInclude Include="Mape.h" />
<ClInclude Include="TrackingControlSignal.h" />
<ClInclude Include="Vovk.h" />
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>