Annotation of truecrypt/mount/mount.vcproj, revision 1.1.1.12

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.8   root        4:        Version="8.00"
1.1       root        5:        Name="Mount"
                      6:        ProjectGUID="{E4C40F94-E7F9-4981-86E4-186B46F993F3}"
                      7:        RootNamespace="Mount"
1.1.1.8   root        8:        Keyword="Win32Proj"
                      9:        >
1.1       root       10:        <Platforms>
                     11:                <Platform
1.1.1.8   root       12:                        Name="Win32"
                     13:                />
1.1       root       14:        </Platforms>
1.1.1.8   root       15:        <ToolFiles>
                     16:        </ToolFiles>
1.1       root       17:        <Configurations>
                     18:                <Configuration
                     19:                        Name="Debug|Win32"
                     20:                        OutputDirectory="Debug"
                     21:                        IntermediateDirectory="Debug"
                     22:                        ConfigurationType="1"
1.1.1.8   root       23:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     24:                        CharacterSet="2"
                     25:                        >
                     26:                        <Tool
                     27:                                Name="VCPreBuildEventTool"
                     28:                        />
                     29:                        <Tool
                     30:                                Name="VCCustomBuildTool"
                     31:                        />
                     32:                        <Tool
                     33:                                Name="VCXMLDataGeneratorTool"
                     34:                        />
                     35:                        <Tool
                     36:                                Name="VCWebServiceProxyGeneratorTool"
                     37:                        />
                     38:                        <Tool
                     39:                                Name="VCMIDLTool"
                     40:                                AdditionalIncludeDirectories=""
                     41:                                TypeLibraryName="$(SolutionDir)/$(ProjectName)/$(ProjectName).tlb"
                     42:                                OutputDirectory=""
                     43:                        />
1.1       root       44:                        <Tool
                     45:                                Name="VCCLCompilerTool"
                     46:                                Optimization="0"
1.1.1.8   root       47:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                     48:                                PreprocessorDefinitions="TCMOUNT;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
                     49:                                MinimalRebuild="true"
                     50:                                ExceptionHandling="1"
1.1       root       51:                                BasicRuntimeChecks="3"
                     52:                                RuntimeLibrary="1"
1.1.1.8   root       53:                                BufferSecurityCheck="true"
                     54:                                EnableFunctionLevelLinking="false"
1.1       root       55:                                UsePrecompiledHeader="0"
                     56:                                BrowseInformation="0"
                     57:                                BrowseInformationFile=""
1.1.1.6   root       58:                                WarningLevel="3"
1.1.1.8   root       59:                                Detect64BitPortabilityProblems="false"
1.1       root       60:                                DebugInformationFormat="4"
1.1.1.8   root       61:                                DisableSpecificWarnings="4311"
                     62:                        />
1.1       root       63:                        <Tool
1.1.1.8   root       64:                                Name="VCManagedResourceCompilerTool"
                     65:                        />
                     66:                        <Tool
                     67:                                Name="VCResourceCompilerTool"
                     68:                        />
                     69:                        <Tool
                     70:                                Name="VCPreLinkEventTool"
                     71:                        />
1.1       root       72:                        <Tool
                     73:                                Name="VCLinkerTool"
1.1.1.10  root       74:                                AdditionalDependencies="comctl32.lib atlsd.lib setupapi.lib ..\Crypto\Debug\crypto.lib"
1.1       root       75:                                OutputFile="$(OutDir)/TrueCrypt.exe"
                     76:                                LinkIncremental="2"
1.1.1.10  root       77:                                IgnoreAllDefaultLibraries="false"
1.1.1.8   root       78:                                GenerateDebugInformation="true"
1.1       root       79:                                ProgramDatabaseFile="$(OutDir)/Mount.pdb"
                     80:                                SubSystem="2"
1.1.1.6   root       81:                                OptimizeForWindows98="1"
1.1.1.8   root       82:                                TargetMachine="1"
                     83:                        />
1.1       root       84:                        <Tool
1.1.1.8   root       85:                                Name="VCALinkTool"
                     86:                        />
