Subversion Repositories filter_foundry

Rev

Rev 308 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
308 daniel-mar 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Debug|Win32">
5
      <Configuration>Debug</Configuration>
6
      <Platform>Win32</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Release|Win32">
9
      <Configuration>Release</Configuration>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
12
    <ProjectConfiguration Include="Debug|x64">
13
      <Configuration>Debug</Configuration>
14
      <Platform>x64</Platform>
15
    </ProjectConfiguration>
16
    <ProjectConfiguration Include="Release|x64">
17
      <Configuration>Release</Configuration>
18
      <Platform>x64</Platform>
19
    </ProjectConfiguration>
20
  </ItemGroup>
21
  <PropertyGroup Label="Globals">
22
    <VCProjectVersion>16.0</VCProjectVersion>
23
    <Keyword>Win32Proj</Keyword>
24
    <ProjectGuid>{5c8de1cc-009b-4567-9cf0-d81874538a93}</ProjectGuid>
25
    <RootNamespace>foundry3264mixer</RootNamespace>
26
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
27
  </PropertyGroup>
28
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30
    <ConfigurationType>Application</ConfigurationType>
31
    <UseDebugLibraries>true</UseDebugLibraries>
416 daniel-mar 32
    <PlatformToolset>v143</PlatformToolset>
308 daniel-mar 33
    <CharacterSet>Unicode</CharacterSet>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36
    <ConfigurationType>Application</ConfigurationType>
37
    <UseDebugLibraries>false</UseDebugLibraries>
416 daniel-mar 38
    <PlatformToolset>v143</PlatformToolset>
308 daniel-mar 39
    <WholeProgramOptimization>true</WholeProgramOptimization>
40
    <CharacterSet>Unicode</CharacterSet>
41
  </PropertyGroup>
42
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43
    <ConfigurationType>Application</ConfigurationType>
44
    <UseDebugLibraries>true</UseDebugLibraries>
416 daniel-mar 45
    <PlatformToolset>v143</PlatformToolset>
308 daniel-mar 46
    <CharacterSet>Unicode</CharacterSet>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49
    <ConfigurationType>Application</ConfigurationType>
50
    <UseDebugLibraries>false</UseDebugLibraries>
416 daniel-mar 51
    <PlatformToolset>v143</PlatformToolset>
308 daniel-mar 52
    <WholeProgramOptimization>true</WholeProgramOptimization>
53
    <CharacterSet>Unicode</CharacterSet>
54
  </PropertyGroup>
55
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56
  <ImportGroup Label="ExtensionSettings">
57
  </ImportGroup>
58
  <ImportGroup Label="Shared">
59
  </ImportGroup>
60
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62
  </ImportGroup>
63
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65
  </ImportGroup>
66
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
  </ImportGroup>
69
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71
  </ImportGroup>
72
  <PropertyGroup Label="UserMacros" />
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74
    <LinkIncremental>true</LinkIncremental>
75
    <OutDir>.\</OutDir>
76
    <IntDir>.\</IntDir>
77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79
    <LinkIncremental>false</LinkIncremental>
80
    <OutDir>.\</OutDir>
81
    <IntDir>.\</IntDir>
82
  </PropertyGroup>
83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84
    <LinkIncremental>true</LinkIncremental>
85
    <OutDir>.\</OutDir>
86
    <IntDir>.\</IntDir>
87
  </PropertyGroup>
88
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89
    <LinkIncremental>false</LinkIncremental>
90
    <OutDir>.\</OutDir>
91
    <IntDir>.\</IntDir>
92
  </PropertyGroup>
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94
    <ClCompile>
95
      <WarningLevel>Level3</WarningLevel>
96
      <SDLCheck>true</SDLCheck>
97
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98
      <ConformanceMode>true</ConformanceMode>
99
    </ClCompile>
100
    <Link>
101
      <SubSystem>Console</SubSystem>
102
      <GenerateDebugInformation>true</GenerateDebugInformation>
103
    </Link>
104
  </ItemDefinitionGroup>
105
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
106
    <ClCompile>
107
      <WarningLevel>Level3</WarningLevel>
108
      <FunctionLevelLinking>true</FunctionLevelLinking>
109
      <IntrinsicFunctions>true</IntrinsicFunctions>
110
      <SDLCheck>true</SDLCheck>
111
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112
      <ConformanceMode>true</ConformanceMode>
113
    </ClCompile>
114
    <Link>
115
      <SubSystem>Console</SubSystem>
116
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
117
      <OptimizeReferences>true</OptimizeReferences>
118
      <GenerateDebugInformation>true</GenerateDebugInformation>
119
    </Link>
120
  </ItemDefinitionGroup>
121
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
122
    <ClCompile>
123
      <WarningLevel>Level3</WarningLevel>
124
      <SDLCheck>true</SDLCheck>
125
      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126
      <ConformanceMode>true</ConformanceMode>
127
    </ClCompile>
128
    <Link>
129
      <SubSystem>Console</SubSystem>
130
      <GenerateDebugInformation>true</GenerateDebugInformation>
131
    </Link>
132
  </ItemDefinitionGroup>
133
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
134
    <ClCompile>
135
      <WarningLevel>Level3</WarningLevel>
136
      <FunctionLevelLinking>true</FunctionLevelLinking>
137
      <IntrinsicFunctions>true</IntrinsicFunctions>
138
      <SDLCheck>true</SDLCheck>
139
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
140
      <ConformanceMode>true</ConformanceMode>
141
    </ClCompile>
142
    <Link>
143
      <SubSystem>Console</SubSystem>
144
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
145
      <OptimizeReferences>true</OptimizeReferences>
146
      <GenerateDebugInformation>true</GenerateDebugInformation>
147
    </Link>
148
  </ItemDefinitionGroup>
149
  <ItemGroup>
150
    <ClCompile Include="foundry_3264_mixer.cpp" />
151
  </ItemGroup>
152
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
153
  <ImportGroup Label="ExtensionTargets">
154
  </ImportGroup>
155
</Project>