OBJS=\
	init/WinSecretStoreClientService \
	init/ProjectInstaller \
	init/AppHandler \
	common/RequestParser \
	common/SessionManager \
	common/User \
	common/WinUser \
	common/UserIdentifier \
	common/WinUserIdentifier \
	common/NsscsFile \
	common/Constants \
	common/TrustedProcess \
	common/CSSSLogger \
	common/CSSSException \
	communication/win/InterProcessComm/IChannelManager \
	communication/win/InterProcessComm/IClientChannel \
	communication/win/InterProcessComm/IInterProcessConnection \
	communication/win/InterProcessComm/InterProcessConnectionState \
	communication/win/InterProcessComm/InterProcessIOException \
	communication/win/NamedPipes/APipeConnection \
	communication/win/NamedPipes/ClientPipeConnection \
	communication/win/NamedPipes/NamedPipeIOException \
	communication/win/NamedPipes/NamedPipeNative \
	communication/win/NamedPipes/NamedPipeWrapper \
	communication/win/NamedPipes/PipeHandle \
	communication/win/NamedPipes/PipeManager \
	communication/win/NamedPipes/ServerNamedPipe \
	communication/win/NamedPipes/ServerPipeConnection \
	communication/IPCChannel \
	communication/CommunicationFactory \
	communication/WinIPCChannel \
	communication/ICommunication \
	communication/WinCommunication \
	cache/KeyChain \
	cache/Secret \
	cache/SecretStore \
	cache/Time \
	cache/Value \
    cache/Eprotect \
	cache/IKeychain \
	cache/ISecret \
	lss/LocalSecretStore \
	lss/CASACrypto \
	lss/Rfc2898DeriveBytes \
	verbs/ISSVerb \
	verbs/GetSecretStoreInfo \
	verbs/OpenSecretStore \
	verbs/CloseSecretStore \
	verbs/RemoveSecretStore \
	verbs/AddKeyChain \
	verbs/RemoveKeyChain \
	verbs/WriteSecret \
	verbs/ReadSecret \
	verbs/RemoveSecret \
	verbs/WriteKey \
	verbs/ReadKey \
	verbs/SetWorkStationPasswd \
	verbs/SetPassCode \
	verbs/NotifyUserState \
	verbs/GetUserState \
	verbs/IsSecretPersistent.cs \
	verbs/SetMasterPassword.cs \
	verbs/EnumerateKeyChainIds \
	verbs/EnumerateSecretIds \
	test/cache/TestSecret.cs \
	test/cache/TestKeyChain.cs \
	test/cache/TestSecretStore.cs \
	test/common/TestSessionManager.cs \
	test/common/TestRequestParser.cs \
	test/verbs/TestOpenSecretStore.cs \
	test/verbs/TestCloseSecretStore.cs \
	test/verbs/TestEnumerateKeyChainIDs.cs \
	test/verbs/TestEnumerateSecIDs.cs \
	test/verbs/TestReadSecret.cs \
	test/verbs/TestRemoveKeyChain.cs \
	test/verbs/TestWriteSecret.cs