1.1       root       87:                        <Tool
1.1.1.8   root       88:                                Name="VCManifestTool"
1.1.1.12! root       89:                                AdditionalManifestFiles="Mount.manifest"
1.1.1.8   root       90:                        />
1.1       root       91:                        <Tool
1.1.1.8   root       92:                                Name="VCXDCMakeTool"
                     93:                        />
1.1       root       94:                        <Tool
1.1.1.8   root       95:                                Name="VCBscMakeTool"
                     96:                        />
1.1       root       97:                        <Tool
1.1.1.8   root       98:                                Name="VCFxCopTool"
                     99:                        />
1.1       root      100:                        <Tool
1.1.1.8   root      101:                                Name="VCAppVerifierTool"
                    102:                        />
1.1       root      103:                        <Tool
1.1.1.8   root      104:                                Name="VCWebDeploymentTool"
                    105:                        />
1.1       root      106:                        <Tool
1.1.1.8   root      107:                                Name="VCPostBuildEventTool"
1.1.1.10  root      108:                                CommandLine="md &quot;..\Debug\Setup Files&quot; 2&gt;NUL:&#x0D;&#x0A;copy Debug\TrueCrypt.exe &quot;..\Debug\Setup Files&quot; &gt;NUL:&#x0D;&#x0A;"
1.1.1.8   root      109:                        />
1.1       root      110:                </Configuration>
                    111:                <Configuration
                    112:                        Name="Release|Win32"
                    113:                        OutputDirectory="Release"
                    114:                        IntermediateDirectory="Release"
                    115:                        ConfigurationType="1"
1.1.1.8   root      116:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                    117:                        CharacterSet="2"
                    118:                        >
                    119:                        <Tool
                    120:                                Name="VCPreBuildEventTool"
                    121:                        />
                    122:                        <Tool
                    123:                                Name="VCCustomBuildTool"
                    124:                        />
                    125:                        <Tool
                    126:                                Name="VCXMLDataGeneratorTool"
                    127:                        />
                    128:                        <Tool
                    129:                                Name="VCWebServiceProxyGeneratorTool"
                    130:                        />
                    131:                        <Tool
                    132:                                Name="VCMIDLTool"
                    133:                                AdditionalIncludeDirectories=""
                    134:                                TypeLibraryName="$(SolutionDir)/$(ProjectName)/$(ProjectName).tlb"
                    135:                                OutputDirectory=""
                    136:                        />
1.1       root      137:                        <Tool
                    138:                                Name="VCCLCompilerTool"
1.1.1.6   root      139:                                AdditionalOptions="/w34189"
1.1.1.8   root      140:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                    141:                                PreprocessorDefinitions="TCMOUNT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1       root      142:                                RuntimeLibrary="0"
1.1.1.8   root      143:                                BufferSecurityCheck="true"
1.1       root      144:                                UsePrecompiledHeader="0"
                    145:                                AssemblerOutput="2"
                    146:                                AssemblerListingLocation="$(IntDir)/"
1.1.1.6   root      147:                                WarningLevel="3"
1.1.1.8   root      148:                                Detect64BitPortabilityProblems="false"
1.1       root      149:                                DebugInformationFormat="0"
1.1.1.8   root      150:                                DisableSpecificWarnings="4311"
                    151:                        />
                    152:                        <Tool
                    153:                                Name="VCManagedResourceCompilerTool"
                    154:                        />
1.1       root      155:                        <Tool
1.1.1.8   root      156:                                Name="VCResourceCompilerTool"
                    157:                        />
                    158:                        <Tool
                    159:                                Name="VCPreLinkEventTool"
                    160:                        />
1.1       root      161:                        <Tool
                    162:                                Name="VCLinkerTool"
1.1.1.10  root      163:                                AdditionalDependencies="comctl32.lib atls.lib setupapi.lib ..\Crypto\Release\crypto.lib"
1.1       root      164:                                OutputFile="$(OutDir)/TrueCrypt.exe"
                    165:                                LinkIncremental="1"
