Subversion Repositories spk

Rev

Rev 314 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 314 Rev 337
Line 97... Line 97...
97
      <PrecompiledHeader />
97
      <PrecompiledHeader />
98
      <WarningLevel>Level3</WarningLevel>
98
      <WarningLevel>Level3</WarningLevel>
99
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
99
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
100
    </ClCompile>
100
    </ClCompile>
101
    <Link>
101
    <Link>
102
      <AdditionalDependencies />
102
      <AdditionalDependencies>shell32.lib</AdditionalDependencies>
103
      <GenerateDebugInformation>true</GenerateDebugInformation>
103
      <GenerateDebugInformation>true</GenerateDebugInformation>
104
      <SubSystem>Console</SubSystem>
104
      <SubSystem>Console</SubSystem>
105
      <TargetMachine>MachineX86</TargetMachine>
105
      <TargetMachine>MachineX86</TargetMachine>
106
    </Link>
106
    </Link>
107
  </ItemDefinitionGroup>
107
  </ItemDefinitionGroup>
Line 116... Line 116...
116
      <PrecompiledHeader />
116
      <PrecompiledHeader />
117
      <WarningLevel>Level3</WarningLevel>
117
      <WarningLevel>Level3</WarningLevel>
118
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
118
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
119
    </ClCompile>
119
    </ClCompile>
120
    <Link>
120
    <Link>
121
      <AdditionalDependencies />
121
      <AdditionalDependencies>shell32.lib</AdditionalDependencies>
122
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
122
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
123
      <GenerateDebugInformation>true</GenerateDebugInformation>
123
      <GenerateDebugInformation>true</GenerateDebugInformation>
124
      <SubSystem>Console</SubSystem>
124
      <SubSystem>Console</SubSystem>
125
      <OptimizeReferences>true</OptimizeReferences>
125
      <OptimizeReferences>true</OptimizeReferences>
126
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
126
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
Line 142... Line 142...
142
      <WarningLevel>Level3</WarningLevel>
142
      <WarningLevel>Level3</WarningLevel>
143
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
143
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
144
      <LanguageStandard>stdcpp17</LanguageStandard>
144
      <LanguageStandard>stdcpp17</LanguageStandard>
145
    </ClCompile>
145
    </ClCompile>
146
    <Link>
146
    <Link>
147
      <AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib;%(AdditionalDependencies)</AdditionalDependencies>
147
      <AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib;Shell32.lib;%(AdditionalDependencies)</AdditionalDependencies>
148
      <GenerateDebugInformation>true</GenerateDebugInformation>
148
      <GenerateDebugInformation>true</GenerateDebugInformation>
149
      <SubSystem>Console</SubSystem>
149
      <SubSystem>Console</SubSystem>
150
      <TargetMachine>MachineX64</TargetMachine>
150
      <TargetMachine>MachineX64</TargetMachine>
151
    </Link>
151
    </Link>
152
  </ItemDefinitionGroup>
152
  </ItemDefinitionGroup>