1.1.1.10  root      166:                                IgnoreAllDefaultLibraries="false"
1.1.1.8   root      167:                                GenerateDebugInformation="false"
                    168:                                GenerateMapFile="true"
1.1       root      169:                                SubSystem="2"
                    170:                                OptimizeReferences="2"
                    171:                                EnableCOMDATFolding="2"
1.1.1.6   root      172:                                OptimizeForWindows98="1"
1.1.1.8   root      173:                                TargetMachine="1"
                    174:                        />
1.1       root      175:                        <Tool
1.1.1.8   root      176:                                Name="VCALinkTool"
                    177:                        />
1.1       root      178:                        <Tool
1.1.1.8   root      179:                                Name="VCManifestTool"
1.1.1.12! root      180:                                AdditionalManifestFiles="Mount.manifest"
1.1.1.8   root      181:                        />
1.1       root      182:                        <Tool
1.1.1.8   root      183:                                Name="VCXDCMakeTool"
                    184:                        />
1.1       root      185:                        <Tool
1.1.1.8   root      186:                                Name="VCBscMakeTool"
                    187:                        />
1.1       root      188:                        <Tool
1.1.1.8   root      189:                                Name="VCFxCopTool"
                    190:                        />
1.1       root      191:                        <Tool
1.1.1.8   root      192:                                Name="VCAppVerifierTool"
                    193:                        />
1.1       root      194:                        <Tool
1.1.1.8   root      195:                                Name="VCWebDeploymentTool"
                    196:                        />
1.1       root      197:                        <Tool
1.1.1.8   root      198:                                Name="VCPostBuildEventTool"
                    199:                                CommandLine="copy Release\TrueCrypt.exe &quot;..\Release\Setup Files&quot;"
                    200:                        />
1.1       root      201:                </Configuration>
                    202:        </Configurations>
                    203:        <References>
                    204:        </References>
                    205:        <Files>
                    206:                <Filter
                    207:                        Name="Source Files"
                    208:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.8   root      209:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    210:                        >
1.1       root      211:                        <File
1.1.1.8   root      212:                                RelativePath=".\Hotkeys.c"
                    213:                                >
1.1.1.6   root      214:                        </File>
                    215:                        <File
1.1.1.8   root      216:                                RelativePath=".\MainCom.cpp"
                    217:                                >
                    218:                        </File>
                    219:                        <File
                    220:                                RelativePath=".\MainCom.idl"
                    221:                                >
                    222:                        </File>
                    223:                        <File
                    224:                                RelativePath=".\Mount.c"
                    225:                                >
1.1.1.10  root      226:                                <FileConfiguration
                    227:                                        Name="Debug|Win32"
                    228:                                        >
                    229:                                        <Tool
                    230:                                                Name="VCCLCompilerTool"
                    231:                                                CompileAs="2"
                    232:                                        />
                    233:                                </FileConfiguration>
                    234:                                <FileConfiguration
                    235:                                        Name="Release|Win32"
                    236:                                        >
                    237:                                        <Tool
                    238:                                                Name="VCCLCompilerTool"
                    239:                                                CompileAs="2"
                    240:                                        />
                    241:                                </FileConfiguration>
1.1       root      242:                        </File>
                    243:                        <Filter
                    244:                                Name="Common"
1.1.1.8   root      245:                                >
                    246:                                <File
                    247:                                        RelativePath="..\Common\BaseCom.cpp"
                    248:                                        >
                    249:                                </File>
1.1       root      250:                                <File
1.1.1.10  root      251:                                        RelativePath="..\Common\BootEncryption.cpp"
                    252:                                        >
                    253:                                </File>
                    254:                                <File
1.1.1.8   root      255:                                        RelativePath="..\Common\Cmdline.c"
                    256:                                        >
1.1       root      257:                                </File>
                    258:                                <File
1.1.1.8   root      259:                                        RelativePath="..\Common\Combo.c"
                    260:                                        >
1.1       root      261:                                </File>
                    262:                                <File
1.1.1.8   root      263:                                        RelativePath="..\Common\Crc.c"
                    264:                                        >
1.1       root      265:                                </File>
                    266:                                <File
1.1.1.8   root      267:                                        RelativePath="..\Common\Crypto.c"
                    268:                                        >
1.1       root      269:                                </File>
                    270:                                <File
1.1.1.8   root      271:                                        RelativePath="..\Common\Dictionary.c"
                    272:                                        >
1.1.1.6   root      273:                                </File>
                    274:                                <File
1.1.1.8   root      275:                                        RelativePath="..\Common\Dlgcode.c"
                    276:                                        >
1.1.1.11  root      277:                                        <FileConfiguration
                    278:                                                Name="Debug|Win32"
                    279:                                                >
                    280:                                                <Tool
                    281:                                                        Name="VCCLCompilerTool"
                    282:                                                        CompileAs="2"
                    283:                                                />
                    284:                                        </FileConfiguration>
                    285:                                        <FileConfiguration
                    286:                                                Name="Release|Win32"
                    287:                                                >
                    288:                                                <Tool
                    289:                                                        Name="VCCLCompilerTool"
                    290:                                                        CompileAs="2"
                    291:                                                />
                    292:                                        </FileConfiguration>
1.1       root      293:                                </File>
                    294:                                <File
1.1.1.8   root      295:                                        RelativePath="..\Common\Endian.c"
                    296:                                        >
1.1       root      297:                                </File>
                    298:                                <File
1.1.1.8   root      299:                                        RelativePath="..\Common\GfMul.c"
                    300:                                        >
1.1.1.7   root      301:                                </File>
                    302:                                <File
1.1.1.8   root      303:                                        RelativePath="..\Common\Keyfiles.c"
                    304:                                        >
1.1.1.6   root      305:                                </File>
                    306:                                <File
1.1.1.8   root      307:                                        RelativePath="..\Common\Language.c"
                    308:                                        >
1.1.1.6   root      309:                                </File>
                    310:                                <File
1.1.1.8   root      311:                                        RelativePath="..\Common\Password.c"
                    312:                                        >
1.1       root      313:                                </File>
                    314:                                <File
1.1.1.8   root      315:                                        RelativePath="..\Common\Pkcs5.c"
                    316:                                        >
1.1       root      317:                                </File>
                    318:                                <File
1.1.1.8   root      319:                                        RelativePath="..\Common\Random.c"
                    320:                                        >
1.1       root      321:                                </File>
                    322:                                <File
1.1.1.8   root      323:                                        RelativePath="..\Common\Registry.c"
                    324:                                        >
1.1       root      325:                                </File>
                    326:                                <File
1.1.1.8   root      327:                                        RelativePath="..\Common\Tests.c"
                    328:                                        >
1.1.1.6   root      329:                                </File>
                    330:                                <File
1.1.1.8   root      331:                                        RelativePath="..\Common\Volumes.c"
                    332:                                        >
1.1       root      333:                                </File>
1.1.1.6   root      334:                                <File
1.1.1.10  root      335:                                        RelativePath="..\Common\Wipe.h"
                    336:                                        >
                    337:                                </File>
                    338:                                <File
1.1.1.8   root      339:                                        RelativePath="..\Common\Xml.c"
                    340:                                        >
1.1.1.6   root      341:                                </File>
1.1.1.10  root      342:                                <File
                    343:                                        RelativePath="..\Common\Xts.c"
                    344:                                        >
                    345:                                </File>
1.1       root      346:                        </Filter>
                    347:                </Filter>
                    348:                <Filter
                    349:                        Name="Header Files"
                    350:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.8   root      351:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    352:                        >
                    353:                        <File
                    354:                                RelativePath="..\Common\Apidrvr.h"
                    355:                                >
                    356:                        </File>
                    357:                        <File
                    358:                                RelativePath="..\Common\BaseCom.h"
                    359:                                >
                    360:                        </File>
1.1       root      361:                        <File
1.1.1.10  root      362:                                RelativePath="..\Common\BootEncryption.h"
                    363:                                >
                    364:                        </File>
                    365:                        <File
1.1.1.8   root      366:                                RelativePath="..\Common\Cmdline.h"
                    367:                                >
1.1       root      368:                        </File>
                    369:                        <File
1.1.1.8   root      370:                                RelativePath="..\Common\Combo.h"
                    371:                                >
1.1.1.2   root      372:                        </File>
                    373:                        <File
1.1.1.8   root      374:                                RelativePath="..\Common\Common.h"
                    375:                                >
1.1       root      376:                        </File>
                    377:                        <File
1.1.1.8   root      378:                                RelativePath="..\Common\Crc.h"
                    379:                                >
1.1.1.5   root      380:                        </File>
                    381:                        <File
1.1.1.8   root      382:                                RelativePath="..\Common\Crypto.h"
                    383:                                >
1.1.1.6   root      384:                        </File>
                    385:                        <File
1.1.1.8   root      386:                                RelativePath="..\Common\Dictionary.h"
                    387:                                >
1.1       root      388:                        </File>
                    389:                        <File
1.1.1.8   root      390:                                RelativePath="..\Common\Dlgcode.h"
                    391:                                >
1.1.1.6   root      392:                        </File>
                    393:                        <File
1.1.1.8   root      394:                                RelativePath="..\Common\GfMul.h"
                    395:                                >
1.1       root      396:                        </File>
                    397:                        <File
1.1.1.8   root      398:                                RelativePath=".\Hotkeys.h"
                    399:                                >
1.1.1.7   root      400:                        </File>
                    401:                        <File
1.1.1.8   root      402:                                RelativePath="..\Common\Keyfiles.h"
                    403:                                >
1.1.1.6   root      404:                        </File>
                    405:                        <File
1.1.1.8   root      406:                                RelativePath="..\Common\Language.h"
                    407:                                >
1.1.1.6   root      408:                        </File>
                    409:                        <File
1.1.1.8   root      410:                                RelativePath=".\MainCom.h"
                    411:                                >
1.1.1.6   root      412:                        </File>
                    413:                        <File
1.1.1.8   root      414:                                RelativePath=".\Mount.h"
                    415:                                >
1.1       root      416:                        </File>
                    417:                        <File
1.1.1.8   root      418:                                RelativePath="..\Common\Password.h"
                    419:                                >
1.1       root      420:                        </File>
                    421:                        <File
1.1.1.8   root      422:                                RelativePath="..\Common\Pkcs5.h"
                    423:                                >
1.1.1.6   root      424:                        </File>
                    425:                        <File
1.1.1.8   root      426:                                RelativePath="..\Common\Random.h"
                    427:                                >
1.1.1.6   root      428:                        </File>
                    429:                        <File
1.1.1.8   root      430:                                RelativePath="..\Common\Registry.h"
                    431:                                >
1.1       root      432:                        </File>
                    433:                        <File
1.1.1.10  root      434:                                RelativePath="..\Common\Resource.h"
1.1.1.8   root      435:                                >
1.1       root      436:                        </File>
                    437:                        <File
1.1.1.8   root      438:                                RelativePath=".\resource.h"
                    439:                                >
1.1       root      440:                        </File>
                    441:                        <File
1.1.1.8   root      442:                                RelativePath="..\Common\Tcdefs.h"
                    443:                                >
1.1       root      444:                        </File>
                    445:                        <File
1.1.1.8   root      446:                                RelativePath="..\Common\Tests.h"
                    447:                                >
1.1.1.6   root      448:                        </File>
                    449:                        <File
1.1.1.8   root      450:                                RelativePath="..\Common\Volumes.h"
                    451:                                >
1.1       root      452:                        </File>
1.1.1.6   root      453:                        <File
1.1.1.8   root      454:                                RelativePath="..\Common\Xml.h"
                    455:                                >
1.1.1.6   root      456:                        </File>
1.1.1.10  root      457:                        <File
                    458:                                RelativePath="..\Common\Xts.h"
                    459:                                >
                    460:                        </File>
1.1       root      461:                </Filter>
                    462:                <Filter
                    463:                        Name="Resource Files"
                    464:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.8   root      465:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    466:                        >
1.1       root      467:                        <File
1.1.1.9   root      468:                                RelativePath=".\Drive_icon_96dpi.bmp"
1.1.1.8   root      469:                                >
1.1       root      470:                        </File>
                    471:                        <File
1.1.1.9   root      472:                                RelativePath=".\Drive_icon_mask_96dpi.bmp"
1.1.1.8   root      473:                                >
1.1       root      474:                        </File>
                    475:                        <File
1.1.1.9   root      476:                                RelativePath=".\Logo_288dpi.bmp"
                    477:                                >
                    478:                        </File>
                    479:                        <File
                    480:                                RelativePath=".\Logo_96dpi.bmp"
1.1.1.8   root      481:                                >
1.1       root      482:                        </File>
                    483:                        <File
1.1.1.8   root      484:                                RelativePath=".\Mount.rc"
                    485:                                >
1.1       root      486:                        </File>
1.1.1.10  root      487:                        <File
                    488:                                RelativePath=".\System_drive_icon_96dpi.bmp"
                    489:                                >
                    490:                        </File>
                    491:                        <File
                    492:                                RelativePath=".\System_drive_icon_mask_96dpi.bmp"
                    493:                                >
                    494:                        </File>
                    495:                        <File
                    496:                                RelativePath="..\Common\TrueCrypt_volume.ico"
                    497:                                >
                    498:                        </File>
1.1       root      499:                        <Filter
                    500:                                Name="Common"
1.1.1.8   root      501:                                >
1.1       root      502:                                <File
1.1.1.8   root      503:                                        RelativePath="..\Common\Common.rc"
                    504:                                        >
1.1       root      505:                                        <FileConfiguration
                    506:                                                Name="Debug|Win32"
1.1.1.8   root      507:                                                ExcludedFromBuild="true"
                    508:                                                >
1.1       root      509:                                                <Tool
1.1.1.8   root      510:                                                        Name="VCResourceCompilerTool"
                    511:                                                />
1.1       root      512:                                        </FileConfiguration>
                    513:                                        <FileConfiguration
                    514:                                                Name="Release|Win32"
1.1.1.8   root      515:                                                ExcludedFromBuild="true"
                    516:                                                >
1.1       root      517:                                                <Tool
1.1.1.8   root      518:                                                        Name="VCResourceCompilerTool"
                    519:                                                />
1.1       root      520:                                        </FileConfiguration>
                    521:                                </File>
1.1.1.6   root      522:                                <File
1.1.1.8   root      523:                                        RelativePath="..\Common\Language.xml"
                    524:                                        >
1.1.1.6   root      525:                                </File>
                    526:                                <File
1.1.1.8   root      527:                                        RelativePath="..\Release\Setup Files\License.txt"
                    528:                                        >
1.1.1.6   root      529:                                </File>
                    530:                                <File
1.1.1.9   root      531:                                        RelativePath="..\Common\Textual_logo_288dpi.bmp"
                    532:                                        >
                    533:                                </File>
                    534:                                <File
                    535:                                        RelativePath="..\Common\Textual_logo_96dpi.bmp"
                    536:                                        >
                    537:                                </File>
                    538:                                <File
                    539:                                        RelativePath="..\Common\Textual_logo_background.bmp"
                    540:                                        >
                    541:                                </File>
                    542:                                <File
1.1.1.8   root      543:                                        RelativePath="..\Common\TrueCrypt.ico"
                    544:                                        >
1.1.1.6   root      545:                                </File>
1.1       root      546:                        </Filter>
                    547:                </Filter>
1.1.1.8   root      548:                <File
                    549:                        RelativePath=".\Mount.tlb"
                    550:                        >
                    551:                </File>
1.1       root      552:        </Files>
                    553:        <Globals>
                    554:        </Globals>
                    555: </VisualStudioProject>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.